- Mar 19, 2002
-
-
Daniel Stenberg authored
-
- Mar 16, 2002
-
-
Daniel Stenberg authored
and it cause cause a crash. Albert Choy found and fixed it.
-
- Mar 15, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
an error, even if we were decoding a chunked-encoded transfer
-
Daniel Stenberg authored
Now first check if IPv6 is supported, then use PF_UNSPEC. If not, use PF_INET. It'll solve both the "slow name lookup" problem on IPv4 and still work fine on IPv6 hosts. Bug report #530204 has more details: http://sourceforge.net/tracker/?func=detail&atid=100976&aid=530204&group_id=976
-
Daniel Stenberg authored
functionality and this change reverts this. However, with this revert we bring back problems on (some/all?) non-IPv6 enabled Linux machines that have getaddrinfo().
-
- Mar 14, 2002
-
-
Daniel Stenberg authored
we should read the POST-data from the read callback
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 13, 2002
-
-
Daniel Stenberg authored
(but didn't crash or anything)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
do if the write would've blocked
-
Daniel Stenberg authored
-
- Mar 11, 2002
-
-
Daniel Stenberg authored
part.
-
- Mar 08, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
NULL set back the internal default function
-
- Mar 06, 2002
-
-
Daniel Stenberg authored
-
- Feb 28, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
header byte counter properly
-
Daniel Stenberg authored
can destroy the full allocated area just before we free it
-
Daniel Stenberg authored
-
- Feb 27, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
my brain damaged fix to not parse spaces as part of the value is now fixed to instead strip off trailing spaces from values.
-
- Feb 26, 2002
-
-
Daniel Stenberg authored
domain starts with a dot.
-
Daniel Stenberg authored
-
- Feb 25, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
make a different and more complicated check for when to include it
-
- Feb 22, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 20, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
is updated even if everything is read in one single pass, as the windows functions apparantly does more often than other systems.
-
- Feb 19, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 18, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Really, we should only #define this in one file, not both here and in connect.c!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 17, 2002
-
-
Daniel Stenberg authored
Reminder for the future: when we're using malloc() we MUST include <stdlib.h> as otherwise 64bit archs go bananas. Bug report #517687
-