summaryrefslogtreecommitdiff
path: root/lib/sendf.c
Commit message (Expand)AuthorAgeFilesLines
...
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-17/+17
* Curl_debug: document switch fallthroughsDaniel Stenberg2014-10-031-0/+2
* handler: make 'protocol' always specified as a single bitDaniel Stenberg2014-04-231-2/+2
* sendf.c: Fixed compilation warning from f2d234a4dd9bccSteve Holme2013-12-271-3/+3
* FILE: Fixed sending of data would always return CURLE_WRITE_ERRORSteve Holme2013-12-271-10/+10
* FILE: we don't support paused transfers using this protocolDaniel Stenberg2013-12-261-2/+10
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* FTP: remove krb4 supportDaniel Stenberg2013-08-251-9/+1
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-131-2/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* 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