- Nov 13, 2008
-
-
Michal Marek authored
paused.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Nov 11, 2008
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2255627) which pointed out that a program using libcurl's multi interface to download a HTTPS page with a libcurl built powered by OpenSSL, would easily get silly and instead hand over SSL details as data instead of the actual HTTP headers and body. This happened because libcurl would consider the connection handshake done too early. This problem was introduced at September 22nd 2008 with my fix of the bug #2107377 The correct fix is now instead done within the GnuTLS-handling code, as both the OpenSSL and the NSS code already deal with this situation in similar fashion. I added test case 560 in an attempt to verify this fix, but unfortunately it didn't trigger it even before this fix!
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
http://curl.haxx.se/bug/view.cgi?id=2230535Yang Tse authored
Daniel Fandrich noticed that curl_addrinfo was also missing in the build process of other four non-configure platforms. Added now.
-
- Nov 07, 2008
-
-
Dan Fandrich authored
system with a TEQL load-balancing device configured, which doesn't have an address. Thanks to Adam Sampson for spotting this (bug #2234923).
-
- Nov 06, 2008
-
-
Yang Tse authored
-
Yang Tse authored
which now also takes a protocol address family argument.
-
Dan Fandrich authored
-
- Nov 05, 2008
-
-
Daniel Stenberg authored
-
- Nov 04, 2008
-
-
Daniel Stenberg authored
-
- Nov 03, 2008
-
-
http://curl.haxx.se/bug/view.cgi?id=2218480Daniel Stenberg authored
problem with my CURLINFO_PRIMARY_IP fix from October 7th that caused a NULL pointer read. I also took the opportunity to clean up this logic (storing of the connection's IP address) somewhat as we had it stored in two different places and ways previously and they are now unified.
-
Gisle Vanem authored
for it.
-
Gisle Vanem authored
-
Yang Tse authored
-
Daniel Stenberg authored
instruction in the comments to use that instead! Original mail: http://curl.haxx.se/mail/lib-2008-11/0019.html
-
- Nov 02, 2008
-
-
Dan Fandrich authored
while investigating the issue in http://curl.haxx.se/mail/lib-2008-09/0262.html I'm hesitant to fix them because I have no way of testing the result.
-
- Nov 01, 2008
-
-
Daniel Stenberg authored
with ipv6-enabled c-ares
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
convoluted, compiler dependant and in some cases even build target dependat.
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Oct 30, 2008
- Oct 29, 2008
-
-
Dan Fandrich authored
curl_easy_pause() during a chunky upload. Reported by Steve Roskowski.
-
- Oct 28, 2008
-
-
Daniel Stenberg authored
section of the code that was odd-looking previously
-
- Oct 27, 2008
-
-
Yang Tse authored
-
- Oct 25, 2008
-
-
Yang Tse authored
-
Dan Fandrich authored
-