summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
...
* http: show the request as headers even when split-sendingDaniel Stenberg2020-12-171-0/+5
* infof/failf calls: fix format specifiersRikard Falkeborn2020-11-241-1/+1
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-7/+7
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-031-0/+18
* sendf: move the verbose-check into Curl_debugDaniel Stenberg2020-11-021-17/+10
* http: pass correct header size to debug callback for chunked postDaniel Stenberg2020-10-311-5/+9
* alt-svc: enable by defaultDaniel Stenberg2020-10-251-2/+2
* src: Consistently spell whitespace without whitespaceDaniel Gustafsson2020-09-301-1/+1
* 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