Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-25 | requires a SSL-capable client | Daniel Stenberg | |
2003-11-25 | clarified Maciej W. Rozycki's fix | Daniel Stenberg | |
2003-11-24 | allow the end-of-headers from a proxy response to CONNECT end with a CRCR | Daniel Stenberg | |
as well as a CRLF | |||
2003-11-24 | test proxy CONNECT requiring basic auth but we don't provide any | Daniel Stenberg | |
2003-11-24 | new way to trick sws to return special data on CONNECT | Daniel Stenberg | |
2003-11-24 | somewhat up to speed with the devel | Daniel Stenberg | |
2003-11-24 | --ftp-ssl support added | Daniel Stenberg | |
2003-11-24 | proper ftps:// support added | 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 | disable ftps-tests for now, we must make them work with the updated ftps | Daniel Stenberg | |
functionality | |||
2003-11-24 | FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it | Daniel Stenberg | |
2003-11-24 | fixes | 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-23 | Gisle Vanem fixed the Windows build | Daniel Stenberg | |
2003-11-23 | FTPSSL support options and defines added | Daniel Stenberg | |
2003-11-20 | combine the two identical cases | Daniel Stenberg | |
2003-11-20 | three more fixes | Daniel Stenberg | |
2003-11-20 | bail out properly on a 407 when we can't authenticate basic, bug report | Daniel Stenberg | |
#845247 | |||
2003-11-20 | request a file over proxy without credentials, and get a 407 back | Daniel Stenberg | |
2003-11-19 | unconditional progressbarinit cures a windows crash | Daniel Stenberg | |
2003-11-19 | If a partial file has been read or written, force a closure the existing | Daniel Stenberg | |
connection to avoid re-use of it, since we cannot know in what state it is. | |||
2003-11-19 | respect bits.close even if an error already is set, but make sure that the | Daniel Stenberg | |
existing error is the one returned back | |||
2003-11-19 | cut off old crappy win32 comments and use the proper global_init instead | Daniel Stenberg | |
also removed very old "require libcurl older than blablabla" | |||
2003-11-19 | cleaned up | Daniel Stenberg | |
2003-11-19 | remove the wrong win32 comment and use global_init | Daniel Stenberg | |
2003-11-17 | Maciej W. Rozycki's configure patch | Daniel Stenberg | |
2003-11-17 | Maciej W. Rozycki made this script use a cache variable for the writable | Daniel Stenberg | |
argv test. This way, the default can be overridden better (for cross-compiles etc) | |||
2003-11-15 | do ares_destroy() on the ares handle when we're done in Curl_is_resolved() | Daniel Stenberg | |
2003-11-15 | two | 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 | |
properly bail out from, when using ares. | |||
2003-11-13 | updated | Daniel Stenberg | |
2003-11-13 | Peter Sylvester found a flaw in the connect code for ipv6-enabled hosts. | Daniel Stenberg | |
I guess it seldomly happens on linux and that's why it wasn't found before. He used Solaris to notice it. I took the opportunity to rewrite the Curl_connecthost() slightly to feature less duplicate code in the two different versions (ipv4/ipv6). | |||
2003-11-13 | -n disables valgrind now | Daniel Stenberg | |
2003-11-13 | Default Content-Type for formparts has changed to "application/octet-stream". | Daniel Stenberg | |
This seems more appropriate, and I believe mozilla and the likes do this. .html files now get text/html as Content-Type. Pointed out in bug report #839806. | |||
2003-11-13 | don't log failed socket() calls | Daniel Stenberg | |
2003-11-13 | Gisle Vanem added a flush to make the progress-bar look better on windows | Daniel Stenberg | |
(at least). | |||
2003-11-12 | mention it was added in 7.10.9 | Daniel Stenberg | |
2003-11-12 | a resume http upload bug | 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 | |
which works nicely since the build dir is before the source dir in the include path. | |||
2003-11-10 | After Sébastien Willemijns' bug report, we now check the separators properly | Daniel Stenberg | |
in the 229-reply servers respond on a EPSV command and bail out better if the reply string is not valid RFC2428-compliant. | |||
2003-11-08 | for the getpwuid() etc | Daniel Stenberg | |
2003-11-08 | use char, not bool | Daniel Stenberg | |
2003-11-07 | things happen even during slow days! ;-) | Daniel Stenberg | |
2003-11-07 | do a normal free() of the homedir now | Daniel Stenberg | |
2003-11-07 | Based on Gisle Vanem's $HOME patch, we now attempt to find the home dir | Daniel Stenberg | |
in a slightly better way for more platforms. The $HOME is only used for .curlrc atm, but the possible upcoming change of .netrc treatment may also need the home dir. |