Age | Commit message (Expand) | Author |
2003-10-19 | better error output on SSL errors when receiving data - Georg Horn patch | Daniel Stenberg |
2003-10-14 | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg |
2003-08-11 | the new cookie functions that require 'data' passed in | Daniel Stenberg |
2003-06-26 | use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions | Daniel Stenberg |
2003-06-06 | Just moved around some logic in Curl_write() to make it easier to debug. | Daniel Stenberg |
2003-05-06 | Kevin Delafield reported another case where we didn't correctly check for | Daniel Stenberg |
2003-05-01 | Use the proper Curl_ourerrno() function instead of plain errno, for better | Daniel Stenberg |
2003-04-09 | the default debugfunction shows incoming headers as well | Daniel Stenberg |
2003-03-11 | syntax error | Daniel Stenberg |
2003-03-11 | Christophe Demory fixed the check to work better for non-blocking on HP-UX | Daniel Stenberg |
2003-01-29 | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg |
2003-01-16 | copyright year update in the source header | Daniel Stenberg |
2003-01-07 | when sending an error message to the debugfunction, we append a newline so | Daniel Stenberg |
2002-12-29 | return -1 even if SSL_pending() doesn't return non-zero, as we don't really | Daniel Stenberg |
2002-12-19 | Fixed the usage of SSL_read() to properly return -1 if the EWOULDBLOCK | Daniel Stenberg |
2002-11-05 | Lehel Bernadt's fix to prevent debug message to get sent on errors when | Daniel Stenberg |
2002-10-08 | failf() now sends the text to the debug function callback | Daniel Stenberg |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg |
2002-08-22 | Markus Oberhumer improved an out-of-memory check | Daniel Stenberg |
2002-05-04 | made VERBOSE output more like it used to be, HEADER_IN is thus also ignored | Daniel Stenberg |
2002-04-12 | Jean-Philippe Barrette-LaPierre provided his patch that introduces | Daniel Stenberg |
2002-04-10 | error code cleanup, use the new SEND/RECV errors | Daniel Stenberg |
2002-04-02 | Clarence Gardner pointed out the not-taken-care-of return codes from SSL_read | Daniel Stenberg |
2002-03-19 | copyright string (year) update | Daniel Stenberg |
2002-03-13 | sendf() now deals with Curl_write() returning -1 properly, which it might | Daniel Stenberg |
2002-02-05 | Kevin Roth's discovered SSL download problem | Daniel Stenberg |
2002-01-30 | Georg Horn the previous SSL_read() fix, this was actually the fix I did | Daniel Stenberg |
2002-01-30 | Georg Horn found yet another SSL reading problem caused by the non-blocks. | Daniel Stenberg |
2002-01-18 | Added #include <errno.h> | Daniel Stenberg |
2002-01-18 | Andrés García patched. It now checks for EWOULDBLOCK properly on windows | Daniel Stenberg |
2002-01-16 | SSL writes passed back a silly length... | Daniel Stenberg |
2002-01-16 | Curl_read() and Curl_write() are both now adjusted to return properly in | Daniel Stenberg |
2002-01-14 | Curl_read() now returns a negative return code if EWOULDBLOCK or similar | Daniel Stenberg |
2002-01-08 | this seems to correct the SSL reading problem introduced when switching | Daniel Stenberg |
2001-12-11 | solaris 2.5.1 needs the sys/types.h file before the sys/socket.h | Daniel Stenberg |
2001-12-11 | failf() calls should not have newlines in the message string! | Daniel Stenberg |
2001-12-04 | Eric's #include fixes for better macos compiles | Daniel Stenberg |
2001-11-02 | failf() now only overwrites the error buffer the first time it gets called | Daniel Stenberg |
2001-10-31 | return type cleanup | Daniel Stenberg |
2001-10-11 | looks nicer and is better compatible with older vim versions | Sterling Hughes |
2001-09-07 | Added formatting sections for emacs and vim | Sterling Hughes |
2001-08-30 | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg |
2001-08-17 | modified to use the renamed kerberos functions with Curl_ prefix | Daniel Stenberg |
2001-08-14 | cleaned up some of the size_t and const mess | Daniel Stenberg |
2001-08-06 | Jonathan Hseu noticed that you couldn't get a header callback unless you | Daniel Stenberg |
2001-05-31 | CURLOPT_MUTE and data->bits.mute are history, removed, gone! | Daniel Stenberg |
2001-04-10 | Added new CURLOPT_HEADERFUNCTION callback for writing headers only | Daniel Stenberg |
2001-03-13 | failf() now respects the mute flag | Daniel Stenberg |
2001-03-09 | removed curl_read() and curl_write() - they weren't used and the public | Daniel Stenberg |
2001-03-02 | moved the slist-functions here from FTP since they're more generic than simply | Daniel Stenberg |