aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2007-11-17Andres Garcia made the examples build fine on Windows (mingw + msys) whenDaniel Stenberg
2007-11-16Michal Marek made the test suite remember what test servers that fail toDaniel Stenberg
2007-11-15Ates Goral identified a problem in http.c:add_buffer_send() when a debugDaniel Stenberg
2007-11-15Michal Marek fixed the test suite to better deal with the case when the HTTPDaniel Stenberg
2007-11-14Fix a variable potential wrapping in add_buffer() when using absolutelyYang Tse
2007-11-12Fixed a remaining problem with doing SFTP directory listings on a re-usedDaniel Stenberg
2007-11-12Bug report #1830637 (http://curl.haxx.se/bug/view.cgi?id=1830637), which wasDaniel Stenberg
2007-11-08Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointedDaniel Stenberg
2007-11-07Improved telnet support by drastically reducing the number of writeDan Fandrich
2007-11-06Bug report #1824894 (http://curl.haxx.se/bug/view.cgi?id=1824894) pointedYang Tse
2007-11-01Toby Peterson patched a memory problem in the command line tool thatDaniel Stenberg
2007-11-01Fixed curl-config --features to not display libz when it wasn't usedDan Fandrich
2007-11-01Added test case 1014 to compare curl-config --features with curl --versionDan Fandrich
2007-11-01Added test case 1013 to check that curl-config --protocols matches theDan Fandrich
2007-10-31Fixed the output of curl-config --protocols which showed SCP and SFTPDan Fandrich
2007-10-30Fixed an OOM problem with file: URLsDan Fandrich
2007-10-29Added test case 546 to check that subsequent FTP transfers work after aDan Fandrich
2007-10-29Based on one of those bug reports that are intercepted by a distro's bugDaniel Stenberg
2007-10-297.17.1!Daniel 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