2769f3b2 | 20-Nov-2003 |
Daniel Stenberg |
request a file over proxy without credentials, and get a 407 back |
e9a545c7 | 19-Nov-2003 |
Daniel Stenberg |
unconditional progressbarinit cures a windows crash |
edce4445 | 19-Nov-2003 |
Daniel Stenberg |
If a partial file has been read or written, force a closure the existing connection to avoid re-use of it, since we cannot know in what state it is. |
7bee4140 | 19-Nov-2003 |
Daniel Stenberg |
respect bits.close even if an error already is set, but make sure that the existing error is the one returned back |
cc486585 | 19-Nov-2003 |
Daniel Stenberg |
cut off old crappy win32 comments and use the proper global_init instead also removed very old "require libcurl older than blablabla" |
79e4aee1 | 19-Nov-2003 |
Daniel Stenberg |
cleaned up |
4d280124 | 19-Nov-2003 |
Daniel Stenberg |
remove the wrong win32 comment and use global_init |
e1d01045 | 17-Nov-2003 |
Daniel Stenberg |
Maciej W. Rozycki's configure patch |
0717e469 | 17-Nov-2003 |
Daniel Stenberg |
Maciej W. Rozycki made this script use a cache variable for the writable argv test. This way, the default can be overridden better (for cross-compiles etc) |
a0a5668d | 15-Nov-2003 |
Daniel Stenberg |
do ares_destroy() on the ares handle when we're done in Curl_is_resolved() |
bfc7d6c1 | 15-Nov-2003 |
Daniel Stenberg |
two |
dfe01180 | 15-Nov-2003 |
Daniel Stenberg |
Mathias Axelsson found a case where we free()d the server certificate twice! |
a701f3dd | 14-Nov-2003 |
Daniel Stenberg |
Siddhartha Prakash Jain found a case with a bad resolve that we didn't properly bail out from, when using ares. |
f99a1d4e | 13-Nov-2003 |
Daniel Stenberg |
updated |
43bb2046 | 13-Nov-2003 |
Daniel Stenberg |
Peter Sylvester found a flaw in the connect code for ipv6-enabled hosts. I guess it seldomly happens on linux and that's why it wasn't found before. He used Solaris to notice it. I t
Peter Sylvester found a flaw in the connect code for ipv6-enabled hosts. 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).
show more ...
|
b9d3c711 | 13-Nov-2003 |
Daniel Stenberg |
-n disables valgrind now |
1e251a64 | 13-Nov-2003 |
Daniel Stenberg |
Default Content-Type for formparts has changed to "application/octet-stream". This seems more appropriate, and I believe mozilla and the likes do this. .html files now get text/html as C
Default Content-Type for formparts has changed to "application/octet-stream". 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.
show more ...
|
776f0bd9 | 13-Nov-2003 |
Daniel Stenberg |
don't log failed socket() calls |
cd9aabb4 | 13-Nov-2003 |
Daniel Stenberg |
Gisle Vanem added a flush to make the progress-bar look better on windows (at least). |
e42f806b | 12-Nov-2003 |
Daniel Stenberg |
mention it was added in 7.10.9 |
0850aec7 | 12-Nov-2003 |
Daniel Stenberg |
a resume http upload bug |
ad77f760 | 11-Nov-2003 |
Daniel Stenberg |
Added CURLOPT_NETRC_FILE. |
a50d2a45 | 10-Nov-2003 |
Daniel Stenberg |
Generate the ca-bundle.h file in the build dir and not in the source dir, which works nicely since the build dir is before the source dir in the include path. |
17a834bc | 10-Nov-2003 |
Daniel Stenberg |
After S�bastien Willemijns' bug report, we now check the separators properly in the 229-reply servers respond on a EPSV command and bail out better if the reply string is not valid RFC2428-co
After S�bastien Willemijns' bug report, we now check the separators properly in the 229-reply servers respond on a EPSV command and bail out better if the reply string is not valid RFC2428-compliant.
show more ...
|
c10bc0ef | 08-Nov-2003 |
Daniel Stenberg |
for the getpwuid() etc |