summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* CONNECT: keep close connection flag in http_connect_state structZachary Seguin2017-12-071-0/+1
* configure: check for netinet/in6.hRandall S. Becker2017-12-061-0/+3
* conncache: fix several lock issuesDaniel Stenberg2017-12-051-3/+7
* Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos2017-12-011-1/+1
* SSL: Avoid magic allocation of SSL backend specific dataJohannes Schindelin2017-12-011-0/+3
* url: fix alignment of ssl_backend_data structJay Satiro2017-11-271-10/+0
* zlib/brotli: only include header files in modules needing themPatrick Monnerat2017-11-131-12/+0
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-051-0/+4
* HTTP: support multiple Content-EncodingsPatrick Monnerat2017-11-051-22/+2
* auth: add support for RFC7616 - HTTP Digest access authenticationFlorin2017-10-281-0/+1