Age | Commit message (Expand) | Author |
2004-11-15 | clean up start time and t_startsingle use so that redirect_time works properly | Daniel Stenberg |
2004-11-11 | Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST. | Daniel Stenberg |
2004-11-11 | Dan Fandrich added --disable-verbose | Daniel Stenberg |
2004-11-11 | dates from 2038 or later now return 0x7fffffff when 32 bit time_t is used | Daniel Stenberg |
2004-11-10 | configure --with-gssapi fix | Daniel Stenberg |
2004-11-10 | Gisle's CURL_EXTERN fix | Daniel Stenberg |
2004-11-08 | today's work | Daniel Stenberg |
2004-11-08 | weirdo hack to fix debian bug report 278691: | Daniel Stenberg |
2004-11-05 | Tim Sneddon's VMS fix for huge HTTP POSTs | Daniel Stenberg |
2004-11-04 | more retry stuff | Daniel Stenberg |
2004-11-02 | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg |
2004-11-01 | When cross-compiling, the configure script no longer attempts to use | Daniel Stenberg |
2004-10-27 | Dan Fandrich's gzip handling fix | Daniel Stenberg |
2004-10-27 | Added --retry and --retry-delay first attempt with four related test cases. | Daniel Stenberg |
2004-10-25 | Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on a | Daniel Stenberg |
2004-10-24 | Mohun Biswas found out that formposting a zero-byte file didn't work very | Daniel Stenberg |
2004-10-19 | this change was reverted since it broke on solaris | Daniel Stenberg |
2004-10-19 | Alexander Krasnostavsky made it possible to make FTP 3rd party transfers with | Daniel Stenberg |
2004-10-19 | CURLINFO_NUM_CONNECTS and more | Daniel Stenberg |
2004-10-19 | bug 1049275 fixes test 165 | Daniel Stenberg |
2004-10-18 | Peter Wullinger pointed out that curl should call setlocale() properly to | Daniel Stenberg |
2004-10-18 | 7.12.2 | Daniel Stenberg |
2004-10-16 | Alexander Krasnostavsky made the CURLOPT_FTP_CREATE_MISSING_DIRS option work | Daniel Stenberg |
2004-10-16 | libcurl leaked memory for cookies with the "max-age" field set. | Daniel Stenberg |
2004-10-16 | Changes for issue 50 | Gisle Vanem |
2004-10-14 | Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name | Daniel Stenberg |
2004-10-12 | recent fixes | Daniel Stenberg |
2004-10-11 | SO_NOSIGPIPE | Daniel Stenberg |
2004-10-06 | Added tld_check_name(). | Gisle Vanem |
2004-10-06 | Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled | Daniel Stenberg |
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-02 | Gisle Vanem provided code that displays an error message when the (libidn | Daniel Stenberg |
2004-10-01 | Aleksandar Milivojevic reported a problem in the Redhat bugzilla (see | Daniel Stenberg |
2004-10-01 | - Based on Fedor Karpelevitch's formpost path basename patch, file parts in | Daniel Stenberg |
2004-09-30 | - Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows an | Daniel Stenberg |
2004-09-30 | G�nter Knauf and Casey O'Donnell worked out an extra #if condition for the | Daniel Stenberg |
2004-09-30 | Jean-Philippe Barrette-LaPierre made buildconf run better on Mac OS X by | Daniel Stenberg |
2004-09-28 | Bertrand Demiddelaer fixed curl_easy_reset() so that it doesn't mistakingly | Daniel Stenberg |
2004-09-28 | recent stuff | Daniel Stenberg |
2004-09-22 | Dan Fandrich patched three tests | Daniel Stenberg |
2004-09-22 | typo | 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-16 | Added CURLOPT_FTPSSLAUTH | Daniel Stenberg |
2004-09-16 | Location: problem with bad original URL, identified in bug report #1029478 | Daniel Stenberg |
2004-09-15 | Replaced the former date parser with a rewrite. No more yacc/bison needed. | Daniel Stenberg |
2004-09-11 | Added parsedate.[ch] | Daniel Stenberg |
2004-09-10 | fixed -F to support setting type= even on parts that aren't file-uploads | Daniel Stenberg |