summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* http: free the url before storing a new copyDaniel Stenberg2023-05-091-1/+1
* lib: unify the upload/method handlingDaniel Stenberg2023-04-251-2/+2
* http: store the password in the correct variableDaniel Stenberg2023-04-241-1/+1
* http2: support HTTP/2 to forward proxies, non-tunnelingStefan Eissing2023-04-171-12/+280
* http: skip a double NULL assignDaniel Stenberg2023-04-131-18/+12
* CURLPROXY_HTTPS2: for HTTPS proxy that may speak HTTP/2Daniel Stenberg2023-04-081-1/+1
* content_encoding: only do tranfer-encoding compression if asked toDaniel Stenberg2023-04-071-1/+1
* http2: flow control and buffer improvementsStefan Eissing2023-03-301-2/+6
* lib: add `bufq` and `dynhds`Stefan Eissing2023-03-301-0/+271
* http: don't send 100-continue for short PUT requestsDan Fandrich2023-03-111-1/+10
* http: fix unix domain socket use in https connectsStefan Eissing2023-02-281-5/+1
* http: rewrite the status line parser without sscanfDaniel Stenberg2023-02-231-70/+87
* CURLOPT_PIPEWAIT: allow waited reuse also for subsequent connectionsStefan Eissing2023-02-211-0/+1
* ws: fix recv of larger framesDaniel Stenberg2023-02-101-1/+1
* http: fix "part of conditional expression is always false"Kvarec Lezki2023-02-031-2/+3
* connections: introduce http/3 happy eyeballsStefan Eissing2023-02-021-65/+28
* ws: unstick connect-only shutdownDaniel Stenberg2023-01-301-2/+2
* http_proxy: do not assign data->req.p.http use local copyDaniel Stenberg2023-01-051-14/+18
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: connect/h2/h3 refactorStefan Eissing2022-12-301-69/+36
* http: remove the trace message "Mark bundle... multiuse"Radu Hociung2022-12-261-1/+0
* http: fix the ::1 comparison for IPv6 localhost for cookiesDaniel Stenberg2022-12-201-2/+2
* http: use the IDN decoded name in HSTS checksDaniel Stenberg2022-12-191-1/+1
* 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