Age | Commit message (Expand) | Author |
2004-02-05 | Andrés García's updates | Daniel Stenberg |
2004-02-05 | if an empty 'transfer-encoding:' header is provided, we switch off the | Daniel Stenberg |
2004-02-05 | Gisle Vanem fixed a windows compiler warning | Daniel Stenberg |
2004-02-05 | options we get as longs need to be typecasted when assigned to prevent | Daniel Stenberg |
2004-02-05 | fix return type to silence compiler warnings | Daniel Stenberg |
2004-02-05 | prevent warning from that picky MIPSpro compiler | Daniel Stenberg |
2004-02-05 | compiler warning fix, compare struct pointers of the same type | Daniel Stenberg |
2004-02-05 | use the timeout options when waiting for the server to connect when using | Daniel Stenberg |
2004-02-05 | hide the pack_hostent proto if ipv6 is enabled, as figured out by Tor Arntsen | Daniel Stenberg |
2004-02-03 | the unused quit-function didn't pass a correct variable type to the | Daniel Stenberg |
2004-02-03 | added the missing ares numerical version initialiser | Daniel Stenberg |
2004-02-02 | undef accept before defining it, since AIX 5.2 has it as a define! | Daniel Stenberg |
2004-02-02 | now provides c-ares version info in both version calls | Daniel Stenberg |
2004-02-02 | adjusted to the modified ares_strerror() function | Daniel Stenberg |
2004-02-02 | Dirk Manske fixed the ares usage even more. We could get a timeout from ares | Daniel Stenberg |
2004-02-02 | set the 'retry' bit to TRUE when the connection is about to be retried, | Daniel Stenberg |
2004-02-02 | clear the sockerror if no error was returned | Daniel Stenberg |
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 |