- Dec 10, 2002
-
-
Daniel Stenberg authored
-
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
-
Daniel Stenberg authored
-
Daniel Stenberg authored
make sure that it isn't all sent off in one single send() but instead really tests the multiple-part-send logic.
-
Daniel Stenberg authored
with chunked transfer-encoding uploads added
-
- 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).
-
Daniel Stenberg authored
up-to-date with recent changes.
-
- Dec 05, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
returning back to the select() loop. Consider this a test so far.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 04, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
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
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
proper CURLcode. The default timeout for reading one response is now also possible to change while running.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 02, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the necessary directories as specified with -o.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 01, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 30, 2002
-
-
Daniel Stenberg authored
removed old section about problems with old autoconfs, I don't think that happens anymore
-
- Nov 29, 2002
-
-
Daniel Stenberg authored
-
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!
-