summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* Curl_easy: remove req.maxfd - never used!bagder/remove-maxfdDaniel 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
* http: fix for tiny "HTTP/0.9" responseDaniel Stenberg2018-08-131-5/+0
* http2: several cleanupsDaniel Stenberg2018-07-201-1/+1
* conn: remove the boolean 'inuse' fieldDaniel Stenberg2018-07-111-5/+6
* Curl_debug: remove dead printhost codeDaniel Stenberg2018-06-121-2/+0
* openssl: assume engine support in 1.0.1 or laterDaniel Stenberg2018-06-111-1/+1
* spelling fixesViktor Szakats2018-06-031-1/+1
* option: disallow username in URLBjörn Stenberg2018-05-311-0/+1
* setopt: add TLS 1.3 ciphersuitesDaniel Stenberg2018-05-291-0/+3
* psl: use latest psl and refresh it periodicallyPatrick Monnerat2018-05-281-0/+4
* docs: mention HAproxy protocol "version 1"Aleks2018-05-181-1/+1
* http2: use the correct function pointer typedefDaniel Stenberg2018-05-141-14/+14
* http2: handle GOAWAY properlyDaniel Stenberg2018-04-201-1/+1
* ntlm_sspi: fix authentication using Credential Managertoughengineer2018-04-161-0/+1
* urldata: make service names unconditionalMarcel Raad2018-04-161-5/+0
* resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist2018-03-171-0/+2
* CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews2018-03-171-0/+2
* cleanup: misc typos in strings and commentsluz.paz2018-03-161-1/+1
* spelling fixesViktor Szakats2018-02-231-1/+1
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-211-0/+4
* url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken2018-02-201-0/+1
* time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg2018-01-301-4/+2
* http: prevent custom Authorization headers in redirectsDaniel Stenberg2018-01-221-1/+1
* progress: calculate transfer speed on milliseconds if possibleDaniel Stenberg2018-01-081-1/+1