- Dec 17, 2002
-
-
Daniel Stenberg authored
#651464.
-
- Dec 16, 2002
-
-
Daniel Stenberg authored
for a bigger buffer and this is indeed badness for us. Making this work on both old and new glibc versions require an ugly loop that in its worse form cause 45 bad loops when using the correct glibc and a non-resolving host name... :-/ We want a better fix. Badly.
-
- Dec 13, 2002
-
-
Daniel Stenberg authored
or not
-
Daniel Stenberg authored
-
Daniel Stenberg authored
multi interface works with file:// URLs fine (previously it crashed). This won't make it work on Windows though...
-
- Dec 10, 2002
-
-
Daniel Stenberg authored
regular transfer process. This required some new tweaks, like for example we need to be able to tell the tranfer loop to not chunky-encode uploads while we're transferring the rest of the request...
-
Daniel Stenberg authored
-
- Dec 09, 2002
-
-
Daniel Stenberg authored
read callback, and thus won't put a lot of stress on the request sending code (which currently does an ugly loop).
-
Daniel Stenberg authored
connectdata struct instead, and is no longer modified within the 'set' struct as previously (which was a really BAAAD thing).
-
- Dec 05, 2002
-
-
Daniel Stenberg authored
returning back to the select() loop. Consider this a test so far.
-
Daniel Stenberg authored
-
- Dec 04, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
complete is now only made for 60 seconds and if no data was received during those 60 seconds, we store a special error message (preparing to make this a special error code) as this most likely means that the control connection has died while we were transferring data.
-
- Dec 03, 2002
-
-
Daniel Stenberg authored
proper CURLcode. The default timeout for reading one response is now also possible to change while running.
-
Daniel Stenberg authored
-
- Dec 02, 2002
-
-
Daniel Stenberg authored
-
- Dec 01, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 29, 2002
-
-
Daniel Stenberg authored
chunked transfer work
-
- Nov 28, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
The chunked transfer upload never stopped due to a silly add before we checked for >0!
-
Daniel Stenberg authored
We now check if the chunked transfer-encoding header has been added "by force" and if so, we enabled the chunky upload!
-
- Nov 26, 2002
-
-
Daniel Stenberg authored
FOLLOWLOCATION and CURLOPT_USERPWD.
-
Daniel Stenberg authored
for freeing single dns cache entries
-
sm authored
-
- Nov 24, 2002
-
-
Daniel Stenberg authored
-
- Nov 22, 2002
-
-
Daniel Stenberg authored
-
- Nov 20, 2002
-
-
Daniel Stenberg authored
for storage and retrieval of private data in the curl handle.
-
- Nov 15, 2002
-
-
Daniel Stenberg authored
-
- Nov 13, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 12, 2002
-
-
Daniel Stenberg authored
-
- Nov 11, 2002
-
-
Daniel Stenberg authored
ConnectBits where the other bools already are
-
Daniel Stenberg authored
AGGRESIVE_TEST is also defined, as an addition to MALLOCDEBUG. It doesn't work for multi interface usage and should only be used with careful consideration.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
size of the uploaded file is unknown.
-
- Nov 07, 2002
-
-
Daniel Stenberg authored
CURLOPT_CONNECTTIMEOUT was used and provided a fix.
-
- Nov 05, 2002
-
-
Daniel Stenberg authored
debug wasn't enabled
-