aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Collapse)Author
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.
2004-04-15my test suite editsDaniel Stenberg
2004-04-15removed the fixed dir depth limit in the FTP codeDaniel Stenberg
2004-04-14two ipresolve fixesDaniel Stenberg
2004-04-14several changesDaniel Stenberg
2004-04-07getting only a 100 Continue response and nothing else, when talking HTTP,Daniel Stenberg
is now treated as an error by libcurl
2004-04-06New authentication code added, particularly noticable when doing POST or PUTDaniel Stenberg
with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication and when done perform the requested POST.
2004-04-06improved --limit-rate functionality, partly by the new use of curlx_tvnow()Daniel Stenberg
2004-04-06the last couple of daysDaniel Stenberg
2004-03-31recent changesDaniel Stenberg
2004-03-30David Byron's patch was appplied to make CURLOPT_FAILONERROR work nicelyDaniel Stenberg
even with authentcations such as NTLM or Digest enabled. Test cases 150, 151 and 152 were added to verify the functionality.
2004-03-29changes changes changesDaniel Stenberg
2004-03-23error messages and new test scriptDaniel Stenberg
2004-03-23progress meter fix, CURLINFO_CONTENT_LENGTH_DOWNLOAD fix, cygwin package fixDaniel Stenberg
2004-03-22Enabled 'NT responses' in the NTLM type-3 message.Daniel Stenberg
2004-03-19Added the Version 7.11.1 markerDaniel Stenberg
2004-03-18irix configure fix and a msvc project file updateDaniel Stenberg
2004-03-17Günter Knauf's NetWare changes.Daniel Stenberg
2004-03-16mention yesterday's man page update frenzyDaniel Stenberg
2004-03-15check for m4 version in buildconfDaniel Stenberg
2004-03-12Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of theDaniel Stenberg
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs.
2004-03-10fixingDaniel Stenberg
2004-03-08the largefile for version_info fixDaniel Stenberg
2004-03-05issue 12 fixed, the final known outstanding issue to be done before 7.11.1Daniel Stenberg