Commit History

Author SHA1 Message Date
  Daniel Stenberg 203f66d0cb James Bursa's fix to prevent failf() to write outside its buffer boundary 21 years ago
  Daniel Stenberg d9f961ed2d better error output on SSL errors when receiving data - Georg Horn patch 21 years ago
  Daniel Stenberg 749f5387c1 Gisle Vanem's IPv6-on-Windows patch applied! 21 years ago
  Daniel Stenberg 96e217b496 the new cookie functions that require 'data' passed in 21 years ago
  Daniel Stenberg 308bc9d919 use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions 21 years ago
  Daniel Stenberg bc7fe85f8a Just moved around some logic in Curl_write() to make it easier to debug. 21 years ago
  Daniel Stenberg c41c05d4f4 Kevin Delafield reported another case where we didn't correctly check for 21 years ago
  Daniel Stenberg f69ea2c68a Use the proper Curl_ourerrno() function instead of plain errno, for better 21 years ago
  Daniel Stenberg 3c3ad134ea the default debugfunction shows incoming headers as well 21 years ago
  Daniel Stenberg e5b7dc56e6 syntax error 22 years ago
  Daniel Stenberg c2d8025a0a Christophe Demory fixed the check to work better for non-blocking on HP-UX 22 years ago
  Daniel Stenberg a7c72b7abf removed the local variables for emacs and vim, use the new sample.emacs 22 years ago
  Daniel Stenberg f26a338a54 copyright year update in the source header 22 years ago
  Daniel Stenberg d0cffdec5d when sending an error message to the debugfunction, we append a newline so 22 years ago
  Daniel Stenberg 9b4f92130f return -1 even if SSL_pending() doesn't return non-zero, as we don't really 22 years ago
  Daniel Stenberg 39dc14c002 Fixed the usage of SSL_read() to properly return -1 if the EWOULDBLOCK 22 years ago
  Daniel Stenberg cbf28daed9 Lehel Bernadt's fix to prevent debug message to get sent on errors when 22 years ago
  Daniel Stenberg 91b84b89e4 failf() now sends the text to the debug function callback 22 years ago
  Daniel Stenberg ba4e69bebc updated source code boilerplate/header 22 years ago
  Daniel Stenberg 394832c2d6 Markus Oberhumer improved an out-of-memory check 22 years ago
  Daniel Stenberg d321056e8d made VERBOSE output more like it used to be, HEADER_IN is thus also ignored 22 years ago
  Daniel Stenberg 3f6133be27 Jean-Philippe Barrette-LaPierre provided his patch that introduces 22 years ago
  Daniel Stenberg e8109b09b1 error code cleanup, use the new SEND/RECV errors 22 years ago
  Daniel Stenberg 547e91dbf0 Clarence Gardner pointed out the not-taken-care-of return codes from SSL_read 22 years ago
  Daniel Stenberg 974f314f57 copyright string (year) update 22 years ago
  Daniel Stenberg bc9705f758 sendf() now deals with Curl_write() returning -1 properly, which it might 23 years ago
  Daniel Stenberg ddbcccd43d Kevin Roth's discovered SSL download problem 23 years ago
  Daniel Stenberg 907a6e0eed Georg Horn the previous SSL_read() fix, this was actually the fix I did 23 years ago
  Daniel Stenberg b28051881e Georg Horn found yet another SSL reading problem caused by the non-blocks. 23 years ago
  Daniel Stenberg 8edfb370a8 Added #include <errno.h> 23 years ago