- Feb 04, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
longer use the SSL functions that store the error message in a static buffer since that is not very multi-thread friendly.
-
- Jan 31, 2003
-
-
Daniel Stenberg authored
-
- Jan 30, 2003
-
-
Daniel Stenberg authored
compilers
-
Daniel Stenberg authored
-
- Jan 29, 2003
-
-
Daniel Stenberg authored
data on uploads.
-
Daniel Stenberg authored
ftp_done() with the previous transfer's value, as Dave Halbakken found out. He also verified this fixed corrected the problem.
-
Daniel Stenberg authored
way for emacs, and vim users should provide a similar non-polluting style
-
Daniel Stenberg authored
removed emacs local-variables stuff
-
- Jan 27, 2003
-
-
Daniel Stenberg authored
calls!
-
- Jan 24, 2003
-
-
Daniel Stenberg authored
-
- Jan 23, 2003
-
-
Daniel Stenberg authored
and this has been verified to correct the problem.
-
- Jan 21, 2003
-
-
Daniel Stenberg authored
to enable better error-tracking
-
- Jan 20, 2003
-
-
Daniel Stenberg authored
only allocating the scratch memory buffer once it is needed and not always in the handle.
-
Daniel Stenberg authored
-
- Jan 16, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 15, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 10, 2003
-
-
Daniel Stenberg authored
was due to a missing fix for the password prompting
-
- Jan 09, 2003
-
-
Daniel Stenberg authored
"username" will cause libcurl to prompt for password. Bryan Kemp noticed. test case 136 is added for this
-
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.
-