summaryrefslogtreecommitdiff
path: root/lib/sendf.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+90
* build: rename 76 lib/*.h filesYang Tse2012-12-281-90/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-3/+3
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-7/+12
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix compiler warningYang Tse2010-01-251-5/+3
* Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg2010-01-211-3/+5
* Removed function prototype without implementationYang Tse2009-12-111-4/+1
* made Curl_read_plain() return an 'int' instead of CURLcode since it actuallyDaniel Stenberg2008-09-291-4/+4
* - Made the SOCKS code use the new Curl_read_plain() function to fix the bugDaniel Stenberg2008-09-221-0/+6
* - Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxyDaniel Stenberg2008-06-201-2/+8
* - Make Curl_write and it's callees accept a const pointer, in preparationMichal Marek2008-05-091-1/+1
* Reverted the const change--what was I thinking?Dan Fandrich2007-10-291-1/+1
* Made some pointers constDan Fandrich2007-10-291-1/+1
* Platforms that lack autotools support should define HAVE_VARIADIC_MACROS_C99Yang Tse2007-03-271-15/+0
* fix yet another leftover in previous commitYang Tse2007-03-231-1/+1
* fix leftover in previous commitYang Tse2007-03-231-0/+4
* fix compiler warning: empty body in an if/else-statementYang Tse2007-03-231-9/+24
* Use C99-style variadic macros when available.Dan Fandrich2007-03-221-5/+6
* reverted back to previous version => http://curl.haxx.se/mail/lib-2007-03/025...Yang Tse2007-03-211-0/+12
* avoid the use of variadic macros for greater portabilityYang Tse2007-03-211-13/+1
* Update copyright year, since the file has been modifiedYang Tse2006-10-271-1/+1
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-0/+3
* Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPEDaniel Stenberg2006-08-191-1/+1
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-1/+1
* FTP third transfer support overhaul. See CHANGES for details.Daniel Stenberg2005-01-211-1/+2
* Dan fixed the CURL_DISABLE_VERBOSE_STRINGS stuff for older gcc versions sinceDaniel Stenberg2004-11-131-2/+4
* Dan Fandrich added --disable-verboseDaniel Stenberg2004-11-111-0/+10
* killed trailing whitespaceDaniel Stenberg2004-09-301-5/+5
* Alexander Krasnostavsky's FTP third party transfer (proxy) supportDaniel Stenberg2004-06-031-1/+1
* curl_socket_t mistakes cleanupDaniel Stenberg2004-03-101-2/+4
* Use curl_socket_t instead of int for holding sockets. The typedefs andDaniel Stenberg2004-03-091-1/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* send_buffer is no more hereDaniel Stenberg2002-12-101-7/+0
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* Jean-Philippe Barrette-LaPierre provided his patch that introducesDaniel Stenberg2002-04-121-0/+5
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Curl_write's 5th argument now is signedDaniel Stenberg2002-01-161-1/+1
* Curl_read() now returns a negative return code if EWOULDBLOCK or similarDaniel Stenberg2002-01-141-3/+3
* Curl_sendf now returns a CURLcodeDaniel Stenberg2001-10-311-1/+1
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-3/+3
* size_t and constDaniel Stenberg2001-08-141-5/+5
* curl_read() and Curl_read() now have ssize_t in the last argumentDaniel Stenberg2001-01-311-1/+1
* sendf is now only Curl_sendfDaniel Stenberg2001-01-251-4/+10
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-12/+11
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* client_write() proto and defines addedDaniel Stenberg2000-11-221-0/+5