summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* http: make 416 not fail with resume + CURLOPT_FAILONERRRORDaniel Stenberg2021-03-171-0/+8
* http: remove superfluous NULL assignDaniel Stenberg2021-03-111-3/+1
* http2: remove conn->data useDaniel Stenberg2021-02-151-1/+1
* http: use credentials from transfer, not connectionDaniel Stenberg2021-02-131-9/+12
* urldata: don't touch data->set.httpversion at run-timeDaniel Stenberg2021-02-121-10/+27
* ftp: add 'prefer_ascii' to the transfer state structDaniel Stenberg2021-02-091-2/+2
* vtls: initial implementation of rustls backendJacob Hoffman-Andrews2021-02-091-1/+1
* lib: use int type for more port variablesJay Satiro2021-02-091-1/+1
* urldata: remove the 'rtspversion' fieldDaniel Stenberg2021-02-081-2/+2
* build: fix --disable-http-authJay Satiro2021-02-041-1/+5
* build: fix --disable-dateparseJay Satiro2021-02-041-2/+2
* hostip/proxy: remove conn->data useDaniel Stenberg2021-01-261-1/+1
* lib: remove conn->data usesPatrick Monnerat2021-01-241-8/+11
* http: empty reply connection are not left intactDaniel Stenberg2021-01-211-0/+2
* chunk/encoding: remove conn->data referencesDaniel Stenberg2021-01-211-3/+3
* http: get CURLOPT_REQUEST_TARGET working with a HTTP proxyFabian Keil2021-01-201-2/+3
* transfer: remove conn->data useDaniel Stenberg2021-01-191-1/+1
* http: make providing Proxy-Connection header not cause duplicated headersDaniel Stenberg2021-01-191-0/+1
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-3/+3
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-1/+1
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-133/+135
* misc: fix typosFabian Keil2021-01-111-3/+5
* http: make 'authneg' also work for HyperDaniel Stenberg2021-01-101-13/+14
* http: have CURLOPT_FAILONERROR fail after all headersDaniel Stenberg2021-01-061-32/+17
* c-hyper: add timecondition to the requestDaniel Stenberg2021-01-011-2/+11
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-2/+2
* http: Make the call to v4 signatureMatthias Gatto2020-12-211-1/+12
* lib: introduce c-hyper for using HyperDaniel Stenberg2020-12-181-996/+1174
* http: show the request as headers even when split-sendingDaniel Stenberg2020-12-171-0/+5
* infof/failf calls: fix format specifiersRikard Falkeborn2020-11-241-1/+1
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-7/+7
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-031-0/+18
* sendf: move the verbose-check into Curl_debugDaniel Stenberg2020-11-021-17/+10
* http: pass correct header size to debug callback for chunked postDaniel Stenberg2020-10-311-5/+9
* alt-svc: enable by defaultDaniel Stenberg2020-10-251-2/+2
* src: Consistently spell whitespace without whitespaceDaniel Gustafsson2020-09-301-1/+1
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-0/+2
* CURLINFO_EFFECTIVE_METHOD: addedDaniel Stenberg2020-07-141-3/+0
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-1/+1
* http: fix proxy auth with blank passwordDaniel Stenberg2020-06-281-1/+1
* url: allow user + password to contain "control codes" for HTTP(S)Daniel Stenberg2020-06-251-2/+4
* http: move header storage to Curl_easy from connectdataDaniel Stenberg2020-06-151-54/+55
* wording: avoid blacklist/whitelist stereotypesDaniel Stenberg2020-06-101-3/+2
* urldata: let the HTTP method be in the set.* structDaniel Stenberg2020-06-021-12/+12
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-12/+49
* urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg2020-05-271-1/+1
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-394/+232
* http: free memory when Alt-Used header creation fails due to OOMDaniel Stenberg2020-04-201-8/+5
* http: don't consider upload done if the request isn't completely sent offDaniel Stenberg2020-04-081-1/+1