summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Chunked-transfers should have an additional CRLF after the final 0 CRLFDaniel Stenberg2004-01-282-9/+9
* CONNECT response headers are now passed back as "regular" headersDaniel Stenberg2004-01-271-4/+15
* very big transfers now get nicer progress displayed after 9999 megabytes haveDaniel Stenberg2004-01-271-0/+11
* when saving in a cookie jar fails, include the file name in the error messageDaniel Stenberg2004-01-261-1/+2
* Proxy username and password on persistant connections could easily getDaniel Stenberg2004-01-231-1/+1
* check the arguments to the socks5 function, as the name and password mightDaniel Stenberg2004-01-231-2/+2
* fixed the progress meter display for files >32 bit, Gisle Vanem reportedDaniel Stenberg2004-01-231-3/+3
* include curl.h for the typedefDaniel Stenberg2004-01-231-0/+1
* define SIZEOF_CURL_OFF_T if not already definedDaniel Stenberg2004-01-231-0/+4
* re-intended the code curl-styleDaniel Stenberg2004-01-221-26/+30
* return curl_off_t instead of long long, to work on more platformsDaniel Stenberg2004-01-222-4/+4
* it has strtollDaniel Stenberg2004-01-221-0/+1
* Gisle Vanem's fix, mingw as strtollDaniel Stenberg2004-01-221-0/+5
* attempt to fix 64bit seeking for Windows, does it work?Daniel Stenberg2004-01-221-1/+4
* use curl_off_t instead of off_t!Daniel Stenberg2004-01-2213-81/+67
* use the proper type for formposts, not the deprecated oneDaniel Stenberg2004-01-223-3/+3
* added the missing proto for the still unused quit functionDaniel Stenberg2004-01-221-0/+1
* use the proper timecond defines, not the obsolete ones I've removed! ;-)Daniel Stenberg2004-01-211-2/+35
* use the proper timecond defines, not the obsolete ones!Daniel Stenberg2004-01-211-2/+2
* Gisle Vanem's patch for variables that "might be used uninitialized"Daniel Stenberg2004-01-162-6/+6
* silly meDaniel Stenberg2004-01-161-1/+1
* Avoid Curl_if2ip() on Interix as well. Fix by Rodney.Daniel Stenberg2004-01-162-4/+4
* use the %dk display for one extra k of progressDaniel Stenberg2004-01-151-1/+1
* added missing parenthesisDaniel Stenberg2004-01-151-1/+1
* rearranged the connect() call so that there's no interleaved #ifdef, to makeDaniel Stenberg2004-01-141-4/+5
* fixed the Curl_resolv()'s return code when the looked up host was alreadyDaniel Stenberg2004-01-141-5/+4
* added a comment about this not being the original getdate.y version, it hasDaniel Stenberg2004-01-131-0/+3
* Diego Casorran's fixes to allow native AmigaOS buildsDaniel Stenberg2004-01-135-5/+35
* Matt Veenstra updated the Mac OS X framework filesDaniel Stenberg2004-01-132-17/+21
* Brian R Duffy made the makefile work to build SSL-enabled curl with BorlandDaniel Stenberg2004-01-131-6/+12
* Peter Sylvester brought code that now allows a callback to modified the URLDaniel Stenberg2004-01-121-149/+169
* Dominick Meglio pointed out FTPS should use default port 990 according toDaniel Stenberg2004-01-112-2/+5
* added one assert and a few comments describing how the auth stuff worksDaniel Stenberg2004-01-091-7/+25
* Dominick Meglio updated the win description since we fixed the gettimeofdayDaniel Stenberg2004-01-091-10/+0
* updated year in the copyright stringDaniel Stenberg2004-01-0780-80/+80
* Dan Fandrich's zlib fixDaniel Stenberg2004-01-051-0/+4
* new files for the large file support number parsingDaniel Stenberg2004-01-052-0/+203
* David J Meyer's large file support.Daniel Stenberg2004-01-0519-107/+179
* make our private version of gettimeofday() staticDaniel Stenberg2004-01-041-22/+24
* white space and copyright year changesDaniel Stenberg2004-01-041-6/+4
* Dominick Meglio's description how to build ares for libcurl on win32Daniel Stenberg2004-01-041-0/+35
* Make setopt() support CURLOPT_IPRESOLVE...Daniel Stenberg2003-12-191-0/+4
* djgpp fixes by Gisle VanemDaniel Stenberg2003-12-192-249/+275
* Gisle Vanem's minor fixesDaniel Stenberg2003-12-191-2/+2
* redirect from a bad url such as "www.com?moo=foo" to an absolute path didn'tDaniel Stenberg2003-12-181-0/+9
* David Byron's fix to make libcurl build fine with both .NET and VC6 versionDaniel Stenberg2003-12-181-1/+1
* use the curlassert() instead of custom checksDaniel Stenberg2003-12-161-16/+5
* added a library-wide interface for doing dns cache pruning, and no longerDaniel Stenberg2003-12-153-6/+22
* if Curl_hash_add() returns NULL, we shall not free the addrinfo field as thatDaniel Stenberg2003-12-151-3/+3
* make sure that hash_add() has no allocated resources left in case itDaniel Stenberg2003-12-151-7/+8