summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* setopt: add CURLOPT_CURLUJim Fuller2018-11-091-0/+1
* urldata: Fix comment in headerMichael Kaufmann2018-10-251-1/+1
* spelling fixes [ci skip]Viktor Szakats2018-10-081-1/+1
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-3/+14
* upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond2018-09-071-0/+9
* CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg2018-09-061-10/+2
* setopt: add CURLOPT_DOH_URLDaniel Stenberg2018-09-061-5/+33
* tests: add unit tests for url.cJim Fuller2018-09-051-2/+1
* upload: change default UPLOAD_BUFSIZE to 64KBDaniel Stenberg2018-08-181-2/+7
* upload: allocate upload buffer on-demandDaniel Stenberg2018-08-181-1/+3
* vtls: reinstantiate engine on duplicated handlesLaurent Bonnans2018-08-181-0/+1
* urldata: remove unused pipe_broke struct fieldDaniel Stenberg2018-08-161-3/+0