History log of /curl/ (Results 26801 – 26825 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e49a7e3627-Jul-2005 Dan Fandrich

Fixed --without-gnutls

6e87cf5b21-Jul-2005 Dan Fandrich

Fixed some typos in output messages.

5872e8dd20-Jul-2005 Dan Fandrich

Properly support the options --without-spnego --without-gssapi --without-krb4

e81d4ac820-Jul-2005 Dan Fandrich

Add -Wdeclaration-after-statement to gcc to detect accidental C99-style
variable declarations.

4922904917-Jul-2005 Daniel Stenberg

Simplified the code within curl_easy_perform() that calls Curl_perform().
Pointed out by Bjorn Reese.

decae2dc15-Jul-2005 Daniel Stenberg

cURLpp 0.5.1

16bbd13a13-Jul-2005 Daniel Stenberg

Diego Casorran patches to make (lib)curl build fine on Amiga again

ee0666c813-Jul-2005 Daniel Stenberg

better description for HEADERFUNCTION

a8a8ae2e13-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

fd1148a713-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

74c7b41e12-Jul-2005 Daniel Stenberg

mention the Rexx/CURL release

465e19db12-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.

86660c7308-Jul-2005 Daniel Stenberg

mention an old idea

6d8a208d07-Jul-2005 Daniel Stenberg

mention the exception only once ;-)

c3a826fd05-Jul-2005 Daniel Stenberg

correction for the 407 with response-body case

c5d6a42a05-Jul-2005 Gisle Vanem

Update copyright.

d49c144205-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 ...

e7de7d5e04-Jul-2005 Daniel Stenberg

mention the strerror_r detection fix in configure

20005a8303-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 ...

2792603030-Jun-2005 Daniel Stenberg

add more info when this script gets confused, and added getaddrinfo and
freeaddrinfo to the trace output

701de67b30-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)

883479f030-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

b37a0b0530-Jun-2005 Dan Fandrich

Detect (or at least infer) glibc-style strerror_r even when cross-compiling.

5c5d527028-Jun-2005 Daniel Stenberg

new Lua binding

36461fb226-Jun-2005 Daniel Stenberg

clarify that ftp ascii transfers don't do right in current libcurl

1...<<1071107210731074107510761077107810791080>>...1351