Commit Verlauf

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