Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-29 | multi interface connect fix | Daniel Stenberg | |
2004-06-28 | --limit-rate problems on Mac OS X was reported by Rob Stanzel | Daniel Stenberg | |
2004-06-27 | check for a fine poll() before it is used to sleep subsecond | Daniel Stenberg | |
2004-06-24 | snprintf and version | Daniel Stenberg | |
2004-06-24 | Yet another resolve code re-org | Daniel Stenberg | |
2004-06-22 | cookie size | Daniel Stenberg | |
2004-06-22 | Gisle Vanem improved the certificate wildcard checks | Daniel Stenberg | |
2004-06-21 | testcurl.sh is dead, long live tests/testcurl.pl! | Daniel Stenberg | |
2004-06-21 | CURL_READFUNC_ABORT stuff | Daniel Stenberg | |
2004-06-21 | recent events | Daniel Stenberg | |
2004-06-18 | Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the | Daniel Stenberg | |
mailing list. | |||
2004-06-17 | large file FTP upload bug | Daniel Stenberg | |
2004-06-15 | post with auth problems fixed | Daniel Stenberg | |
2004-06-14 | recent action | Daniel Stenberg | |
2004-06-09 | recent changes | Daniel Stenberg | |
2004-06-04 | configure fix | Daniel Stenberg | |
2004-06-03 | updates | Daniel Stenberg | |
2004-06-02 | 7.12.0 | Daniel Stenberg | |
2004-06-02 | more changes | Daniel Stenberg | |
2004-05-28 | minor edits | Daniel Stenberg | |
2004-05-26 | MSVC makefiles updated and an auth problem when using CONNECT | Daniel Stenberg | |
2004-05-25 | initial support for "uploading" to file:// URLs | Daniel Stenberg | |
2004-05-24 | Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to | Daniel 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-24 | Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could | Daniel Stenberg | |
not be used both in one request. Fixed it and added test case 172 to verify. | |||
2004-05-21 | While talking to host a.b.c, libcurl did wrongly not accept cookies that were | Daniel 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-20 | fixed transfer speed math | Daniel Stenberg | |
2004-05-19 | cert verify | Daniel Stenberg | |
2004-05-17 | torture testing and a moved CVS repo | Daniel Stenberg | |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | |
memory.h is included everywhere for this. | |||
2004-05-11 | Added recent events to the log | Daniel Stenberg | |
2004-05-07 | James' and Gisle' reports/fixes | Daniel Stenberg | |
2004-05-07 | Made the lib/curllib.dsp file get generated automaticly | Daniel Stenberg | |
2004-05-06 | little fixes | Daniel Stenberg | |
2004-05-04 | removed curl_formparse() from the library | Daniel Stenberg | |
2004-05-04 | General HTTP authentication cleanup and fixes | Daniel Stenberg | |
2004-04-30 | mucho | Daniel Stenberg | |
2004-04-27 | idn stuff in code and configure script | Daniel Stenberg | |
2004-04-27 | hugehelp.c fix, without-ssl fix | Daniel Stenberg | |
2004-04-26 | "configure summary" | Daniel Stenberg | |
2004-04-26 | the recent commits explained | Daniel Stenberg | |
2004-04-26 | 7.11.2 coming today | Daniel Stenberg | |
2004-04-25 | moved older changes to the CHANGES.2003 file | Daniel Stenberg | |
2004-04-25 | disable-manual | Daniel Stenberg | |
2004-04-23 | Gisle Vanem found and fixed a memory leak when doing (failing) Windows | Daniel Stenberg | |
threaded name resolves. | |||
2004-04-23 | --proxy-ntlm fix and test case 163 | Daniel Stenberg | |
2004-04-22 | allow 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 authentication | Daniel 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-22 | If a transfer is found out to be only partial, libcurl will now treat that | Daniel 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-21 | test case 160 "should work" now | Daniel Stenberg | |
2004-04-20 | Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed- | Daniel Stenberg | |
length limit of the hostname part of the URL. |