summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* url: only reuse TLS connections with matching pinningDaniel Stenberg2019-09-191-0/+1
* urldata: avoid 'generic', use dedicated pointersDaniel Stenberg2019-09-031-1/+4
* http: fix use of credentials from URL when using HTTP proxyDaniel Stenberg2019-08-161-0/+3
* ngtcp2: do QUIC connections happy-eyeballs friendlyDaniel Stenberg2019-08-141-1/+2
* alt-svc: send Alt-Used: in redirected requestsDaniel Stenberg2019-08-081-0/+1
* CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg2019-08-081-1/+0
* CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg2019-08-071-1/+1
* quiche: make use of the connection timeout API properlyDaniel Stenberg2019-08-071-0/+1
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-08-061-1/+3
* timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg2019-08-011-9/+9
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-8/+4
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-211-1/+11
* multi: make sure 'data' can present in several sockhash entriesDaniel Stenberg2019-06-101-2/+0
* ssl: Update outdated "openssl-only" comments for supported backendsFrank Gevaerts2019-06-041-2/+3
* http: don't parse body-related headers bodyless responsesMichael Kaufmann2019-06-021-2/+2
* multi: track users of a socket betterDaniel Stenberg2019-05-281-0/+1
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-251-3/+1
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-05-221-1/+3
* libcurl: #ifdef away more code for disabled features/protocolsDaniel Stenberg2019-05-171-7/+13
* http_negotiate: Move the Negotiate state out of the negotiatedata structureSteve Holme2019-05-151-3/+4
* http_ntlm: Move the NTLM state out of the ntlmdata structureSteve Holme2019-05-151-1/+3
* url: Move the negotiate state type into a dedicated enumSteve Holme2019-05-151-3/+9
* wildcard: disable from build when FTP isn't presentDaniel Stenberg2019-05-131-0/+2
* http: CURL_DISABLE_HTTP_AUTHDaniel Stenberg2019-05-131-1/+0
* doh: CURL_DISABLE_DOHDaniel Stenberg2019-05-131-0/+2
* ssh: define USE_SSH if SSH is enabled (any backend)Daniel Stenberg2019-05-061-1/+1
* process_pending_handles: mark queued transfers as previously pendingDaniel Stenberg2019-05-011-0/+1
* CURL_MAX_INPUT_LENGTH: largest acceptable string input sizeDaniel Stenberg2019-04-291-0/+4
* CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuseDaniel Stenberg2019-04-211-0/+3
* CURLOPT_DNS_USE_GLOBAL_CACHE: removeDaniel Stenberg2019-04-111-2/+0
* pipelining: removedDaniel Stenberg2019-04-061-21/+7
* resolve: apply Happy Eyeballs philosophy to parallel c-ares queriesBrad Spencer2019-03-271-0/+1
* Negotiate: fix for HTTP POST with NegotiateDominik Hölzl2019-03-141-6/+12
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-031-0/+6
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-12/+9
* Curl_easy: remove req.maxfd - never used!Daniel Stenberg2019-02-281-1/+0
* urldata: convert bools to bitfields and move to endDaniel Stenberg2019-02-271-253/+224
* strerror: make the strerror function use local buffersDaniel Stenberg2019-02-261-1/+0
* connection: never reuse CONNECT_ONLY conectionsDaniel Stenberg2019-02-191-0/+1
* gssapi: fix deprecated header warningsDaniel Stenberg2019-02-141-2/+4
* pretransfer: don't strlen() POSTFIELDS set for GET requestsDaniel Stenberg2019-02-121-1/+0
* spnego_sspi: add support for channel bindinggeorgeok2019-02-011-0/+6
* ntlm_sspi: add support for channel bindinggeorgeok2019-01-191-0/+6
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-111-1/+1
* multi: multiplexing improvementsDaniel Stenberg2019-01-101-1/+4
* hostip: support wildcard hostsClaes Jakobsson2018-12-271-0/+1
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-211-0/+1
* pingpong: change default response timeout to 120 secondsDaniel Stenberg2018-12-171-1/+1
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-141-0/+18
* host names: allow trailing dot in name resolve, then strip itTobias Hintze2018-11-221-0/+1