aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Collapse)Author
2004-06-29multi interface connect fixDaniel Stenberg
2004-06-28--limit-rate problems on Mac OS X was reported by Rob StanzelDaniel Stenberg
2004-06-27check for a fine poll() before it is used to sleep subsecondDaniel Stenberg
2004-06-24snprintf and versionDaniel Stenberg
2004-06-24Yet another resolve code re-orgDaniel Stenberg
2004-06-22cookie sizeDaniel Stenberg
2004-06-22Gisle Vanem improved the certificate wildcard checksDaniel Stenberg
2004-06-21testcurl.sh is dead, long live tests/testcurl.pl!Daniel Stenberg
2004-06-21CURL_READFUNC_ABORT stuffDaniel Stenberg
2004-06-21recent eventsDaniel Stenberg
2004-06-18Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on theDaniel Stenberg
mailing list.
2004-06-17large file FTP upload bugDaniel Stenberg
2004-06-15post with auth problems fixedDaniel Stenberg
2004-06-14recent actionDaniel Stenberg
2004-06-09recent changesDaniel Stenberg
2004-06-04configure fixDaniel Stenberg
2004-06-03updatesDaniel Stenberg
2004-06-027.12.0Daniel Stenberg
2004-06-02more changesDaniel Stenberg
2004-05-28minor editsDaniel Stenberg
2004-05-26MSVC makefiles updated and an auth problem when using CONNECTDaniel Stenberg
2004-05-25initial support for "uploading" to file:// URLsDaniel Stenberg
2004-05-24 Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction toDaniel Stenberg
Gisle's previous mail. We now use this function, and thus we require libidn 0.4.5 or later. No earler version will do.
2004-05-24Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE couldDaniel Stenberg
not be used both in one request. Fixed it and added test case 172 to verify.
2004-05-21While talking to host a.b.c, libcurl did wrongly not accept cookies that wereDaniel Stenberg
set to the domain .a.b.c (that is with a dot prefix). This is now fixed and test case 171 verifies it.
2004-05-20fixed transfer speed mathDaniel Stenberg
2004-05-19cert verifyDaniel Stenberg
2004-05-17torture testing and a moved CVS repoDaniel Stenberg
2004-05-11curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg
memory.h is included everywhere for this.
2004-05-11Added recent events to the logDaniel Stenberg
2004-05-07James' and Gisle' reports/fixesDaniel Stenberg
2004-05-07Made the lib/curllib.dsp file get generated automaticlyDaniel Stenberg
2004-05-06little fixesDaniel Stenberg
2004-05-04removed curl_formparse() from the libraryDaniel Stenberg
2004-05-04General HTTP authentication cleanup and fixesDaniel Stenberg
2004-04-30muchoDaniel Stenberg
2004-04-27idn stuff in code and configure scriptDaniel Stenberg
2004-04-27hugehelp.c fix, without-ssl fixDaniel Stenberg
2004-04-26"configure summary"Daniel Stenberg
2004-04-26the recent commits explainedDaniel Stenberg
2004-04-267.11.2 coming todayDaniel Stenberg
2004-04-25moved older changes to the CHANGES.2003 fileDaniel Stenberg
2004-04-25disable-manualDaniel Stenberg
2004-04-23 Gisle Vanem found and fixed a memory leak when doing (failing) WindowsDaniel Stenberg
threaded name resolves.
2004-04-23--proxy-ntlm fix and test case 163Daniel Stenberg
2004-04-22allow newlines in the contents when doing -F "var=[contents]"Daniel Stenberg
Robert Marlow reported.
2004-04-22- David Byron found and fixed a small bug with the --fail and authenticationDaniel Stenberg
stuff added a few weeks ago. Turns out that if you specify --proxy-ntlm and communicate with a proxy that requires basic authentication, the proxy properly returns a 407, but the failure detection code doesn't realize it should give up, so curl returns with exit code 0. Test case 162 verifies this.
2004-04-22If a transfer is found out to be only partial, libcurl will now treat thatDaniel Stenberg
as a problem serious enough to skip the final QUIT command before closing the control connection. To avoid the risk that it will "hang" waiting for the QUIT response. Added test case 161 to verify this.
2004-04-21test case 160 "should work" nowDaniel Stenberg
2004-04-20Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed-Daniel Stenberg
length limit of the hostname part of the URL.