summaryrefslogtreecommitdiff
path: root/lib/sendf.h
Commit message (Expand)AuthorAgeFilesLines
* cf-socket: improvements in socket I/O handlingStefan Eissing2023-01-311-20/+0
* curl_log: for failf/infof and debug logging implementationsStefan Eissing2023-01-121-24/+1
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* sendf: change Curl_read_plain to wrap Curl_recv_plain (take 2)Jay Satiro2022-11-201-2/+3
* Revert "sendf: change Curl_read_plain to wrap Curl_recv_plain"Daniel Stenberg2022-11-181-3/+2
* sendf: change Curl_read_plain to wrap Curl_recv_plainJay Satiro2022-11-181-2/+3
* sendf: make Curl_debug a void functionDaniel Stenberg2022-07-231-2/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* header api: add curl_easy_header and curl_easy_nextheaderDaniel Stenberg2022-03-221-3/+7
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-7/+8
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* sendf: move Curl_sendf to dict.c and make it staticDaniel Stenberg2020-09-281-3/+1
* travis: add build for "configure --disable-verbose"Daniel Stenberg2018-10-181-1/+1
* Curl_debug: remove dead printhost codeDaniel Stenberg2018-06-121-2/+1
* cppcheck: fix warningsMarian Klymov2018-06-111-2/+2
* header callback: don't chop headers into smaller piecesDaniel Stenberg2018-02-161-3/+1
* http_proxy: Fix proxy CONNECT hang on pending dataJay Satiro2016-12-191-0/+2
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-3/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Curl_client_write() & al.: chop long data, convert data only once.Patrick Monnerat2014-12-091-0/+2
* compile: warn on unused return code from Curl_client_write()Daniel Stenberg2014-12-081-2/+2
* 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