- Mar 03, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
code as this makes compiler warnings. We *should* fix the code to deal with the return codes instead...
-
- Mar 02, 2003
-
-
Daniel Stenberg authored
lingering POST-stuff that confuses GET requests. Juan F. Codagnone reported this problem in bug report #653859.
-
Daniel Stenberg authored
compiler, mentioned by Andi Jahja
-
- Feb 28, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the recent libcurl changes.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 27, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
when SIZE is used on the file while being in BINARY mode. To work around that (stupid) behavior, we attempt to parse the RETR response even if the SIZE returned size zero. Debugging help from Salvatore Sorrentino on February 26, 2003.
-
- Feb 26, 2003
-
-
Daniel Stenberg authored
function, as this could easily end up looping for a very long time (more or less until the whole transfer was done) and no library-using app would want that. Found thanks to a report by Kyle Sallee.
-
- Feb 24, 2003
-
-
Daniel Stenberg authored
header is used, we must wait for a 100-code (or timeout), before we send the data. The timeout is merely 1000 ms at this point. We may have reason to set a longer timeout in the future.
-
Daniel Stenberg authored
than 5 could cause a segfault.
-
- Feb 14, 2003
-
-
Daniel Stenberg authored
even better (also based on input from Martin).
-
Daniel Stenberg authored
-
Daniel Stenberg authored
AIX 3.2.5 and possibly other OSF-like system headers.
-
Daniel Stenberg authored
-
- Feb 13, 2003
-
-
Daniel Stenberg authored
data to encode.
-
- Feb 06, 2003
-
-
Daniel Stenberg authored
-
- Feb 05, 2003
-
-
Daniel Stenberg authored
good one. This should work fine again.
-
- Feb 04, 2003
-
-
Jean-Philippe Barette-LaPierre authored
-
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
-