aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
AgeCommit message (Expand)Author
2019-09-28cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg
2019-09-26url: don't set appconnect time for non-ssl/non-ssh connectionsJay Satiro
2019-09-21urldata: use 'bool' for the bit type on MSVC compilersDaniel Stenberg
2019-09-19url: only reuse TLS connections with matching pinningDaniel Stenberg
2019-09-03urldata: avoid 'generic', use dedicated pointersDaniel Stenberg
2019-08-16http: fix use of credentials from URL when using HTTP proxyDaniel Stenberg
2019-08-14ngtcp2: do QUIC connections happy-eyeballs friendlyDaniel Stenberg
2019-08-08alt-svc: send Alt-Used: in redirected requestsDaniel Stenberg
2019-08-08CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg
2019-08-07CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg
2019-08-07quiche: make use of the connection timeout API properlyDaniel Stenberg
2019-08-06sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme
2019-08-01timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg
2019-07-30cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg
2019-07-21HTTP3: initial (experimental) supportDaniel Stenberg
2019-06-10multi: make sure 'data' can present in several sockhash entriesDaniel Stenberg
2019-06-04ssl: Update outdated "openssl-only" comments for supported backendsFrank Gevaerts
2019-06-02http: don't parse body-related headers bodyless responsesMichael Kaufmann
2019-05-28multi: track users of a socket betterDaniel Stenberg
2019-05-25Revert all SASL authzid (new feature) commitsJay Satiro
2019-05-22sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme
2019-05-17libcurl: #ifdef away more code for disabled features/protocolsDaniel Stenberg
2019-05-15http_negotiate: Move the Negotiate state out of the negotiatedata structureSteve Holme
2019-05-15http_ntlm: Move the NTLM state out of the ntlmdata structureSteve Holme
2019-05-15url: Move the negotiate state type into a dedicated enumSteve Holme
2019-05-13wildcard: disable from build when FTP isn't presentDaniel Stenberg
2019-05-13http: CURL_DISABLE_HTTP_AUTHDaniel Stenberg
2019-05-13doh: CURL_DISABLE_DOHDaniel Stenberg
2019-05-06ssh: define USE_SSH if SSH is enabled (any backend)Daniel Stenberg
2019-05-01process_pending_handles: mark queued transfers as previously pendingDaniel Stenberg
2019-04-29CURL_MAX_INPUT_LENGTH: largest acceptable string input sizeDaniel Stenberg
2019-04-21CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuseDaniel Stenberg
2019-04-11CURLOPT_DNS_USE_GLOBAL_CACHE: removeDaniel Stenberg
2019-04-06pipelining: removedDaniel Stenberg
2019-03-27resolve: apply Happy Eyeballs philosophy to parallel c-ares queriesBrad Spencer
2019-03-14Negotiate: fix for HTTP POST with NegotiateDominik Hölzl
2019-03-03alt-svc: the libcurl bitsDaniel Stenberg
2019-03-01urldata: simplify bytecountersDaniel Stenberg
2019-02-28Curl_easy: remove req.maxfd - never used!Daniel Stenberg
2019-02-27urldata: convert bools to bitfields and move to endDaniel Stenberg
2019-02-26strerror: make the strerror function use local buffersDaniel Stenberg
2019-02-19connection: never reuse CONNECT_ONLY conectionsDaniel Stenberg
2019-02-14gssapi: fix deprecated header warningsDaniel Stenberg
2019-02-12pretransfer: don't strlen() POSTFIELDS set for GET requestsDaniel Stenberg
2019-02-01spnego_sspi: add support for channel bindinggeorgeok
2019-01-19ntlm_sspi: add support for channel bindinggeorgeok
2019-01-11urldata: rename easy_conn to just connDaniel Stenberg
2019-01-10multi: multiplexing improvementsDaniel Stenberg
2018-12-27hostip: support wildcard hostsClaes Jakobsson
2018-12-21http: added options for allowing HTTP/0.9 responsesDaniel Stenberg