summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: fix typos and wording in docs and commentsPedro Monreal2020-02-021-1/+1
* http: move "oauth_bearer" from connectdata to Curl_easynao2020-01-211-7/+5
* lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad2020-01-031-2/+2
* conncache: fix multi-thread use of shared connection cacheDaniel Stenberg2019-12-091-1/+1
* parsedate: offer a getdate_capped() alternativeDaniel Stenberg2019-11-291-4/+2
* ngtcp2: use overflow buffer for extra HTTP/3 dataJavier Blazquez2019-11-181-0/+1
* cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg2019-09-281-2/+2
* http: fix warning on conversion from int to bitDaniel Stenberg2019-09-211-3/+4
* http: fix Expression 'http->postdata' is always falseDaniel Stenberg2019-09-201-2/+1
* http: merge two "case" statementsMichael Kaufmann2019-09-181-3/+0
* Curl_fillreadbuffer: avoid double-free trailer buf on errorbagder/trailer-buf-freeDaniel Stenberg2019-09-091-6/+10
* http: remove chunked-encoding and expect header use for HTTP/3Daniel Stenberg2019-08-201-4/+5
* http: fix use of credentials from URL when using HTTP proxyDaniel Stenberg2019-08-161-11/+10
* ngtcp2: do QUIC connections happy-eyeballs friendlyDaniel Stenberg2019-08-141-4/+2
* http3: fix the HTTP/3 in the request, make alt-svc set right versionsDaniel Stenberg2019-08-081-36/+43
* alt-svc: send Alt-Used: in redirected requestsDaniel Stenberg2019-08-081-2/+14
* CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg2019-08-081-3/+3
* CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg2019-08-071-0/+13
* quiche: first working HTTP/3 requestDaniel Stenberg2019-08-061-3/+4
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-10/+5
* HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknownBalazs Kovacsics2019-07-291-2/+3
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-211-4/+25
* http: allow overriding timecond with custom headerPeter Simonyi2019-07-141-4/+10
* headers: Remove no longer exported functionsDaniel Gustafsson2019-07-101-1/+1
* http: clarify header buffer size calculationDaniel Gustafsson2019-06-241-0/+3
* http2: call done_sending on end of uploadDaniel Stenberg2019-06-241-1/+3
* http: don't parse body-related headers bodyless responsesMichael Kaufmann2019-06-021-8/+8
* http: fix "error: equality comparison with extraneous parentheses"Daniel Stenberg2019-05-291-1/+1
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-3/+0
* http_ntlm_wb: Move the type-2 message processing into a dedicated functionSteve Holme2019-05-161-13/+4
* http_negotiate: Move the Negotiate state out of the negotiatedata structureSteve Holme2019-05-151-11/+11
* http_ntlm: Move the NTLM state out of the ntlmdata structureSteve Holme2019-05-151-4/+4
* proxy: acknowledge DISABLE_PROXY moreDaniel Stenberg2019-05-131-1/+11
* parsedate: CURL_DISABLE_PARSEDATEDaniel Stenberg2019-05-131-0/+11
* mime: acknowledge CURL_DISABLE_MIMEDaniel Stenberg2019-05-131-0/+4
* http: CURL_DISABLE_HTTP_AUTHDaniel Stenberg2019-05-131-0/+20
* http: Ignore HTTP/2 prior knowledge setting for HTTP proxiesJay Satiro2019-05-081-0/+7
* http: mark bundle as not for multiuse on < HTTP/2 responseDaniel Stenberg2019-05-011-0/+4
* pipelining: removedDaniel Stenberg2019-04-061-24/+2
* Negotiate: fix for HTTP POST with NegotiateDominik Hölzl2019-03-141-40/+76
* http: send payload when (proxy) authentication is doneMarc Schlatter2019-03-131-1/+2
* alt-svc: add test 355 and 356 to verify with command line curlDaniel Stenberg2019-03-031-1/+8
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-031-0/+15
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-39/+21
* http: set state.infilesize when sending formpostsDaniel Stenberg2019-02-281-1/+1
* urldata: convert bools to bitfields and move to endDaniel Stenberg2019-02-271-1/+1
* http: make adding a blank header thread-safeDaniel Stenberg2019-02-191-13/+21
* cleanup: make local functions staticDaniel Stenberg2019-02-101-3/+4
* cookies: skip custom cookies when redirecting cross-siteKatsuhiko YOSHIDA2019-01-091-1/+2
* Revert "http_negotiate: do not close connection until negotiation is completed"Daniel Stenberg2019-01-071-1/+2