Age | Commit message (Expand) | Author |
2004-02-02 | we include errno.h to truly know if we have ECONNRESET or not | Daniel Stenberg |
2004-02-02 | Timeout slow ares name lookups. This is based on the patch brought by | Daniel Stenberg |
2004-02-02 | when including ca-bundle.h, don't look in the current dir first, simply use | Daniel Stenberg |
2004-01-30 | make sure the connection is closed when it was detected reset! | Daniel Stenberg |
2004-01-30 | Somewhat crude attempt at fixing the test 91 failures. I commit this now | Daniel Stenberg |
2004-01-30 | only do the verifyconnect() clear magic on mpeix | Daniel Stenberg |
2004-01-29 | added verifyconnect proto and use it correctly in the waitconnect function | Daniel Stenberg |
2004-01-29 | moved the definitions of IOCTL_3_ARGS to setup.h | Daniel Stenberg |
2004-01-29 | 1. changed order of two include files to build fine on MPE/iX | Daniel Stenberg |
2004-01-29 | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg |
2004-01-28 | Chunked-transfers should have an additional CRLF after the final 0 CRLF | Daniel Stenberg |
2004-01-27 | CONNECT response headers are now passed back as "regular" headers | Daniel Stenberg |
2004-01-27 | very big transfers now get nicer progress displayed after 9999 megabytes have | Daniel Stenberg |
2004-01-26 | when saving in a cookie jar fails, include the file name in the error message | Daniel Stenberg |
2004-01-23 | Proxy username and password on persistant connections could easily get | Daniel Stenberg |
2004-01-23 | check the arguments to the socks5 function, as the name and password might | Daniel Stenberg |
2004-01-23 | fixed the progress meter display for files >32 bit, Gisle Vanem reported | Daniel Stenberg |
2004-01-23 | include curl.h for the typedef | Daniel Stenberg |
2004-01-23 | define SIZEOF_CURL_OFF_T if not already defined | Daniel Stenberg |
2004-01-22 | re-intended the code curl-style | Daniel Stenberg |
2004-01-22 | return curl_off_t instead of long long, to work on more platforms | Daniel Stenberg |
2004-01-22 | it has strtoll | Daniel Stenberg |
2004-01-22 | Gisle Vanem's fix, mingw as strtoll | Daniel Stenberg |
2004-01-22 | attempt to fix 64bit seeking for Windows, does it work? | Daniel Stenberg |
2004-01-22 | use curl_off_t instead of off_t! | Daniel Stenberg |
2004-01-22 | use the proper type for formposts, not the deprecated one | Daniel Stenberg |
2004-01-22 | added the missing proto for the still unused quit function | Daniel Stenberg |
2004-01-21 | use the proper timecond defines, not the obsolete ones I've removed! ;-) | Daniel Stenberg |
2004-01-21 | use the proper timecond defines, not the obsolete ones! | Daniel Stenberg |
2004-01-16 | Gisle Vanem's patch for variables that "might be used uninitialized" | Daniel Stenberg |
2004-01-16 | silly me | Daniel Stenberg |
2004-01-16 | Avoid Curl_if2ip() on Interix as well. Fix by Rodney. | Daniel Stenberg |
2004-01-15 | use the %dk display for one extra k of progress | Daniel Stenberg |
2004-01-15 | added missing parenthesis | Daniel Stenberg |
2004-01-14 | rearranged the connect() call so that there's no interleaved #ifdef, to make | Daniel Stenberg |
2004-01-14 | fixed the Curl_resolv()'s return code when the looked up host was already | Daniel Stenberg |
2004-01-13 | added a comment about this not being the original getdate.y version, it has | Daniel Stenberg |
2004-01-13 | Diego Casorran's fixes to allow native AmigaOS builds | Daniel Stenberg |
2004-01-13 | Matt Veenstra updated the Mac OS X framework files | Daniel Stenberg |
2004-01-13 | Brian R Duffy made the makefile work to build SSL-enabled curl with Borland | Daniel Stenberg |
2004-01-12 | Peter Sylvester brought code that now allows a callback to modified the URL | Daniel Stenberg |
2004-01-11 | Dominick Meglio pointed out FTPS should use default port 990 according to | Daniel Stenberg |
2004-01-09 | added one assert and a few comments describing how the auth stuff works | Daniel Stenberg |
2004-01-09 | Dominick Meglio updated the win description since we fixed the gettimeofday | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2004-01-05 | Dan Fandrich's zlib fix | Daniel Stenberg |
2004-01-05 | new files for the large file support number parsing | Daniel Stenberg |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg |
2004-01-04 | make our private version of gettimeofday() static | Daniel Stenberg |
2004-01-04 | white space and copyright year changes | Daniel Stenberg |