summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* http: allow Curl_add_buffer_send() to do a short first send by forceDaniel Stenberg2020-04-081-1/+14
* http: mark POSTs with no body as "upload done" from the startDaniel Stenberg2020-03-021-0/+2
* http: added 417 response treatmentDaniel Stenberg2020-02-261-2/+11
* 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