summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Giuseppe Attardi fixed a really tricky bugDaniel Stenberg2003-12-151-0/+4
* use the CORRECT file name! ;-)Daniel Stenberg2003-12-111-1/+1
* Use Curl_transfer() properly. Fixes the bug Gisle Vanem found!Daniel Stenberg2003-12-101-3/+3
* assert that we get a good index to Curl_transfer()Daniel Stenberg2003-12-101-0/+2
* we now have a 'curlassert' function to useDaniel Stenberg2003-12-101-1/+12
* updated with the new configure option usageDaniel Stenberg2003-12-101-2/+11
* added the new amiga files to the distDaniel Stenberg2003-12-101-1/+2
* Diego Casorran's amiga makefilesDaniel Stenberg2003-12-101-0/+27
* native AmigaOS support by Diego CasorranDaniel Stenberg2003-12-103-0/+173
* do the ares stuff in the configure fileDaniel Stenberg2003-12-101-10/+2
* better human error message when a FTP response can't be readDaniel Stenberg2003-12-081-1/+1
* based on Gisle's comment, I removed the use of syslog() and fixed theDaniel Stenberg2003-12-041-65/+67
* my contentlength adjustment broke the ftp download range stuff, this makesDaniel Stenberg2003-12-031-1/+4
* Steve Green fixed Curl_resolv()Daniel Stenberg2003-12-031-0/+2
* Ignore content-length when chunked transfer-encoding is transfered.Daniel Stenberg2003-12-032-9/+17
* less complicated code for the MSG_NOSIGNAL detectionDaniel Stenberg2003-12-021-1/+2
* fix compiler warningsDaniel Stenberg2003-12-022-1/+3
* use the HAVE_KRB4 define instead of just KRB4Daniel Stenberg2003-12-029-21/+21
* fixes from Gisle Vanem to try 'AUTH SSL' before 'AUTH TLS', edited by meDaniel Stenberg2003-12-021-20/+31
* If HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when we call send() andDaniel Stenberg2003-12-022-10/+19
* Gisle Vanem fixed the check-order for FTPS and FTP.Daniel Stenberg2003-12-021-4/+3
* FTPS now works with active ftp and uploads too.Daniel Stenberg2003-12-011-49/+59
* James Clancy updated the Borland makefilesDaniel Stenberg2003-11-272-4/+6
* Markus Moeller's change to check for HAVE_SPNEGO instead of the previousDaniel Stenberg2003-11-271-2/+2
* When basic is the only auth wanted (which it is by default), the auth phaseDaniel Stenberg2003-11-251-14/+18
* allow the end-of-headers from a proxy response to CONNECT end with a CRCRDaniel Stenberg2003-11-241-2/+4
* prevent warning for non-SSL buildsDaniel Stenberg2003-11-241-2/+2
* windows build fix based on a patch by Gisle VanemDaniel Stenberg2003-11-241-3/+4
* adjusted code to the new socket fields in the sessionhandle structDaniel Stenberg2003-11-242-3/+3
* FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe itDaniel Stenberg2003-11-2411-186/+290
* Gaz Iqbal fixed a range string memory leak!Daniel Stenberg2003-11-241-8/+11
* fixed wrong commentDaniel Stenberg2003-11-241-1/+1
* combine the two identical casesDaniel Stenberg2003-11-201-3/+0
* bail out properly on a 407 when we can't authenticate basic, bug reportDaniel Stenberg2003-11-201-2/+3