summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2007-10-297.17.1!curl-7_17_1Daniel Stenberg
2007-10-25Added the --static-libs option to curl-configDan Fandrich
2007-10-25Made libcurl built with NSS possible to ignore the peer verification.Daniel Stenberg
2007-10-25Allow test server to handle binary POSTs.Patrick Monnerat
2007-10-25Michal Marek fixed the test script to be able to use valgrind even when theDaniel Stenberg
2007-10-25Fixed a TFTP memory leak. Enabled test 2003 to verify this.Daniel Stenberg
2007-10-24Fixed the test TFTP server to support the >10000 test number notationDan Fandrich
2007-10-24Added test cases 2000 and 2001 which test multiple protocols using theDan Fandrich
2007-10-24Vladimir Lazarenko pointed out that we should do some 'mt' magic whenDaniel Stenberg
2007-10-23Bug report #1812190 (http://curl.haxx.se/bug/view.cgi?id=1812190) points outDaniel Stenberg
2007-10-22Michal Marek forwarded the bug reportDaniel Stenberg
2007-10-22Bug report #1815530 (http://curl.haxx.se/bug/view.cgi?id=1815530) points outDaniel Stenberg
2007-10-15Fix dynamic CURLOPT_POSTFIELDS bug: back to static.Patrick Monnerat
2007-10-12Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat
2007-10-11Fixed the -l option of runtests.plDan Fandrich
2007-10-09Michal Marek removed the no longer existing return codes from the curl.1Daniel Stenberg
2007-10-07Known bug #47, which confused libcurl if doing NTLM auth over a proxy withDaniel Stenberg
2007-10-05Michael Wallner made the CULROPT_COOKIELIST option support a new magicDaniel Stenberg
2007-10-04The new file docs/libcurl/ABI describes how we view ABI breakages, sonameDaniel Stenberg
2007-10-04I enabled test 1009 and made the --local-port use a wide range to reduce theDaniel Stenberg
2007-10-04Kim Rinnewitz reported that --local-port didn't work with TFTP transfers.Daniel Stenberg
2007-10-03Fix issue related with the use of ares_timeout() result.Yang Tse
2007-10-03Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION andDaniel Stenberg
2007-10-03I renamed the CURLE_SSL_PEER_CERTIFICATE error code toDaniel Stenberg
2007-10-03Based on a patch brought by Johnny Luong, libcurl now offersDaniel Stenberg
2007-10-02known bug #46: chunked-encoded CONNECT responses from a http proxy now works.Daniel Stenberg
2007-09-30Alex Fishman reported a curl_easy_escape() problem that was made theDaniel Stenberg
2007-09-29Immanuel Gregoire fixed a problem with persistent transfers over SFTP - theDaniel Stenberg
2007-09-28Adapted the c-ares code to the API change c-ares 1.5.0 brings in theDaniel Stenberg
2007-09-27Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich
2007-09-26Philip Langdale provided the new CURLOPT_POST301 option forDaniel Stenberg
2007-09-26Max Katsev reported that when doing a libcurl FTP request withDaniel Stenberg
2007-09-24Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handleDaniel Stenberg
2007-09-21Mark Davies fixed Negotiate authentication over proxy, and also introducedDaniel Stenberg
2007-09-20Immanuel Gregoire is the manDaniel Stenberg
2007-09-18Rob Crittenden provided an NSS update with the following highlights:Daniel Stenberg
2007-09-18Immanuel pointed out that public key SSH auth failed if no public/privateDaniel Stenberg
2007-09-17Changed some FTP tests to validate the format of the PORT and EPRT commandsDan Fandrich
2007-09-15Michal Marek made libcurl automatically append ";type=<a|i>" when using HTTPDaniel Stenberg
2007-09-14Added LDAPS, SCP and SFTP to curl-config --protocols. Removed andDan Fandrich
2007-09-13Version 7.17.0 (13 September 2007)curl-7_17_0Daniel Stenberg
2007-09-11Daniel S (12 September 2007)Daniel Stenberg
2007-09-07TFTP now reports the "not defined" TFTP error code 0 as an error,Dan Fandrich
2007-09-07Added test case 1007 to test permission problem when uploading with TFTPDan Fandrich
2007-09-05Curl_GetFTPResponse() now checks and properly deals with the fact that theDaniel Stenberg
2007-09-05Minix doesn't support getsockopt on UDP sockets or send/recv on TCPDan Fandrich
2007-08-31Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.Dan Fandrich
2007-08-31Made some of the error strings returned by the *strerror functions moreDan Fandrich
2007-08-30Added more accurate error code returns from SFTP operations. Added testDan Fandrich
2007-08-30Renamed several libcurl error codes and options to make them more generalDan Fandrich