summaryrefslogtreecommitdiff
path: root/lib/urldata.h
AgeCommit message (Expand)Author
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-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-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-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
2018-04-16urldata: make service names unconditionalMarcel Raad
2018-03-17resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist
2018-03-17CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews
2018-03-16cleanup: misc typos in strings and commentsluz.paz
2018-02-23spelling fixesViktor Szakats
2018-02-21url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano
2018-02-20url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken
2018-01-30time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg
2018-01-22http: prevent custom Authorization headers in redirectsDaniel Stenberg
2018-01-08progress: calculate transfer speed on milliseconds if possibleDaniel Stenberg
2017-12-07CONNECT: keep close connection flag in http_connect_state structZachary Seguin
2017-12-06configure: check for netinet/in6.hRandall S. Becker
2017-12-05conncache: fix several lock issuesDaniel Stenberg
2017-12-01Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos
2017-12-01SSL: Avoid magic allocation of SSL backend specific dataJohannes Schindelin
2017-11-27url: fix alignment of ssl_backend_data structJay Satiro
2017-11-13zlib/brotli: only include header files in modules needing themPatrick Monnerat
2017-11-05HTTP: implement Brotli content encodingPatrick Monnerat
2017-11-05HTTP: support multiple Content-EncodingsPatrick Monnerat
2017-10-28auth: add support for RFC7616 - HTTP Digest access authenticationFlorin
2017-10-26wildcards: don't use with non-supported protocolsMax Dymond
2017-10-05build: fix --disable-crypto-authDaniel Stenberg
2017-10-03vtls: compare and clone ssl configs properlyMichael Kaufmann
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-05mime: unified to use the typedef'd mime structs everywhereDaniel Stenberg
2017-09-02mime: new MIME API.Patrick Monnerat