Age | Commit message (Expand) | Author |
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 |
2003-11-07 | the resource file itself | Daniel Stenberg |
2003-11-07 | removed the resource lines I shouldn't have added in the firt place | Daniel Stenberg |
2003-11-06 | CURLDEBUG, no underscore | Daniel Stenberg |
2003-11-06 | Gisle Vanem's libcurl.dll version info patch applied | Daniel Stenberg |
2003-11-06 | unitialized variable fix, reported by both Marty Kuhrt and benjamin gerard | Daniel Stenberg |
2003-11-06 | Mac OS X framework build files, contributed by Matt Veenstra | Daniel Stenberg |
2003-11-06 | Moved the TRUE and FALSE #defines to lib/setup.h instead, as they don't | Daniel Stenberg |
2003-11-04 | Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows. | Daniel Stenberg |
2003-11-04 | spellfix in the generated comment by Kevin Roth | Daniel Stenberg |
2003-10-31 | gmtime() really can't even return NULL, can it? | Daniel Stenberg |
2003-10-31 | assume that MDTM returns the timestamp as UTC | Daniel Stenberg |
2003-10-30 | silly me, I was meaning to do this change already as discussed on the libcurl | Daniel Stenberg |
2003-10-30 | curl --head now reports info "headers" on file:// URLs as well | Daniel Stenberg |
2003-10-30 | when getting headers only, stop pretending the reported time is GMT, as it | Daniel Stenberg |
2003-10-30 | Only compile the ipv6-section for ipv6-enabled libcurls. Should save | Daniel Stenberg |
2003-10-29 | David Hull made the file: URL parser also accept the somewhat sloppy file | Daniel Stenberg |
2003-10-28 | Another glibc resolve name fix | Daniel Stenberg |
2003-10-28 | overlapping memory chunks with strcpy(), detected by the friendly valgrind | Daniel Stenberg |
2003-10-27 | James Bursa's fix to prevent failf() to write outside its buffer boundary | Daniel Stenberg |
2003-10-26 | snprintf() made a single-byte buffer overflow, as it could write a zero | Daniel Stenberg |
2003-10-24 | Resuming a download of an already downloaded document, that is trying to get | Daniel Stenberg |