- Dec 19, 2002
-
-
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.
-
- Nov 05, 2002
-
-
Daniel Stenberg authored
debug wasn't enabled
-
- Oct 08, 2002
-
-
Daniel Stenberg authored
-
- Sep 03, 2002
-
-
Daniel Stenberg authored
-
- Aug 22, 2002
-
-
Daniel Stenberg authored
I reformatted some functions using a different indent than the rest of the file.
-
- May 04, 2002
-
-
Daniel Stenberg authored
by the internal debugfunction callback
-
- Apr 12, 2002
-
-
Daniel Stenberg authored
CURLOPT_DEBUGFUNCTION and CURLOPT_DEBUGDATA.
-
- Apr 10, 2002
-
-
Daniel Stenberg authored
-
- Apr 02, 2002
-
-
Daniel Stenberg authored
-
- Mar 19, 2002
-
-
Daniel Stenberg authored
-
- Mar 13, 2002
-
-
Daniel Stenberg authored
do if the write would've blocked
-
- Feb 05, 2002
-
-
Daniel Stenberg authored
-
- Jan 30, 2002
-
-
Daniel Stenberg authored
on my test machine! :-)
-
Daniel Stenberg authored
This was a real bummer!
-
- Jan 18, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
boxes.
-
- Jan 16, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
cases where EWOULDBLOCK or equivalent is returned. We must not block.
-
- Jan 14, 2002
-
-
Daniel Stenberg authored
-
- Jan 08, 2002
-
-
Daniel Stenberg authored
over to non-blocking sockets, but this loops very nastily. We should return back to the select() and wait there until more data arrives, not just blindly attempt again and again...
-
- Dec 11, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 04, 2001
-
-
Daniel Stenberg authored
-
- Nov 02, 2001
-
-
Daniel Stenberg authored
for each *_perform(). It makes things a lot easier, as the first one that detects the error get to write the final error reason...
-
- Oct 31, 2001
-
-
Daniel Stenberg authored
-
- Oct 11, 2001
-
-
Sterling Hughes authored
-
- Sep 07, 2001
-
-
Sterling Hughes authored
-
- Aug 30, 2001
-
-
Daniel Stenberg authored
be posted in a minute to the libcurl list.
-
- Aug 17, 2001
-
-
Daniel Stenberg authored
-
- Aug 14, 2001
-
-
Daniel Stenberg authored
-
- Aug 06, 2001
-
-
Daniel Stenberg authored
set CURLOPT_WRITEHEADER to non-NULL, even if you didn't care about that data. This is now fixed.
-
- May 31, 2001
-
-
Daniel Stenberg authored
-
- Apr 10, 2001
-
-
Daniel Stenberg authored
-
- Mar 13, 2001
-
-
Daniel Stenberg authored
-
- Mar 09, 2001
-
-
Daniel Stenberg authored
"low leve" interface is dumped
-
- Mar 02, 2001
-
-
Daniel Stenberg authored
for FTP-stuff
-
- Feb 20, 2001
-
-
Daniel Stenberg authored
-
- Jan 31, 2001
-
-
Daniel Stenberg authored
-
- Jan 25, 2001
-
-
Daniel Stenberg authored
Curl_write() and Curl_read() are here
-
- Jan 05, 2001
-
-
Daniel Stenberg authored
-