Age | Commit message (Expand) | Author |
2007-10-15 | Fix dynamic CURLOPT_POSTFIELDS bug: back to static. | Patrick Monnerat |
2007-10-12 | Added per-protocol callback static tables, replacing callback ptr storage | Patrick Monnerat |
2007-10-11 | Fixed the -l option of runtests.pl | Dan Fandrich |
2007-10-09 | Michal Marek removed the no longer existing return codes from the curl.1 | Daniel Stenberg |
2007-10-07 | Known bug #47, which confused libcurl if doing NTLM auth over a proxy with | Daniel Stenberg |
2007-10-05 | Michael Wallner made the CULROPT_COOKIELIST option support a new magic | Daniel Stenberg |
2007-10-04 | The new file docs/libcurl/ABI describes how we view ABI breakages, soname | Daniel Stenberg |
2007-10-04 | I enabled test 1009 and made the --local-port use a wide range to reduce the | Daniel Stenberg |
2007-10-04 | Kim Rinnewitz reported that --local-port didn't work with TFTP transfers. | Daniel Stenberg |
2007-10-03 | Fix issue related with the use of ares_timeout() result. | Yang Tse |
2007-10-03 | Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION and | Daniel Stenberg |
2007-10-03 | I renamed the CURLE_SSL_PEER_CERTIFICATE error code to | Daniel Stenberg |
2007-10-03 | Based on a patch brought by Johnny Luong, libcurl now offers | Daniel Stenberg |
2007-10-02 | known bug #46: chunked-encoded CONNECT responses from a http proxy now works. | Daniel Stenberg |
2007-09-30 | Alex Fishman reported a curl_easy_escape() problem that was made the | Daniel Stenberg |
2007-09-29 | Immanuel Gregoire fixed a problem with persistent transfers over SFTP - the | Daniel Stenberg |
2007-09-28 | Adapted the c-ares code to the API change c-ares 1.5.0 brings in the | Daniel Stenberg |
2007-09-27 | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich |
2007-09-26 | Philip Langdale provided the new CURLOPT_POST301 option for | Daniel Stenberg |
2007-09-26 | Max Katsev reported that when doing a libcurl FTP request with | Daniel Stenberg |
2007-09-24 | Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handle | Daniel Stenberg |
2007-09-21 | Mark Davies fixed Negotiate authentication over proxy, and also introduced | Daniel Stenberg |
2007-09-20 | Immanuel Gregoire is the man | Daniel Stenberg |
2007-09-18 | Rob Crittenden provided an NSS update with the following highlights: | Daniel Stenberg |
2007-09-18 | Immanuel pointed out that public key SSH auth failed if no public/private | Daniel Stenberg |
2007-09-17 | Changed some FTP tests to validate the format of the PORT and EPRT commands | Dan Fandrich |
2007-09-15 | Michal Marek made libcurl automatically append ";type=<a|i>" when using HTTP | Daniel Stenberg |
2007-09-14 | Added LDAPS, SCP and SFTP to curl-config --protocols. Removed and | Dan Fandrich |
2007-09-13 | Version 7.17.0 (13 September 2007) | Daniel Stenberg |
2007-09-11 | Daniel S (12 September 2007) | Daniel Stenberg |
2007-09-07 | TFTP now reports the "not defined" TFTP error code 0 as an error, | Dan Fandrich |
2007-09-07 | Added test case 1007 to test permission problem when uploading with TFTP | Dan Fandrich |
2007-09-05 | Curl_GetFTPResponse() now checks and properly deals with the fact that the | Daniel Stenberg |
2007-09-05 | Minix doesn't support getsockopt on UDP sockets or send/recv on TCP | Dan Fandrich |
2007-08-31 | Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED. | Dan Fandrich |
2007-08-31 | Made some of the error strings returned by the *strerror functions more | Dan Fandrich |
2007-08-30 | Added more accurate error code returns from SFTP operations. Added test | Dan Fandrich |
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich |
2007-08-24 | Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed | Daniel Stenberg |
2007-08-23 | Porting library to OS/400 | Patrick Monnerat |
2007-08-22 | Bug report #1779751 (http://curl.haxx.se/bug/view.cgi?id=1779751) pointed | Daniel Stenberg |
2007-08-22 | Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed | Daniel Stenberg |
2007-08-20 | Based on a patch by Christian Vogt, the FTP code now sets the upcoming | Daniel Stenberg |
2007-08-17 | - Robson Braga Araujo filed bug report #1776232 | Daniel Stenberg |
2007-08-17 | Robson Braga Araujo filed bug report #1776235 | Daniel Stenberg |
2007-08-17 | Song Ma provided a patch that cures a problem libcurl has when doing resume | Daniel Stenberg |
2007-08-14 | Andrew Wansink provided an NTLM bugfix: in the case the server sets the flag | Daniel Stenberg |
2007-08-11 | Allen Pulsifer provided a patch that makes libcurl set the expected download | Daniel Stenberg |
2007-08-11 | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg |
2007-08-08 | Song Ma noted a zlib memory leak in the illegal compressed header | Dan Fandrich |