summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* urlapi: CURLU_NO_AUTHORITY allows empty authority/host partJens Finkhaeuser2019-09-192-0/+7
* docs: remove trailing ':' from section names in CURLOPT_TRAILER* manAlessandro Ghedini2019-09-152-13/+13
* docs: fix typo in CURLOPT_HTTP_VERSION manAlessandro Ghedini2019-09-151-1/+1
* docs/HTTP3: fix `--with-ssl` ngtcp2 configure flagJimmy Gaussen2019-09-121-1/+1
* THANKS: from the 7.66.0 releaseDaniel Stenberg2019-09-101-0/+24
* KNOWN_BUGS/TODO: cleanup and remove outdated issuesDaniel Stenberg2019-09-052-258/+32
* ROADMAP: updated after recent user pollDaniel Stenberg2019-09-021-16/+33
* THANKS: remove duplicateDaniel Stenberg2019-08-312-1/+1
* CURLOPT_HEADERFUNCTION.3: clarifyChristopher Head2019-08-281-1/+4
* CURLINFO docs: mention that in redirects times are addedDaniel Stenberg2019-08-2812-12/+37
* HTTP3: switched openssl branch to useDaniel Stenberg2019-08-271-1/+1
* KNOWN_BUGS: USE_UNIX_SOCKETS on WindowsDaniel Stenberg2019-08-261-0/+8
* defines: avoid underscore-prefixed definesDaniel Stenberg2019-08-232-16/+16
* docs/examples/curlx: fix errorsGisle Vanem2019-08-211-3/+3
* configure: use pkg-config to detect quicheAlessandro Ghedini2019-08-201-3/+3
* CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2Daniel Stenberg2019-08-202-9/+20
* curl: use .curlrc (with a dot) on Windows as wellDaniel Stenberg2019-08-201-1/+1
* TODO/ROADMAP: remove "refuse downgrade redirects" and HTTP/3Daniel Stenberg2019-08-162-18/+0
* CURLOPT_ALTSVC.3: use a "" file name to not load from a fileDaniel Stenberg2019-08-141-0/+2
* vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro2019-08-142-0/+3
* curl_version_info: make the quic_version a constDaniel Stenberg2019-08-131-1/+1
* examples: add http3.c, altsvc.c and http3-present.cDaniel Stenberg2019-08-134-1/+159
* curl_version_info.3: mentioned ALTSVC and HTTP3Daniel Stenberg2019-08-131-45/+49
* CURLOPT_ALTSVC_CTRL.3: remove CURLALTSVC_ALTUSEDDaniel Stenberg2019-08-131-5/+2
* docs/HTTP3: simplify quiche build instructionJunho Choi2019-08-121-6/+2
* curl_version_info: offer quic (and h3) library infoDaniel Stenberg2019-08-121-0/+9
* HTTP3: use ngtcp2's draft-22 branchDaniel Stenberg2019-08-121-1/+1
* CURLOPT_READFUNCTION.3: provide inline exampleDaniel Stenberg2019-08-121-2/+31
* nghttp3: required when ngtcp2 is used for QUICDaniel Stenberg2019-08-121-6/+36
* curl_global_init_mem.3: mention it was added in 7.12.0Daniel Stenberg2019-08-111-1/+3
* HTTP3.md: Update quiche build instructionsAlex Mayorga2019-08-101-2/+12
* CURLOPT_H3: removedDaniel Stenberg2019-08-095-63/+2
* cleanup: s/curl_debug/curl_dbg_debug in comments and docsDaniel Stenberg2019-08-081-1/+1
* alt-svc: send Alt-Used: in redirected requestsDaniel Stenberg2019-08-081-1/+0
* CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg2019-08-088-19/+27
* docs/ALTSVC: remove what works and the experimental explanationDaniel Stenberg2019-08-071-49/+8
* docs/EXPERIMENTAL: explain what it means and what's experimental nowDaniel Stenberg2019-08-072-0/+23
* curl: make use of CURLINFO_RETRY_AFTER when retryingDaniel Stenberg2019-08-071-0/+3
* CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg2019-08-074-0/+68
* docs/ALTSVC.md: first basic file format descriptionDaniel Stenberg2019-08-071-0/+21
* curl.h: add CURL_HTTP_VERSION_3 to the version enumDaniel Stenberg2019-08-071-0/+1
* examples: Added SASL PLAIN authorisation identity (authzid) examplesSteve Holme2019-08-064-2/+304
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-08-062-0/+12
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-08-064-0/+68
* docs/HTTP3: refreshed as it is now in master and HTTP/3 can be testedDaniel Stenberg2019-08-061-14/+14
* curl_multi_poll: a sister to curl_multi_wait() that waits moreDaniel Stenberg2019-08-062-0/+111
* http09: disable HTTP/0.9 by default in both tool and libraryDaniel Stenberg2019-08-063-22/+6
* ROADMAP: parallel transfers are merged nowDaniel Stenberg2019-07-311-10/+0
* HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknownBalazs Kovacsics2019-07-291-2/+3
* examples: Avoid reserved names in hiperfifo examplesBrad Spencer2019-07-252-33/+29