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