summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-218-0/+170
* docs/PARALLEL-TRANSFERS: correct the version numberDaniel Stenberg2019-07-201-1/+1
* docs/PARALLEL-TRANSFERS: addedDaniel Stenberg2019-07-202-0/+59
* curl: support parallel transfersDaniel Stenberg2019-07-203-1/+20
* docs/MANUAL.md: converted to markdown from plain textDaniel Stenberg2019-07-202-1058/+1011
* curl_version_info: provide nghttp2 detailsDaniel Stenberg2019-07-201-0/+1
* THANKS: 7.65.3 statusDaniel Stenberg2019-07-191-0/+1
* THANKS: add contributors from 7.65.2Daniel Stenberg2019-07-171-0/+25
* CURLOPT_RANGE.3: Caution against using it for HTTP PUTJay Satiro2019-07-171-0/+8
* CURLOPT_SEEKDATA.3: fix variable nameStefano Simonelli2019-07-171-1/+1
* CIPHERS.md: Explain Schannel error SEC_E_ALGORITHM_MISMATCHgeorgeok2019-07-171-0/+6
* docs: Explain behavior change in --tlsv1. options since 7.54Jay Satiro2019-07-175-0/+22
* libcurl: Restrict redirect schemes (follow-up)Jay Satiro2019-07-174-11/+14
* test1173: make it also check all libcurl option man pagesDaniel Stenberg2019-07-166-38/+34
* docs: Fix missing lines caused by undefined macrosBjarni Ingi Gislason2019-07-153-3/+3
* libcurl-security.3: update to new CURLOPT_REDIR_PROTOCOLS defaultsDaniel Stenberg2019-07-141-3/+3
* DEPRECATE: fixup versions and spellingDaniel Gustafsson2019-07-111-3/+4
* CURLOPT_HEADEROPT.3: Fix exampleCaleb Raitto2019-07-061-0/+2
* doh-url.d: added in 7.62.0Daniel Stenberg2019-07-041-0/+1
* docs: Fix links to OpenSSL docsJay Satiro2019-06-302-5/+6
* curl_multi_wait.3: escape backslash in exampleGaël PORTAY2019-06-261-1/+1
* docs: fix string suggesting HTTP/2 is not the defaultNiklas Hambüchen2019-06-251-3/+1
* KNOWN_BUGS: Don't clear digest for single realmDaniel Stenberg2019-06-241-0/+5
* KNOWN_BUGS: Schannel disable CURLOPT_SSL_VERIFYPEER and verify hostnameDaniel Stenberg2019-06-241-0/+6
* CURLMOPT_SOCKETFUNCTION.3: fix typoDaniel Gustafsson2019-06-241-1/+1
* typecheck: CURLOPT_CONNECT_TO takes an slist tooDaniel Stenberg2019-06-201-0/+1
* quote.d: asterisk prefix works for SFTP as wellDaniel Stenberg2019-06-131-3/+4
* CURLMOPT_SOCKETFUNCTION.3: clarifiedDaniel Stenberg2019-06-102-76/+26
* CURLOPT_CAINFO.3: polished wordingDaniel Stenberg2019-06-101-11/+9
* wolfssl: refer to it as wolfSSL onlyDaniel Stenberg2019-06-106-22/+21
* libcurl-tutorial.3: Fix small typo (mutipart -> multipart)Sorcus2019-06-091-3/+3
* examples/htmltitle: use C++ casts between pointer typesMarcel Raad2019-06-051-7/+7
* examples/fopen: fix comparisonMarcel Raad2019-06-051-1/+1
* build: fix Codacy warningsMarcel Raad2019-06-052-7/+6
* THANKS: new contributors from 7.65.1Daniel Stenberg2019-06-041-0/+12
* curl_share_setopt.3: improve wording [ci ship]Daniel Stenberg2019-06-041-3/+3
* TODO: "at least N milliseconds between requests" [ci skip]Daniel Stenberg2019-06-031-5/+10
* tls13-docs: mention it is only for OpenSSL >= 1.1.1Daniel Stenberg2019-06-025-2/+19
* dump-header.d: spell out that no headers == empty file [ci skip]Daniel Stenberg2019-06-011-0/+2
* nss: allow to specify TLS 1.3 ciphers if supported by NSSHubert Kario2019-05-271-0/+6
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-2510-384/+2
* FAQ: more minor updates and spelling fixesdbrowndan2019-05-251-16/+15
* examples: Added SASL PLAIN authorisation identity (authzid) examplesSteve Holme2019-05-224-2/+304
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-05-222-0/+12
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-05-224-0/+68
* examples: fix "clarify calculation precedence" warningsMarcel Raad2019-05-224-15/+18
* hiperfifo: remove unused variableMarcel Raad2019-05-221-1/+0
* examples: remove dead variable storesMarcel Raad2019-05-224-35/+34