summaryrefslogtreecommitdiff
path: root/lib/transfer.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: rewind BEFORE request instead of AFTER previousDaniel Stenberg2022-11-251-1/+0
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* misc: remove strlen for Curl_checkheaders + Curl_checkProxyheadersHenrikHolst2022-02-101-2/+3
* transfer: remove conn->data useDaniel Stenberg2021-01-191-3/+3
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-4/+4
* httpauth: make multi-request auth work with custom portDaniel Stenberg2021-01-021-4/+3
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-2/+1
* headers: Remove no longer exported functionsDaniel Gustafsson2019-07-101-1/+0
* http2: call done_sending on end of uploadDaniel Stenberg2019-06-241-0/+3
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-11/+9
* whitespace fixesViktor Szakats2018-09-231-1/+0
* all: s/int/size_t cleanupDaniel Stenberg2018-09-011-1/+2
* upload: allocate upload buffer on-demandDaniel Stenberg2018-08-181-0/+1
* HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg2018-03-111-1/+2
* Curl_checkheaders: make it available for IMAP and SMTP tooDaniel Stenberg2017-09-111-1/+4
* speed caps: not based on average speeds anymoreOlivier Brunel2016-09-041-3/+0
* transfer: return without select when the read loop reached maxcountDaniel Stenberg2016-08-041-3/+2
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-6/+6
* multi: multi_reconnect_request is the former Curl_reconnect_requestDaniel Stenberg2016-03-301-2/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* fread_func: move callback pointer from set to state structDaniel Stenberg2015-10-151-0/+2
* read_callback: move to SessionHandle from connectdataDaniel Stenberg2015-05-201-2/+3
* Curl_perfom: removedDaniel Stenberg2013-02-011-2/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+70
* build: rename 76 lib/*.h filesYang Tse2012-12-281-70/+0
* lib/*.h: use our standard naming scheme for header inclusion guardsYang Tse2012-12-281-3/+4
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-2/+3
* transfer: avoid insane conversion of time_tStefan Krause2011-03-041-1/+1
* transfer: add Curl_meets_timecondition()Dave Reisner2011-01-311-0/+1
* Curl_setup_transfer: no longer returns anythingDaniel Stenberg2010-04-161-2/+2
* Make rate-limitation logic smootherBen Greear2010-03-261-0/+4
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* - Andre Guibert de Bruet pointed out a missing return code check for aDaniel Stenberg2009-08-211-2/+2
* - Lots of good work by Krister Johansen, mostly related to pipelining:Daniel Stenberg2009-08-211-0/+1
* - To make it easier for applications that want lots of magic stuff done onDaniel Stenberg2008-04-301-2/+15
* Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() intoDaniel Stenberg2007-11-151-2/+0
* Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich2007-08-271-1/+1
* update copyright yearYang Tse2007-04-031-1/+1
* - Ravi Pratap provided work on libcurl making pipelining more robust andDaniel Stenberg2007-02-211-0/+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-1/+2
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-5/+3
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* Rename Curl_pretransfersec() to *_second_connect() since it does not justDaniel Stenberg2005-02-141-1/+1
* Using the multi interface, and doing a requsted a re-used connection thatDaniel Stenberg2005-01-291-1/+1
* Cyrill Osterwalder posted a detailed analysis about a bug that occurs whenDaniel Stenberg2005-01-111-1/+1
* HTTP "auth done right". See lib/README.httpauthDaniel Stenberg2004-11-241-1/+1