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