summaryrefslogtreecommitdiff
path: root/lib/urldata.h
AgeCommit message (Expand)Author
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
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-25Merge tag 'curl-7_64_0'ng0
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-12Merge tag 'curl-7_63_0'ng0
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
2018-12-17pingpong: change default response timeout to 120 secondsDaniel Stenberg
2018-12-14http: Implement trailing headers for chunked transfersAyoub Boudhar
2018-11-22host names: allow trailing dot in name resolve, then strip itTobias Hintze
2018-11-10Merge tag 'curl-7_62_0'Nils Gillmann
2018-11-09setopt: add CURLOPT_CURLUJim Fuller
2018-10-25urldata: Fix comment in headerMichael Kaufmann
2018-10-08spelling fixes [ci skip]Viktor Szakats
2018-09-22url: use the URL API internally as wellDaniel Stenberg
2018-09-11Merge tag 'curl-7_61_1'Nils Gillmann
2018-09-07upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond
2018-09-06CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg
2018-09-06setopt: add CURLOPT_DOH_URLDaniel Stenberg
2018-09-05tests: add unit tests for url.cJim Fuller
2018-08-18upload: change default UPLOAD_BUFSIZE to 64KBDaniel Stenberg
2018-08-18upload: allocate upload buffer on-demandDaniel Stenberg
2018-08-18vtls: reinstantiate engine on duplicated handlesLaurent Bonnans
2018-08-16urldata: remove unused pipe_broke struct fieldDaniel Stenberg
2018-08-13http: fix for tiny "HTTP/0.9" responseDaniel Stenberg
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-07-20http2: several cleanupsDaniel Stenberg
2018-07-11conn: remove the boolean 'inuse' fieldDaniel Stenberg
2018-06-12Curl_debug: remove dead printhost codeDaniel Stenberg
2018-06-11openssl: assume engine support in 1.0.1 or laterDaniel Stenberg
2018-06-03spelling fixesViktor Szakats
2018-05-31option: disallow username in URLBjörn Stenberg
2018-05-29setopt: add TLS 1.3 ciphersuitesDaniel Stenberg
2018-05-28psl: use latest psl and refresh it periodicallyPatrick Monnerat
2018-05-23Merge tag 'curl-7_60_0' (with fixes)Nils Gillmann
2018-05-18docs: mention HAproxy protocol "version 1"Aleks
2018-05-14http2: use the correct function pointer typedefDaniel Stenberg
2018-04-20http2: handle GOAWAY properlyDaniel Stenberg
2018-04-16ntlm_sspi: fix authentication using Credential Managertoughengineer