| Commit message (Expand) | Author | Age | Files | Lines |
* | Chunked-transfers should have an additional CRLF after the final 0 CRLF | Daniel Stenberg | 2004-01-28 | 2 | -9/+9 |
* | CONNECT response headers are now passed back as "regular" headers | Daniel Stenberg | 2004-01-27 | 1 | -4/+15 |
* | very big transfers now get nicer progress displayed after 9999 megabytes have | Daniel Stenberg | 2004-01-27 | 1 | -0/+11 |
* | when saving in a cookie jar fails, include the file name in the error message | Daniel Stenberg | 2004-01-26 | 1 | -1/+2 |
* | Proxy username and password on persistant connections could easily get | Daniel Stenberg | 2004-01-23 | 1 | -1/+1 |
* | check the arguments to the socks5 function, as the name and password might | Daniel Stenberg | 2004-01-23 | 1 | -2/+2 |
* | fixed the progress meter display for files >32 bit, Gisle Vanem reported | Daniel Stenberg | 2004-01-23 | 1 | -3/+3 |
* | include curl.h for the typedef | Daniel Stenberg | 2004-01-23 | 1 | -0/+1 |
* | define SIZEOF_CURL_OFF_T if not already defined | Daniel Stenberg | 2004-01-23 | 1 | -0/+4 |
* | re-intended the code curl-style | Daniel Stenberg | 2004-01-22 | 1 | -26/+30 |
* | return curl_off_t instead of long long, to work on more platforms | Daniel Stenberg | 2004-01-22 | 2 | -4/+4 |
* | it has strtoll | Daniel Stenberg | 2004-01-22 | 1 | -0/+1 |
* | Gisle Vanem's fix, mingw as strtoll | Daniel Stenberg | 2004-01-22 | 1 | -0/+5 |
* | attempt to fix 64bit seeking for Windows, does it work? | Daniel Stenberg | 2004-01-22 | 1 | -1/+4 |
* | use curl_off_t instead of off_t! | Daniel Stenberg | 2004-01-22 | 13 | -81/+67 |
* | use the proper type for formposts, not the deprecated one | Daniel Stenberg | 2004-01-22 | 3 | -3/+3 |
* | added the missing proto for the still unused quit function | Daniel Stenberg | 2004-01-22 | 1 | -0/+1 |
* | use the proper timecond defines, not the obsolete ones I've removed! ;-) | Daniel Stenberg | 2004-01-21 | 1 | -2/+35 |
* | use the proper timecond defines, not the obsolete ones! | Daniel Stenberg | 2004-01-21 | 1 | -2/+2 |
* | Gisle Vanem's patch for variables that "might be used uninitialized" | Daniel Stenberg | 2004-01-16 | 2 | -6/+6 |
* | silly me | Daniel Stenberg | 2004-01-16 | 1 | -1/+1 |
* | Avoid Curl_if2ip() on Interix as well. Fix by Rodney. | Daniel Stenberg | 2004-01-16 | 2 | -4/+4 |
* | use the %dk display for one extra k of progress | Daniel Stenberg | 2004-01-15 | 1 | -1/+1 |
* | added missing parenthesis | Daniel Stenberg | 2004-01-15 | 1 | -1/+1 |
* | rearranged the connect() call so that there's no interleaved #ifdef, to make | Daniel Stenberg | 2004-01-14 | 1 | -4/+5 |
* | fixed the Curl_resolv()'s return code when the looked up host was already | Daniel Stenberg | 2004-01-14 | 1 | -5/+4 |
* | added a comment about this not being the original getdate.y version, it has | Daniel Stenberg | 2004-01-13 | 1 | -0/+3 |
* | Diego Casorran's fixes to allow native AmigaOS builds | Daniel Stenberg | 2004-01-13 | 5 | -5/+35 |
* | Matt Veenstra updated the Mac OS X framework files | Daniel Stenberg | 2004-01-13 | 2 | -17/+21 |
* | Brian R Duffy made the makefile work to build SSL-enabled curl with Borland | Daniel Stenberg | 2004-01-13 | 1 | -6/+12 |
* | Peter Sylvester brought code that now allows a callback to modified the URL | Daniel Stenberg | 2004-01-12 | 1 | -149/+169 |
* | Dominick Meglio pointed out FTPS should use default port 990 according to | Daniel Stenberg | 2004-01-11 | 2 | -2/+5 |
* | added one assert and a few comments describing how the auth stuff works | Daniel Stenberg | 2004-01-09 | 1 | -7/+25 |
* | Dominick Meglio updated the win description since we fixed the gettimeofday | Daniel Stenberg | 2004-01-09 | 1 | -10/+0 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 80 | -80/+80 |
* | Dan Fandrich's zlib fix | Daniel Stenberg | 2004-01-05 | 1 | -0/+4 |
* | new files for the large file support number parsing | Daniel Stenberg | 2004-01-05 | 2 | -0/+203 |
* | David J Meyer's large file support. | Daniel Stenberg | 2004-01-05 | 19 | -107/+179 |
* | make our private version of gettimeofday() static | Daniel Stenberg | 2004-01-04 | 1 | -22/+24 |
* | white space and copyright year changes | Daniel Stenberg | 2004-01-04 | 1 | -6/+4 |
* | Dominick Meglio's description how to build ares for libcurl on win32 | Daniel Stenberg | 2004-01-04 | 1 | -0/+35 |
* | Make setopt() support CURLOPT_IPRESOLVE... | Daniel Stenberg | 2003-12-19 | 1 | -0/+4 |
* | djgpp fixes by Gisle Vanem | Daniel Stenberg | 2003-12-19 | 2 | -249/+275 |
* | Gisle Vanem's minor fixes | Daniel Stenberg | 2003-12-19 | 1 | -2/+2 |
* | redirect from a bad url such as "www.com?moo=foo" to an absolute path didn't | Daniel Stenberg | 2003-12-18 | 1 | -0/+9 |
* | David Byron's fix to make libcurl build fine with both .NET and VC6 version | Daniel Stenberg | 2003-12-18 | 1 | -1/+1 |
* | use the curlassert() instead of custom checks | Daniel Stenberg | 2003-12-16 | 1 | -16/+5 |
* | added a library-wide interface for doing dns cache pruning, and no longer | Daniel Stenberg | 2003-12-15 | 3 | -6/+22 |
* | if Curl_hash_add() returns NULL, we shall not free the addrinfo field as that | Daniel Stenberg | 2003-12-15 | 1 | -3/+3 |
* | make sure that hash_add() has no allocated resources left in case it | Daniel Stenberg | 2003-12-15 | 1 | -7/+8 |