Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-23 | mention the no soname bump too | Daniel Stenberg | |
2008-08-23 | my first take at documenting the curl_off_t situation when doing an upgrade | Daniel Stenberg | |
< 7.19.0 to >= 7.19.x | |||
2008-08-23 | Andy Tsouladze's fix to kill the knowledge of servers properly after they have | Daniel Stenberg | |
been killed. | |||
2008-08-23 | explicit value assignment for comparison result | Yang Tse | |
2008-08-23 | typecast constant in comparison | Yang Tse | |
2008-08-22 | Fixed a problem when --dump-header - was given with more than one URL, | Dan Fandrich | |
which caused an error when the second header was dumped due to stdout being closed. Added test case 1066 to verify. Also fixed a potential problem where a closed file descriptor might be used for an upload when more than one URL is given. | |||
2008-08-22 | 161 - test case 1065 failure (HTTP PUT with one file but two URLs) | Daniel Stenberg | |
http://curl.haxx.se/mail/archive-2008-08/0075.html | |||
2008-08-22 | Reinstate struct_stat definition that got lost in previous commit. | Yang Tse | |
2008-08-22 | Increase to 20 the number of CVS update retries. | Yang Tse | |
2008-08-22 | Adjustments to better select/differentiate when large/small file | Yang Tse | |
support is provided using WIN32 functions directly. | |||
2008-08-22 | Improved curl_m*printf() integral data type size and signedness handling | Yang Tse | |
2008-08-22 | Removed issue #154 due to the massive problems I've had to repeat it and since | Daniel Stenberg | |
this really hasn't bitten anyone else. The issuer of the report (Felix) suggested the closure himself and he will get back when (if?) he manage to get a more reliable way to see the problem. 154 - bug #2041827 "Segfault in http_output_auth w/ FORBID_REUSE (7.18.2)" | |||
2008-08-22 | Jamie Lokier is always helpful and this time around too... | Daniel Stenberg | |
2008-08-22 | Sort of hackish approach to get the off_t size before large file support | Daniel Stenberg | |
is enabled (or skipped). Thanks to Jamie Lokier for the nice work-around the cached-check-problem: http://curl.haxx.se/mail/lib-2008-08/0331.html | |||
2008-08-22 | cleanup the BOOL usage | Yang Tse | |
2008-08-21 | 57. On VMS-Alpha: When using an http-file-upload the file is not sent to the | Daniel Stenberg | |
Server with the correct content-length. Sending a file with 511 or less bytes, content-length 512 is used. Sending a file with 513 - 1023 bytes, content-length 1024 is used. Files with a length of a multiple of 512 Bytes show the correct content-length. Only these files work for upload. http://curl.haxx.se/bug/view.cgi?id=2057858 | |||
2008-08-21 | use a more updated certdata.txt URL | Daniel Stenberg | |
2008-08-21 | Work around a scanf() bug in djgpp 2.04. The assignments for this | Gisle Vanem | |
format is working okay. But the return value is incorrectly EOF. | |||
2008-08-21 | Added '#define HAVE_STRUCT_IN6_ADDR 1' needed when | Gisle Vanem | |
building with 'USE_ARES'. | |||
2008-08-21 | Added rule to generate '../include/curl/curlbuild.h'. | Gisle Vanem | |
2008-08-21 | Assume we have 'CRYPTO_cleanup_all_ex_data()' on OpenSSL/DOS too. | Gisle Vanem | |
2008-08-21 | MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64 | Yang Tse | |
2008-08-21 | Test case 557 now also verifies signed and unsigned int formatting. | Yang Tse | |
2008-08-21 | Old logic based on ENABLE_64BIT and HAVE_LONGLONG already revisited and ↵ | Yang Tse | |
adjusted. Old logic based on CURL_SIZEOF_CURL_OFF_T is only partially adjusted. | |||
2008-08-21 | Fixed a couple of bugs in libcurl's internal curl_m*printf() functions. | Yang Tse | |
2008-08-21 | Fix a LONG_MIN and LLONG_MIN related bug in internal m*printf() | Yang Tse | |
2008-08-21 | fix the output name | Yang Tse | |
2008-08-21 | Fix one bug detected thanks to test case 557. | Yang Tse | |
2008-08-21 | Some data type size adjustments. | Yang Tse | |
2008-08-21 | Get rid of ENABLE_64BIT symbol definition and usage. | Yang Tse | |
Improve HAVE_LONGLONG symbol description. | |||
2008-08-20 | Update of lib/Makefile.Watcom. | Yang Tse | |
2008-08-20 | Export 'ares_process_fd' too. | Yang Tse | |
2008-08-20 | Added option to use c-ares resolver lib. | Yang Tse | |
2008-08-20 | Use 'Curl_inet_pton()' instead of 'inet_pton()'. | Yang Tse | |
2008-08-20 | Simplify condition check | Yang Tse | |
2008-08-20 | the .netrc curl checks for is called _netrc on windows bug report #2061610 | Daniel Stenberg | |
2008-08-20 | Added an edited version of Vincent Le Normand's documentation of SFTP quote | Dan Fandrich | |
commands to the man pages. | |||
2008-08-20 | - Phil Pellouchoud pointed out that the windows version of libcurl had a | Daniel Stenberg | |
memory leak because it never called the OpenSSL function CRYPTO_cleanup_all_ex_data() as it was supposed to. This was because of a missing define in config-win32.h! | |||
2008-08-18 | Update test case 557 | Yang Tse | |
2008-08-18 | #159 and #160 already done. | Yang Tse | |
Add more tasks to #144. | |||
2008-08-18 | Added test case 557 to verify libcurl's internal curl_m*printf() functions | Yang Tse | |
formatting functionality when handling signed and unsigned longs, as well as our curl_off_t data type. | |||
2008-08-17 | Pick-up programs from Makefile.inc. | Gisle Vanem | |
2008-08-17 | Replace 'HttpPost' with 'curl_httppost'. | Gisle Vanem | |
2008-08-17 | Rewritten to also produce a static library (libcurl_wc.lib). | Gisle Vanem | |
2008-08-17 | OpenSSl enabled NetWare builds are changed to use the 'openssl' subdirectory | Yang Tse | |
when including the OpenSSL header files. This is the recommended setting, this prevents the undesired inclusion of header files with the same name as those of OpenSSL but which do not belong to the OpenSSL package. The visible change from previously released libcurl versions is that now OpenSSl enabled NetWare builds also define USE_OPENSSL in config files, and that OpenSSL header files must be located in a subdirectory named 'openssl'. | |||
2008-08-17 | Adjust usage of conditional definition of USE_OPENSSL | Yang Tse | |
2008-08-17 | libcurl internal base64.h header file renamed to curl_base64.h | Yang Tse | |
2008-08-17 | libcurl internal md5.h header file renamed to curl_md5.h | Yang Tse | |
2008-08-16 | Added #159 and #160 | Yang Tse | |
2008-08-16 | Ops, remove 'use_vc'. | Gisle Vanem | |