| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Giuseppe Attardi fixed a really tricky bug | Daniel Stenberg | 2003-12-15 | 1 | -0/+4 |
* | use the CORRECT file name! ;-) | Daniel Stenberg | 2003-12-11 | 1 | -1/+1 |
* | Use Curl_transfer() properly. Fixes the bug Gisle Vanem found! | Daniel Stenberg | 2003-12-10 | 1 | -3/+3 |
* | assert that we get a good index to Curl_transfer() | Daniel Stenberg | 2003-12-10 | 1 | -0/+2 |
* | we now have a 'curlassert' function to use | Daniel Stenberg | 2003-12-10 | 1 | -1/+12 |
* | updated with the new configure option usage | Daniel Stenberg | 2003-12-10 | 1 | -2/+11 |
* | added the new amiga files to the dist | Daniel Stenberg | 2003-12-10 | 1 | -1/+2 |
* | Diego Casorran's amiga makefiles | Daniel Stenberg | 2003-12-10 | 1 | -0/+27 |
* | native AmigaOS support by Diego Casorran | Daniel Stenberg | 2003-12-10 | 3 | -0/+173 |
* | do the ares stuff in the configure file | Daniel Stenberg | 2003-12-10 | 1 | -10/+2 |
* | better human error message when a FTP response can't be read | Daniel Stenberg | 2003-12-08 | 1 | -1/+1 |
* | based on Gisle's comment, I removed the use of syslog() and fixed the | Daniel Stenberg | 2003-12-04 | 1 | -65/+67 |
* | my contentlength adjustment broke the ftp download range stuff, this makes | Daniel Stenberg | 2003-12-03 | 1 | -1/+4 |
* | Steve Green fixed Curl_resolv() | Daniel Stenberg | 2003-12-03 | 1 | -0/+2 |
* | Ignore content-length when chunked transfer-encoding is transfered. | Daniel Stenberg | 2003-12-03 | 2 | -9/+17 |
* | less complicated code for the MSG_NOSIGNAL detection | Daniel Stenberg | 2003-12-02 | 1 | -1/+2 |
* | fix compiler warnings | Daniel Stenberg | 2003-12-02 | 2 | -1/+3 |
* | use the HAVE_KRB4 define instead of just KRB4 | Daniel Stenberg | 2003-12-02 | 9 | -21/+21 |
* | fixes from Gisle Vanem to try 'AUTH SSL' before 'AUTH TLS', edited by me | Daniel Stenberg | 2003-12-02 | 1 | -20/+31 |
* | If HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when we call send() and | Daniel Stenberg | 2003-12-02 | 2 | -10/+19 |
* | Gisle Vanem fixed the check-order for FTPS and FTP. | Daniel Stenberg | 2003-12-02 | 1 | -4/+3 |
* | FTPS now works with active ftp and uploads too. | Daniel Stenberg | 2003-12-01 | 1 | -49/+59 |
* | James Clancy updated the Borland makefiles | Daniel Stenberg | 2003-11-27 | 2 | -4/+6 |
* | Markus Moeller's change to check for HAVE_SPNEGO instead of the previous | Daniel Stenberg | 2003-11-27 | 1 | -2/+2 |
* | When basic is the only auth wanted (which it is by default), the auth phase | Daniel Stenberg | 2003-11-25 | 1 | -14/+18 |
* | allow the end-of-headers from a proxy response to CONNECT end with a CRCR | Daniel Stenberg | 2003-11-24 | 1 | -2/+4 |
* | prevent warning for non-SSL builds | Daniel Stenberg | 2003-11-24 | 1 | -2/+2 |
* | windows build fix based on a patch by Gisle Vanem | Daniel Stenberg | 2003-11-24 | 1 | -3/+4 |
* | adjusted code to the new socket fields in the sessionhandle struct | Daniel Stenberg | 2003-11-24 | 2 | -3/+3 |
* | FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it | Daniel Stenberg | 2003-11-24 | 11 | -186/+290 |
* | Gaz Iqbal fixed a range string memory leak! | Daniel Stenberg | 2003-11-24 | 1 | -8/+11 |
* | fixed wrong comment | Daniel Stenberg | 2003-11-24 | 1 | -1/+1 |
* | combine the two identical cases | Daniel Stenberg | 2003-11-20 | 1 | -3/+0 |
* | bail out properly on a 407 when we can't authenticate basic, bug report | Daniel Stenberg | 2003-11-20 | 1 | -2/+3 |
* | If a partial file has been read or written, force a closure the existing | Daniel Stenberg | 2003-11-19 | 1 | -0/+4 |
* | respect bits.close even if an error already is set, but make sure that the | Daniel Stenberg | 2003-11-19 | 1 | -3/+9 |
* | do ares_destroy() on the ares handle when we're done in Curl_is_resolved() | Daniel Stenberg | 2003-11-15 | 1 | -0/+2 |
* | Mathias Axelsson found a case where we free()d the server certificate twice! | Daniel Stenberg | 2003-11-15 | 1 | -2/+0 |
* | Siddhartha Prakash Jain found a case with a bad resolve that we didn't | Daniel Stenberg | 2003-11-14 | 1 | -1/+4 |
* | Peter Sylvester found a flaw in the connect code for ipv6-enabled hosts. | Daniel Stenberg | 2003-11-13 | 1 | -135/+49 |
* | Default Content-Type for formparts has changed to "application/octet-stream". | Daniel Stenberg | 2003-11-13 | 1 | -2/+2 |
* | don't log failed socket() calls | Daniel Stenberg | 2003-11-13 | 1 | -1/+1 |
* | Added CURLOPT_NETRC_FILE. | Daniel Stenberg | 2003-11-11 | 4 | -50/+57 |
* | Generate the ca-bundle.h file in the build dir and not in the source dir, | Daniel Stenberg | 2003-11-10 | 1 | -2/+2 |
* | After Sébastien Willemijns' bug report, we now check the separators properly | Daniel Stenberg | 2003-11-10 | 1 | -16/+16 |