summaryrefslogtreecommitdiff
path: root/lib/sendf.c
Commit message (Expand)AuthorAgeFilesLines
...
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+687
* build: rename 93 lib/*.c filesYang Tse2013-01-031-687/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-12/+12
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-9/+2
* Curl_write: remove unneeded typecastDaniel Stenberg2012-11-121-1/+1
* remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORYYang Tse2011-09-261-11/+0
* allow write callbacks to indicate OOM to libcurlYang Tse2011-09-251-0/+11
* fix bool variables checking and assignmentYang Tse2011-09-051-3/+3
* Curl_read_plain: indent codeDaniel Stenberg2011-08-261-4/+4
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-5/+0
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* compiler warning: fixYang Tse2011-05-211-1/+1
* RTSP: cleanupsDaniel Stenberg2011-05-051-1/+0
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-2/+4
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-1/+1
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-6/+4
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-1/+1
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-2/+3
* Curl_send/recv_plain: return errno on failureDaniel Stenberg2010-12-051-0/+2
* sendrecv: treat all negative values from send/recv as errorsDaniel Stenberg2010-06-191-3/+3
* sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu2010-05-111-2/+2
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-94/+85
* qssl: reflect recent code changes in SSL interfaceKamil Dudka2010-04-071-1/+1
* refactorize interface of Curl_ssl_recv/Curl_ssl_sendKamil Dudka2010-04-041-9/+25
* fix SFTP download hangDaniel Stenberg2010-04-011-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* - Improved Curl_read() to not ignore the error returned from Curl_ssl_recv().Kamil Dudka2010-03-191-2/+4
* fix printf-style format stringsYang Tse2010-02-041-3/+3
* Fix compiler warning: conditional expression is constantYang Tse2010-02-021-1/+1
* wrap long lines and do some indent policingDaniel Stenberg2010-01-221-3/+5
* Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg2010-01-211-1/+2
* - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings andDaniel Stenberg2009-06-101-3/+2
* Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND andDaniel Stenberg2009-05-111-2/+2
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* - Frank Hempel found out a bug and provided the fix:Daniel Stenberg2009-03-091-77/+1
* Created a CURLMIN macro to match CURLMAXDan Fandrich2009-01-071-7/+3
* Christian Krause fixed a build failure when building with gss supportDaniel Stenberg2008-11-161-1/+2
* - Fixed a potential data loss in Curl_client_write() when the transfer isMichal Marek2008-11-131-4/+4
* Marked with TODO comments a number of problems in the Kerberos code detectedDan Fandrich2008-11-021-1/+4
* Changed some arrays of char* to arrays of char[] to reduce data size andDan Fandrich2008-10-221-1/+1
* fix compiler warning: enumerated type mixed with another typeYang Tse2008-09-301-1/+1
* made Curl_read_plain() return an 'int' instead of CURLcode since it actuallyDaniel Stenberg2008-09-291-1/+1
* - Made the SOCKS code use the new Curl_read_plain() function to fix the bugDaniel Stenberg2008-09-221-12/+29
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-1/+1
* Use realloc when paused in Curl_client_writeDan Fandrich2008-09-051-5/+3
* - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. ByDaniel Stenberg2008-09-051-2/+2
* Made some variables constDan Fandrich2008-09-041-1/+5
* - Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxyDaniel Stenberg2008-06-201-9/+26
* - Make Curl_write and it's callees accept a const pointer, in preparationMichal Marek2008-05-091-2/+2