summaryrefslogtreecommitdiff
path: root/lib/transfer.c
Commit message (Expand)AuthorAgeFilesLines
* lib: connect/h2/h3 refactorStefan Eissing2022-12-301-60/+24
* transfer: break the read loop when RECV is clearedDaniel Stenberg2022-12-301-2/+2
* share: add sharing of HSTS cache among handlesDaniel Stenberg2022-12-271-0/+3
* urldata: move the cookefilelist to the 'set' structDaniel Stenberg2022-12-221-4/+2
* lib: rewind BEFORE request instead of AFTER previousDaniel Stenberg2022-11-251-96/+4
* vtls: localization of state data in filtersStefan Eissing2022-11-221-3/+3
* http: mark it 'this_is_a_follow' in the Location: logicDaniel Stenberg2022-11-121-4/+2
* lib: remove bad set.opt_no_body assignmentsDaniel Stenberg2022-11-111-7/+7
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-28/+44
* misc: typo and grammar fixesAyesh Karunaratne2022-10-271-2/+2
* setopt: use the handler table for protocol name to number conversionsPatrick Monnerat2022-09-161-1/+1
* urlapi: detect scheme better when not guessingDaniel Stenberg2022-09-151-2/+5
* headers: reset the requests counter at transfer startDaniel Stenberg2022-09-091-0/+1
* ngtcp2: fix stall or busy loop on STOP_SENDING with upload dataTatsuhiro Tsujikawa2022-07-101-1/+18
* transfer: upload performance; avoid tiny sendGlenn Strauss2022-06-201-7/+26
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* transfer: maintain --path-as-is after redirectsDaniel Stenberg2022-06-081-1/+2
* misc: spelling improvementsFabian Keil2022-06-051-1/+1
* easy/transfer: fix cookie-disabled buildDaniel Stenberg2022-06-021-1/+2
* lib: make more protocol specific struct fields #ifdefedDaniel Stenberg2022-06-011-12/+13
* transfer: Fix potential NULL pointer dereferenceDaniel Gustafsson2022-05-161-2/+5
* quic: add Curl_quic_idleTatsuhiro Tsujikawa2022-05-161-0/+8
* transfer: redirects to other protocols or ports clear authDaniel Stenberg2022-04-251-1/+48
* lib: remove exclamation marksDaniel Stenberg2022-04-161-5/+5
* lib: #ifdef on USE_HTTP2 betterDaniel Stenberg2022-04-011-9/+8
* header api: add curl_easy_header and curl_easy_nextheaderDaniel Stenberg2022-03-221-0/+4
* misc: remove strlen for Curl_checkheaders + Curl_checkProxyheadersHenrikHolst2022-02-101-2/+2
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-45/+1
* urlapi: make Curl_is_absolute_url always use MAX_SCHEME_LENDaniel Stenberg2021-11-251-1/+1
* hsts: CURLSTS_FAIL from hsts read callback should fail transferDaniel Stenberg2021-09-161-1/+1
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-25/+25
* curl_url_set: reject spaces in URLs w/o CURLU_ALLOW_SPACEDaniel Stenberg2021-06-151-1/+2
* [Win32] Fix for USE_WATT32Gisle Vanem2021-06-041-1/+1
* c-hyper: fix NTLM on closed connection tested with test159Daniel Stenberg2021-06-011-2/+9
* data_pending: check only SECONDARY socket for FTP(S) transfersJoel Depooter2021-05-181-4/+5
* http: fix the check for 'Authorization' with BearerDaniel Stenberg2021-05-021-0/+2
* lib: fix 0-length Curl_client_write callsJacob Hoffman-Andrews2021-04-291-2/+2
* transfer: clear 'referer' in declarationDaniel Stenberg2021-03-291-2/+2
* transfer: strip credentials from the auto-referer header fieldViktor Szakats2021-03-281-2/+23
* urldata: merge "struct DynamicStatic" into "struct UrlState"Daniel Stenberg2021-03-261-20/+20
* http: use credentials from transfer, not connectionDaniel Stenberg2021-02-131-0/+14
* urldata: don't touch data->set.httpversion at run-timeDaniel Stenberg2021-02-121-2/+2
* ftp: add 'list_only' to the transfer state structDaniel Stenberg2021-02-091-0/+1
* ftp: add 'prefer_ascii' to the transfer state structDaniel Stenberg2021-02-091-5/+6
* urldata: move 'followlocation' to UrlStateDaniel Stenberg2021-02-091-3/+3
* transfer: fix GCC 10 warning with flag '-Wint-in-bool-context'Michał Antoniak2021-01-291-2/+3
* avoid warning: enum constant in boolean contextMichał Antoniak2021-01-291-1/+1
* Curl_chunker: shrink the structDaniel Stenberg2021-01-271-8/+6
* chunk/encoding: remove conn->data referencesDaniel Stenberg2021-01-211-2/+2
* transfer: fix ‘conn’ undeclared mistake for iconv buildDaniel Stenberg2021-01-201-0/+1