Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-29 | spell | Daniel Stenberg | |
2004-11-26 | progress meter newline | Daniel Stenberg | |
2004-11-25 | FTP improvements: | Daniel Stenberg | |
If EPSV, EPRT or LPRT is tried and doesn't work, it will not be retried on the same server again even if a following request is made using a persistent connection. If a second request is made to a server, requesting a file from the same directory as the previous request operated on, libcurl will no longer make that long series of CWD commands just to end up on the same spot. Note that this is only for *exactly* the same dir. There is still room for improvements to optimize the CWD-sending when the dirs are only slightly different. Added test 210, 211 and 212 to verify these changes. Had to improve the test script too and added a new primitive to the test file format. | |||
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg | |
2004-11-23 | yet another binding | Daniel Stenberg | |
2004-11-19 | David Phillips' FD_SETSIZE fix | Daniel Stenberg | |
2004-11-15 | clean up start time and t_startsingle use so that redirect_time works properly | Daniel Stenberg | |
2004-11-11 | recent fixes | Daniel Stenberg | |
2004-11-09 | with all external functions marked with CURL_EXTERN it is easy to count them | Daniel Stenberg | |
and... yes, they are 46! | |||
2004-11-08 | today's work | Daniel Stenberg | |
2004-11-05 | Tim Sneddon's VMS fix for huge HTTP POSTs | Daniel Stenberg | |
2004-11-04 | update | Daniel Stenberg | |
2004-11-02 | recent changes | Daniel Stenberg | |
2004-10-19 | CURLINFO_NUM_CONNECTS and more | Daniel Stenberg | |
2004-10-18 | start over on 7.12.3 | Daniel Stenberg | |
2004-10-17 | new mirror | Daniel Stenberg | |
2004-10-16 | today's changes | Daniel Stenberg | |
2004-10-14 | Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name | Daniel Stenberg | |
and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix. | |||
2004-10-13 | .NET binding | Daniel Stenberg | |
2004-10-12 | recent fixes | Daniel Stenberg | |
2004-10-07 | Gisle's new fix, the old file:// leak | Daniel Stenberg | |
2004-10-06 | Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled | Daniel Stenberg | |
CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if the new URL would provide the resumed file. Test case 188 added to verify the fix (together with existing test 99). | |||
2004-10-06 | updates of today | Daniel Stenberg | |
2004-10-05 | recent fixes | Daniel Stenberg | |
2004-10-04 | closing in on release | Daniel Stenberg | |
2004-10-01 | reflect the last few changes | Daniel Stenberg | |
2004-09-28 | Bertrand Demiddelaer fixed curl_easy_reset() so that it doesn't mistakingly | Daniel Stenberg | |
enable the progress meter. | |||
2004-09-28 | recent stuff | Daniel Stenberg | |
2004-09-22 | Dan Fandrich patched three tests | Daniel Stenberg | |
2004-09-22 | Jean-Claude Chauve is a friend! | Daniel Stenberg | |
2004-09-22 | jean-claude Chauve fixed an LDAP bug | Daniel Stenberg | |
2004-09-19 | the error message fix for failed connects | Daniel Stenberg | |
2004-09-17 | Location:-follow problem | Daniel Stenberg | |
2004-09-16 | one more option, one more friend | Daniel Stenberg | |
2004-09-16 | Added CURLOPT_FTPSSLAUTH | Daniel Stenberg | |
2004-09-15 | the new date parser affects -z | Daniel Stenberg | |
2004-09-11 | mention more friends | Daniel Stenberg | |
2004-09-10 | fixed -F to support setting type= even on parts that aren't file-uploads | Daniel Stenberg | |
2004-09-10 | up to date with recent changes | Daniel Stenberg | |
2004-08-30 | proxy connection close and so | Daniel Stenberg | |
2004-08-30 | getdate fix, adacurl release | Daniel Stenberg | |
2004-08-20 | Alexander Krasnostavsky made the write callback get called even when a zero | Daniel Stenberg | |
byte file is downloaded. | |||
2004-08-19 | Ling Thio pointed out that getaddrinfo() reverse-lookups ip-only names, and | Daniel Stenberg | |
this is an attempt to prevent it from doing that. affects ipv6-enabled only. | |||
2004-08-17 | recent fixes | Daniel Stenberg | |
2004-08-10 | and we're back on a clean notes sheet again | Daniel Stenberg | |
2004-08-10 | 7.12.1 notes | Daniel Stenberg | |
2004-08-09 | version string, krb4 link fix, added number of web mirrors and libcurl bindings | Daniel Stenberg | |
2004-08-06 | new web mirror | Daniel Stenberg | |
2004-08-05 | negotiate fix and new glib/GTK+ binding | Daniel Stenberg | |
2004-08-04 | multi-connect fix and cookie domain fix | Daniel Stenberg | |