summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_FOLLOWLOCATION: add a CURLFOLLOW_NO_CUSTOMREQUEST bitbagder/FOLLOW_IGNORE_CUSTOMDaniel Stenberg2019-07-161-2/+4
* 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
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-211-0/+8
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-141-0/+46
* cookies: leave secure cookies aloneDaniel Gustafsson2018-12-131-1/+3
* http: fix HTTP auth to include query in URIJay Satiro2018-12-111-4/+13
* http: don't set CURLINFO_CONDITION_UNMET for http status code 204Michael Kaufmann2018-12-111-7/+7
* NTLM: force the connection to HTTP/1.1Johannes Schindelin2018-12-071-0/+6
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-20/+20
* http_negotiate: do not close connection until negotiation is completedElia Tufarolo2018-11-161-1/+0
* spelling fixes [ci skip]Viktor Szakats2018-10-081-1/+1
* http: fix memleak in rewind error pathDaniel Stenberg2018-09-251-8/+7
* http: add missing return code checkDaniel Stenberg2018-09-231-6/+3
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-49/+76
* http: made Curl_add_buffer functions take a pointer-pointerDaniel Stenberg2018-09-161-52/+60
* upload: allocate upload buffer on-demandDaniel Stenberg2018-08-181-11/+18
* http: fix for tiny "HTTP/0.9" responseDaniel Stenberg2018-08-131-23/+45
* CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg2018-08-111-0/+2
* auth: pick Bearer authentication whenever a token is availableJohannes Schindelin2018-07-241-1/+1
* auth: only ever pick CURLAUTH_BEARER if we *have* a Bearer tokenJohannes Schindelin2018-07-241-4/+9
* http2: several cleanupsDaniel Stenberg2018-07-201-5/+8
* Curl_debug: remove dead printhost codeDaniel Stenberg2018-06-121-5/+4
* cppcheck: fix warningsMarian Klymov2018-06-111-6/+4