aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2007-12-05Spacen Jasset reported a problem with doing POST (with data read with aDaniel Stenberg
2007-12-03Ray Pekowski filed bug report #1842029Daniel Stenberg
2007-12-03Bug report #1842029 (http://curl.haxx.se/bug/view.cgi?id=1842029) identifiedDaniel Stenberg
2007-12-03Now libcurl (built with OpenSSL) doesn't return error anymore if the remoteDaniel Stenberg
2007-12-02Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to controlDaniel Stenberg
2007-11-29uh, corrected pretty major write error!Daniel Stenberg
2007-11-29ftp resumed upload and long Digest noncesDaniel Stenberg
2007-11-26Added recent changes and spellcheckedDaniel Stenberg
2007-11-22Provide a socklen_t definition in curl.h for Win32 API build targetsYang Tse
2007-11-22Alessandro Vesely helped me improve the --data-urlencode's syntax, parserDaniel Stenberg
2007-11-20While inspecting the Negotiate code, I noticed how the proxy auth was usingDaniel Stenberg
2007-11-20Introuced --data-urlencode to the curl tool for easier url encoding of theDaniel Stenberg
2007-11-18Rob Crittenden fixed SSL connections with NSS done with the multi-interfaceDaniel Stenberg
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