e49a7e36 | 27-Jul-2005 |
Dan Fandrich |
Fixed --without-gnutls |
6e87cf5b | 21-Jul-2005 |
Dan Fandrich |
Fixed some typos in output messages. |
5872e8dd | 20-Jul-2005 |
Dan Fandrich |
Properly support the options --without-spnego --without-gssapi --without-krb4 |
e81d4ac8 | 20-Jul-2005 |
Dan Fandrich |
Add -Wdeclaration-after-statement to gcc to detect accidental C99-style variable declarations. |
49229049 | 17-Jul-2005 |
Daniel Stenberg |
Simplified the code within curl_easy_perform() that calls Curl_perform(). Pointed out by Bjorn Reese. |
decae2dc | 15-Jul-2005 |
Daniel Stenberg |
cURLpp 0.5.1 |
16bbd13a | 13-Jul-2005 |
Daniel Stenberg |
Diego Casorran patches to make (lib)curl build fine on Amiga again |
ee0666c8 | 13-Jul-2005 |
Daniel Stenberg |
better description for HEADERFUNCTION |
a8a8ae2e | 13-Jul-2005 |
Daniel Stenberg |
elaborate a bit on how to deal with chunked-encoded trailers that now are passed to the app using the header callback |
fd1148a7 | 13-Jul-2005 |
Daniel Stenberg |
converted this back to one name per line to make it easier/better to diff and merge when new names are added |
74c7b41e | 12-Jul-2005 |
Daniel Stenberg |
mention the Rexx/CURL release |
465e19db | 12-Jul-2005 |
Daniel Stenberg |
Adrian Schuur added trailer support in the chunked encoding stream. The trailer is then sent to the normal header callback/stream. |
86660c73 | 08-Jul-2005 |
Daniel Stenberg |
mention an old idea |
6d8a208d | 07-Jul-2005 |
Daniel Stenberg |
mention the exception only once ;-) |
c3a826fd | 05-Jul-2005 |
Daniel Stenberg |
correction for the 407 with response-body case |
c5d6a42a | 05-Jul-2005 |
Gisle Vanem |
Update copyright. |
d49c1442 | 05-Jul-2005 |
Daniel Stenberg |
Gisle Vanem came up with a nice little work-around for bug #1230118. It seems the Windows (MSVC) libc time functions may return data one hour off if TZ is not set and automatic DST adjustment
Gisle Vanem came up with a nice little work-around for bug #1230118. It seems the Windows (MSVC) libc time functions may return data one hour off if TZ is not set and automatic DST adjustment is enabled. This made curl_getdate() return wrong value, and it also concerned internal cookie expirations etc.
show more ...
|
e7de7d5e | 04-Jul-2005 |
Daniel Stenberg |
mention the strerror_r detection fix in configure |
20005a83 | 03-Jul-2005 |
Daniel Stenberg |
Andrew Bushnell provided enough info for me to tell that we badly needed to fix the CONNECT authentication code with multi-pass auth methods (such as NTLM) as it didn't previously properly ig
Andrew Bushnell provided enough info for me to tell that we badly needed to fix the CONNECT authentication code with multi-pass auth methods (such as NTLM) as it didn't previously properly ignore response-bodies - in fact it stopped reading after all response headers had been received. This could lead to libcurl sending the next request and reading the body from the first request as response to the second request. (I also renamed the function, which wasn't strictly necessary but...) The best fix would to once and for all make the CONNECT code use the ordinary request sending/receiving code, treating it as any ordinary request instead of the special-purpose function we have now. It should make it better for multi-interface too. And possibly lead to less code... Added test case 265 for this. It doesn't work as a _really_ good test case since the test proxy is too stupid, but the test case helps when running the debugger to verify.
show more ...
|
27926030 | 30-Jun-2005 |
Daniel Stenberg |
add more info when this script gets confused, and added getaddrinfo and freeaddrinfo to the trace output |
701de67b | 30-Jun-2005 |
Daniel Stenberg |
use %p to printf pointers since %x doesn't work properly on tru64 for this (and besides, we should be using the same %-code for all pointers) |
883479f0 | 30-Jun-2005 |
Daniel Stenberg |
enable memory debugging on tru64 with ipv6 support by doing a little different defining, since the system headers themselves redefine getaddrinfo |
b37a0b05 | 30-Jun-2005 |
Dan Fandrich |
Detect (or at least infer) glibc-style strerror_r even when cross-compiling. |
5c5d5270 | 28-Jun-2005 |
Daniel Stenberg |
new Lua binding |
36461fb2 | 26-Jun-2005 |
Daniel Stenberg |
clarify that ftp ascii transfers don't do right in current libcurl |