summaryrefslogtreecommitdiff
path: root/lib/transfer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* transfer: remove conn->data useDaniel Stenberg2021-01-191-18/+15
* quic: remove conn->data useDaniel Stenberg2021-01-191-1/+1
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-2/+2
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-16/+16
* transfer: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-5/+5
* pretransfer: setup the User-Agent header hereDaniel Stenberg2021-01-051-0/+14
* httpauth: make multi-request auth work with custom portDaniel Stenberg2021-01-021-2/+7
* language: s/behaviour/behavior/gEmil Engler2021-01-021-3/+3
* misc: fix "warning: empty expression statement has no effect"Daniel Stenberg2020-12-261-4/+1
* lib: introduce c-hyper for using HyperDaniel Stenberg2020-12-181-58/+8
* http: show the request as headers even when split-sendingDaniel Stenberg2020-12-171-5/+21
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-4/+4
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hsts: add read/write callbacksDaniel Stenberg2020-11-031-0/+2
* sendf: move the verbose-check into Curl_debugDaniel Stenberg2020-11-021-4/+3
* transfer: move retrycount from connect struct to easy handleStefan Yohansson2020-08-101-2/+4
* transfer: fix data_pending for builds with both h2 and h3 enabledDaniel Stenberg2020-07-281-2/+6
* transfer: fix memory-leak with CURLOPT_CURLU in a duped handleDaniel Stenberg2020-07-121-1/+2
* urldata: let the HTTP method be in the set.* structDaniel Stenberg2020-06-021-19/+20
* transfer: remove k->str NULL checkDaniel Stenberg2020-06-011-1/+1
* url: alloc the download buffer at transfer startDaniel Stenberg2020-05-301-7/+7
* transfer: close connection after excess data has been readMichael Kaufmann2020-05-271-0/+1
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-21/+21
* transfer: Switch PUT to GET/HEAD on 303 redirectJay Satiro2020-04-221-6/+13
* http: don't consider upload done if the request isn't completely sent offDaniel Stenberg2020-04-081-2/+7
* build: fixed build for systems with select() in unistd.hHarry Sintonen2020-03-311-0/+2
* http2: Fix erroneous debug message that h2 connection closedJay Satiro2020-03-181-6/+14
* transfer: cap retries of "dead connections" to 5Daniel Stenberg2020-03-151-0/+6