- Jan 09, 2003
-
-
Daniel Stenberg authored
stack. Kjetil Jacobsen reported and verified the fix.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
design document specifies. There is still no code inside that uses this.
-
- Jan 08, 2003
-
-
Daniel Stenberg authored
-
Jean-Philippe Barette-LaPierre authored
-
- Jan 07, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Return file-error if 550 is returned when trying MDTM
-
Daniel Stenberg authored
that the output looks better
-
Daniel Stenberg authored
-
- Jan 06, 2003
-
-
Daniel Stenberg authored
-
Sterling Hughes authored
previously, if you called curl_easy_perform and then set the global dns cache, the global cache wouldn't be used. I don't see this really happening in practice, but this code allows you to do it.
-
- Dec 29, 2002
-
-
Daniel Stenberg authored
care how many bytes that is readable NOW. Philippe Raoult reported the bug in 7.10.3-pre3.
-
- Dec 19, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
situation occurs, which it previously didn't! This was reptoed by Evan Jordan in bug report #653022. Also, if ERROR_SYSCALL is returned from SSL_write(), include the errno number in the error string for easier error detection.
-
- Dec 18, 2002
-
-
Daniel Stenberg authored
-
- 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!
-