Commit History

Author SHA1 Message Date
  Daniel Stenberg c2bfe60086 Curl_send/recv_plain: return errno on failure 14 years ago
  Daniel Stenberg 1b15b31c86 sendrecv: treat all negative values from send/recv as errors 14 years ago
  Howard Chu bc8fc9803f sendrecv: make them two pairs of send/recv to properly deal with FTPS 14 years ago
  Howard Chu d64bd82bdc sendrecv: split the I/O handling into private handler 14 years ago
  Kamil Dudka 10977f57de qssl: reflect recent code changes in SSL interface 14 years ago
  Kamil Dudka ff8711135e refactorize interface of Curl_ssl_recv/Curl_ssl_send 14 years ago
  Daniel Stenberg 49f3160d69 fix SFTP download hang 14 years ago
  Daniel Stenberg 2309b4e330 remove the CVSish $Id$ lines 14 years ago
  Kamil Dudka 19ca0c0fbe - Improved Curl_read() to not ignore the error returned from Curl_ssl_recv(). 14 years ago
  Yang Tse 7aef172a34 14 years ago
  Yang Tse d1717e7c90 14 years ago
  Daniel Stenberg 33ce0ec1f1 wrap long lines and do some indent policing 14 years ago
  Daniel Stenberg bc4582b68a Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new 14 years ago
  Daniel Stenberg 352177090f - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and 15 years ago
  Daniel Stenberg 3aa3d7e629 Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND and 15 years ago
  Yang Tse 33a3753c3f libcurl's memory.h renamed to curl_memory.h 15 years ago
  Daniel Stenberg bdec6f2b20 - Frank Hempel found out a bug and provided the fix: 15 years ago
  Dan Fandrich 80ffd3581f Created a CURLMIN macro to match CURLMAX 15 years ago
  Daniel Stenberg c76d939563 Christian Krause fixed a build failure when building with gss support 16 years ago
  Michal Marek c331c73ec6 - Fixed a potential data loss in Curl_client_write() when the transfer is 16 years ago
  Dan Fandrich 484d549ece Marked with TODO comments a number of problems in the Kerberos code detected 16 years ago
  Dan Fandrich 7fc4e8af0a Changed some arrays of char* to arrays of char[] to reduce data size and 16 years ago
  Yang Tse d61688923d fix compiler warning: enumerated type mixed with another type 16 years ago
  Daniel Stenberg aff5408633 made Curl_read_plain() return an 'int' instead of CURLcode since it actually 16 years ago
  Daniel Stenberg 391e8afd1f - Made the SOCKS code use the new Curl_read_plain() function to fix the bug 16 years ago
  Yang Tse 59e378f48f remove unnecessary typecasting of malloc() 16 years ago
  Dan Fandrich 3acd1146f9 Use realloc when paused in Curl_client_write 16 years ago
  Daniel Stenberg 4c9768565e - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By 16 years ago
  Dan Fandrich bb67388bbe Made some variables const 16 years ago
  Daniel Stenberg 422fd933f5 - Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy 16 years ago