summaryrefslogtreecommitdiff
path: root/lib/transfer.c
Commit message (Expand)AuthorAgeFilesLines
* transfer: refuse POSTFIELDS + RESUME_FROM comboDaniel Stenberg2023-05-081-0/+6
* h2/h3: replace `state.drain` counter with `state.dselect_bits`Stefan Eissing2023-04-251-32/+28
* lib: unify the upload/method handlingDaniel Stenberg2023-04-251-2/+2
* transfer: skip extra assignDaniel Stenberg2023-04-131-1/+0
* multi: remove PENDING + MSGSENT handles from the main linked listDaniel Stenberg2023-03-261-1/+6
* http2: Use KEEP_SEND_HOLD for flow control in HTTP/2Stefan Eissing2023-03-141-2/+1
* ftp: allocate the wildcard struct on demandDaniel Stenberg2023-03-031-1/+7
* transfer: limit Windows SO_SNDBUF updates to once a secondJay Satiro2023-03-011-1/+9
* urldata: remove `now` from struct SingleRequest - not neededStefan Eissing2023-02-171-6/+7
* HTTP/[23]: continue upload when state.drain is setStefan Eissing2023-02-091-0/+2
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* 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