summaryrefslogtreecommitdiff
path: root/docs/libcurl
Commit message (Expand)AuthorAgeFilesLines
* docs: clarify MAX_SEND/RECV_SPEED functionalityDaniel Stenberg2020-08-152-4/+17
* copyright: update/correct the year range on a few filesDaniel Stenberg2020-08-141-1/+1
* KNOWN_BUGS: A shared connection cache is not thread-safeDaniel Stenberg2020-08-121-4/+4
* TLS naming: fix more Winssl and Darwinssl leftoversDaniel Stenberg2020-08-083-4/+4
* docs: add date of 7.20 to CURLM_CALL_MULTI_PERFORM mentionsdivinity762020-07-302-2/+2
* CURLOPT_NOBODY.3: fix the syntax for referring to optionsDaniel Stenberg2020-07-271-3/+3
* CURLOPT_NOBODY.3: clarify what setting to 0 meansDaniel Stenberg2020-07-271-6/+16
* docs: Update a few leftover mentions of DarwinSSLDaniel Gustafsson2020-07-163-5/+5
* CURL_PUSH_ERROROUT: allow the push callback to fail the parent streamDaniel Stenberg2020-07-162-0/+4
* CURLINFO_EFFECTIVE_METHOD: addedDaniel Stenberg2020-07-144-0/+73
* windows: add unicode to feature listViktor Szakats2020-07-142-0/+4
* content_encoding: add zstd decoding supportGilles Vollant2020-07-123-4/+15
* CURLINFO_CERTINFO.3: fix typoFilip Salomonsson2020-07-061-2/+2
* curl_version_info.3: CURL_VERSION_KERBEROS4 is deprecatedDaniel Stenberg2020-07-031-1/+1
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-2883-94/+94
* CURLOPT_READFUNCTION.3: provide the upload data size up frontDaniel Stenberg2020-06-261-1/+6
* openssl: Don't ignore CA paths when using Windows CA storeJay Satiro2020-06-221-2/+3
* ABI.md: rename to .md and polish the markdownDaniel Stenberg2020-06-122-19/+14
* wording: avoid blacklist/whitelist stereotypesDaniel Stenberg2020-06-105-21/+21
* CURLINFO_ACTIVESOCKET.3: clarify the descriptionDaniel Stenberg2020-06-051-9/+11
* setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherencyGilles Vollant2020-05-235-0/+166
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-159-4/+395
* OpenSSL: have CURLOPT_CRLFILE imply CURLSSLOPT_NO_PARTIALCHAINDaniel Stenberg2020-05-131-5/+8
* CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant2020-05-082-0/+5
* doc: add missing closing parenthesis in CURLINFO_SSL_VERIFYRESULT.3Emil Engler2020-05-021-1/+1
* GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULTEmil Engler2020-04-301-1/+1
* copyright updates: adjust year rangesDaniel Stenberg2020-04-261-1/+1
* libcurl-multi.3: added missing full stopi-ky2020-04-231-1/+1
* mqtt: add new experimental protocolBjorn Stenberg2020-04-142-1/+2
* CURLOPT_WRITEFUNCTION.3: add inline example and new see-alsoDaniel Stenberg2020-04-071-4/+33
* cleanup: correct copyright year range on a few filesDaniel Stenberg2020-04-061-1/+1
* CURLINFO_CONDITION_UNMET: return true for 304 http status codeKwon-Young Choi2020-04-052-3/+5
* curl.h: remnove CURL_VERSION_ESNI. Never supported nor documentedDaniel Stenberg2020-03-291-1/+0
* version: add 'cainfo' and 'capath' to version info structDaniel Stenberg2020-03-272-10/+16
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-24120-142/+200
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-183-0/+14
* multi: Improve parameter check for curl_multi_remove_handleJay Satiro2020-03-181-2/+2
* docs: add warnings about FILE: URLs on WindowsDaniel Stenberg2020-03-132-2/+32
* curl_share_setopt.3: Note sharing cookies doesn't enable the engineJay Satiro2020-03-061-0/+2
* polarssl: remove more references and mentionsDaniel Stenberg2020-03-054-15/+12
* curl_escape.3: Add a link to curl_freeJay Satiro2020-03-021-1/+1
* curl_getenv.3: Fix the memory handling descriptionJay Satiro2020-03-021-4/+4
* docs: fix typo on CURLINFO_RETRY_AFTER - alwaus -> alwaysJonathan Cardoso Machado2020-02-291-1/+1
* CURLOPT_REDIR_PROTOCOLS.3: update the DEFAULT sectionDaniel Stenberg2020-02-181-2/+5
* CURLINFO_COOKIELIST.3: Fix exampleJay Satiro2020-02-151-3/+3
* CURLOPT_ALTSVC_CTRL.3: fix the DEFAULT wordingDaniel Stenberg2020-02-111-2/+5
* altsvc: keep a copy of the file name to survive handle resetDaniel Stenberg2020-02-091-2/+3
* location.d: the method change is from POST to GET onlyDaniel Stenberg2020-01-281-2/+2
* curl.h: define CURL_WIN32 on windowsDaniel Stenberg2020-01-271-1/+2
* global_init: assume the EINTR bit by defaultDaniel Stenberg2020-01-261-4/+6