summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* mime: relax easy/mime structures bindingPatrick Monnerat2022-11-281-2/+2
* cfilter: re-add `conn` as parameter to cfilter setup methodsStefan Eissing2022-11-261-2/+2
* lib: rewind BEFORE request instead of AFTER previousDaniel Stenberg2022-11-251-14/+16
* vtls: localization of state data in filtersStefan Eissing2022-11-221-2/+2
* http: restore h3 to working condition after connection filter introductionStefan Eissing2022-11-191-8/+40
* proxy: refactor haproxy protocol handling as connection filterStefan Eissing2022-11-151-58/+1
* http: mark it 'this_is_a_follow' in the Location: logicDaniel Stenberg2022-11-121-11/+5
* lib: remove bad set.opt_no_body assignmentsDaniel Stenberg2022-11-111-2/+2
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-69/+8
* http: do not send PROXY more than onceFata Nugraha2022-11-101-1/+4
* rtsp: fix RTSP authDaniel Stenberg2022-11-091-0/+9
* lib: fix some type mismatches and remove unneeded typecastsRose2022-11-081-2/+2
* style: use space after comment start and before comment endDaniel Stenberg2022-10-301-2/+2
* misc: typo and grammar fixesAyesh Karunaratne2022-10-271-10/+10
* url: allow non-HTTPS HSTS-matching for debug buildsShaun Mirani2022-10-131-1/+8
* http: try parsing Retry-After: as a number firstDaniel Stenberg2022-10-131-8/+8
* http, vauth: always provide Curl_allow_auth_to_host() functionalityPatrick Monnerat2022-09-271-17/+2
* lib: the number four in a sequence is the "fourth"Daniel Stenberg2022-09-191-1/+1
* ws: initial websockets supportDaniel Stenberg2022-09-091-9/+110
* NPN: remove support for and use ofDaniel Stenberg2022-09-051-2/+2
* http: typecast the httpreq assignment to avoid icc compiler warningDaniel Stenberg2022-07-231-1/+1
* cookie: apply limitsDaniel Stenberg2022-06-261-2/+11
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* http: restore header folding behaviorDaniel Stenberg2022-05-241-5/+10
* http: move Curl_allow_auth_to_host()Daniel Stenberg2022-04-291-15/+15
* openssl: don't leak the SRP credentials in redirects eitherDaniel Stenberg2022-04-251-5/+5
* http: avoid auth/cookie on redirects same host diff portDaniel Stenberg2022-04-251-12/+22
* lib: remove exclamation marksDaniel Stenberg2022-04-161-7/+7
* http: streamclose "already downloaded"Daniel Stenberg2022-04-011-1/+1
* http: correct the header error message to say colonDaniel Stenberg2022-04-011-1/+1
* lib: #ifdef on USE_HTTP2 betterDaniel Stenberg2022-04-011-2/+2
* http: close the stream (not connection) on time condition abortDaniel Stenberg2022-04-011-1/+1
* header api: add curl_easy_header and curl_easy_nextheaderDaniel Stenberg2022-03-221-5/+7
* http: return error on colon-less HTTP headersDaniel Stenberg2022-03-211-6/+26
* http: reject header contents with nul bytesDaniel Stenberg2022-03-171-0/+7
* http: fix "unused parameter ‘conn’" warningDaniel Stenberg2022-02-171-0/+1
* urldata: remove conn->bits.user_passwdDaniel Stenberg2022-02-161-4/+4
* misc: remove strlen for Curl_checkheaders + Curl_checkProxyheadersHenrikHolst2022-02-101-30/+41
* misc: reduce strlen() calls with Curl_dyn_add()HenrikHolst2022-02-091-17/+17
* http: make Curl_compareheader() take string length arguments tooHenrikHolst2022-02-071-12/+23
* http2: allow CURLOPT_HTTPHEADER change ":scheme"Daniel Stenberg2022-02-071-1/+1
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-79/+1
* docs: update IETF links to use datatrackerlucas2022-01-211-2/+2
* checksrc: detect more kinds of NULL comparisons we avoidDaniel Stenberg2021-12-271-2/+2
* http: Fix CURLOPT_HTTP200ALIASESVladimir Panteleev2021-12-211-1/+1
* http: enable haproxy support for hyper backendDaniel Stenberg2021-11-191-4/+3
* http: reject HTTP response codes < 100Daniel Stenberg2021-10-271-2/+6
* http: set content length earlierJay Satiro2021-10-151-39/+29
* http: remove assert that breaks hyperDaniel Stenberg2021-10-141-1/+1
* http: fix Basic auth with empty name field in URLDaniel Stenberg2021-10-061-1/+1