Age | Commit message (Expand) | Author |
2008-08-23 | - Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multi | Daniel Stenberg |
2008-08-22 | Fixed a problem when --dump-header - was given with more than one URL, | Dan Fandrich |
2008-08-22 | Adjustments to better select/differentiate when large/small file | Yang Tse |
2008-08-22 | Improved curl_m*printf() integral data type size and signedness handling | Yang Tse |
2008-08-21 | Fixed a couple of bugs in libcurl's internal curl_m*printf() functions. | Yang Tse |
2008-08-20 | Update of lib/Makefile.Watcom. | Yang Tse |
2008-08-20 | Added an edited version of Vincent Le Normand's documentation of SFTP quote | Dan Fandrich |
2008-08-20 | - Phil Pellouchoud pointed out that the windows version of libcurl had a | Daniel Stenberg |
2008-08-18 | Added test case 557 to verify libcurl's internal curl_m*printf() functions | Yang Tse |
2008-08-17 | OpenSSl enabled NetWare builds are changed to use the 'openssl' subdirectory | Yang Tse |
2008-08-16 | Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU | Yang Tse |
2008-08-15 | Added test case 1065 to test a PUT with a single file but two URLs. This | Dan Fandrich |
2008-08-15 | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse |
2008-08-13 | Remove first version of comment not intended to be finally committed. | Yang Tse |
2008-08-13 | The size of long is a build time characteristic and as such it is now recorded | Yang Tse |
2008-08-12 | Fixed a buffer overflow problem in Curl_proxyCONNECT that could occur | Dan Fandrich |
2008-08-12 | - Andy Tsouladze fixed runtests.pl to not attempt to execute the stunnel | Daniel Stenberg |
2008-08-12 | Added macros for minimum-width signed and unsigned curl_off_t integer | Yang Tse |
2008-08-11 | Fixed a boundary condition error in ftp_readresp() whereby a non-terminal | Dan Fandrich |
2008-08-11 | - Constantine Sapuntzakis filed bug report #2042430 | Daniel Stenberg |
2008-08-11 | - Constantine Sapuntzakis filed bug report #2042440 | Daniel Stenberg |
2008-08-11 | Added missing signed and unsigned curl_off_t integer constant suffixes for | Yang Tse |
2008-08-08 | Added test1059 to test the FTP proxy tunnel problem fixed July 11. | Dan Fandrich |
2008-08-08 | Fixed an uninitialized variable in multi_runsingle() that could cause a | Dan Fandrich |
2008-08-07 | Remove last adjustment done to testcurl.pl to verify if change introduced by | Yang Tse |
2008-08-07 | Adjust testcurl.pl to copy checked out curlbuild.h.dist as curlbuild.h | Yang Tse |
2008-08-07 | Skip data type check in DO_CURL_OFF_T_CHECK macro when argument is empty. | Yang Tse |
2008-08-07 | Prevent buildconf from removing 'Makefile' and 'missing' files. This would blow | Yang Tse |
2008-08-07 | Fix CURL_CHECK_DEF so that when the expansion of the preprocessor symbol results | Yang Tse |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse |
2008-08-05 | Validate that autom4te and autoconf versions match. | Yang Tse |
2008-08-04 | - Yehoshua Hershberg found a problem that would make libcurl re-use a | Daniel Stenberg |
2008-08-04 | - Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and | Daniel Stenberg |
2008-08-04 | Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use. | Yang Tse |
2008-08-03 | - Test case 1041 (added by Daniel Fandrich April 14th) proved a bug where PUT | Daniel Stenberg |
2008-08-03 | refer to the new option by its real name | Daniel Stenberg |
2008-08-02 | No longer test availability of the gdi32 library, nor use it for linking, even | Yang Tse |
2008-08-01 | Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn't | Dan Fandrich |
2008-08-01 | Removed definition of CURL_CHECK_WORKING_RESOLVER from acinclude.m4 it has | Yang Tse |
2008-08-01 | Sync up with reality | Yang Tse |
2008-08-01 | User names embedded in proxy URLs without a password were parsed | Dan Fandrich |
2008-07-31 | Fixed a problem with any FTP URL or any URLs containing an IPv6 address | Dan Fandrich |
2008-07-31 | Fixed parsing of an IPv6 proxy address to support a scope identifier, | Dan Fandrich |
2008-07-31 | Fixed a couple of buffer overflows in the MS-DOS port of the curl tool. | Dan Fandrich |
2008-07-30 | - Phil Blundell added the CURLOPT_SCOPE option, as well as adjusted the URL | Daniel Stenberg |
2008-07-30 | - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a | Daniel Stenberg |
2008-07-30 | Added test cases 1052 through 1055 to test uploading data from files | Dan Fandrich |
2008-07-30 | Added test case 1051 to test Location: following with PUT, as reported | Dan Fandrich |
2008-07-30 | Fixed --use-ascii to properly convert text files on Symbian OS, MS-DOS | Dan Fandrich |
2008-07-29 | Added test case 1050 to test --ftp-port with an IPv6 address. | Dan Fandrich |