summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_PROXY_*.3: polished some proxy option man pagesDaniel Stenberg2016-11-273-25/+26
* CURLOPT_PROXY_CAINFO.3: clarify proxy useDaniel Stenberg2016-11-251-7/+13
* CURLOPT_PROXY_CRLFILE.3: clarify https proxy and availabilityDaniel Stenberg2016-11-251-3/+7
* docs: include all opts man pages in distDaniel Stenberg2016-11-251-5/+60
* HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann2016-11-251-0/+99
* url: proxy: Use 443 as default port for https proxiesThomas Glanzmann2016-11-251-1/+2
* add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts2016-11-252-0/+114
* HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij2016-11-2419-22/+20
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-2420-0/+1164
* docs: the next release will be 7.52.0Kamil Dudka2016-11-151-1/+1
* vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka2016-11-071-0/+2
* CURLMOPT_MAX_PIPELINE_LENGTH.3: Clarify it's not for HTTP/2Jay Satiro2016-10-271-2/+2
* s/cURL/curlDaniel Stenberg2016-10-182-4/+4
* dist: remove PDF and HTML converted docs from the releasesDaniel Stenberg2016-10-101-1/+1
* CURLOPT_DEBUGFUNCTION.3: unused argument warning (#1056)Rainer Müller2016-10-061-0/+1
* CURLOPT_KEEP_SENDING_ON_ERROR.3: mention when it is addedDaniel Stenberg2016-10-041-3/+3
* New libcurl option to keep sending on errorMichael Kaufmann2016-09-223-1/+56
* docs: Remove that --proto is just used for initial retrievalJay Satiro2016-09-211-0/+3
* CURLOPT_PINNEDPUBLICKEY.3: fix the AVAILABILITY formattingJay Satiro2016-09-181-2/+11
* speed caps: not based on average speeds anymoreOlivier Brunel2016-09-042-6/+5
* CURLMOPT_PIPELINING.3: languageDaniel Stenberg2016-09-011-1/+1
* CURLMOPT_PIPELINING.3: extended and clarifiedDaniel Stenberg2016-09-011-14/+26
* darwinssl: add documentation stating that the --cainfo option is intended for...Nick Zitzmann2016-08-281-0/+6
* CURLMOPT_MAX_TOTAL_CONNECTIONS.3: mention it can also multiplexDaniel Stenberg2016-08-191-2/+2
* CURLOPT_PROXY.3: unsupported schemes cause errors nowDaniel Stenberg2016-08-151-3/+5
* CURLOPT_TCP_NODELAY: now enabled by defaultDaniel Stenberg2016-08-051-6/+6
* docs: distribute the CURLINFO_HTTP_VERSION(3) man page, tooKamil Dudka2016-07-211-0/+1
* CURLMOPT_SOCKETFUNCTION.3: fix typoTimothy Polich2016-07-141-1/+1
* CURLOPT_POSTFIELDS.3: Clarify what happens when set emptyJay Satiro2016-06-111-7/+6
* schannel: add CURLOPT_CERTINFO supportAndrew Kurushin2016-06-011-3/+3
* http: add CURLINFO_HTTP_VERSION and %{http_version}Frank Gevaerts2016-05-301-0/+56
* CURLOPT_CONNECT_TO.3: user must not free the list prematurelyMichael Kaufmann2016-05-201-0/+5
* CURLOPT_RESOLVE.3: fix typoFrank Gevaerts2016-05-171-1/+1
* docs: CURLOPT_RESOLVE overrides CURLOPT_IPRESOLVEDaniel Stenberg2016-05-171-2/+4
* CURLOPT_HTTPPOST.3: the data needs to be around while in useDaniel Stenberg2016-05-171-3/+4
* docs: unified man page references to use \fIDaniel Stenberg2016-05-026-12/+12
* CURLOPT_ACCEPT_ENCODING.3: Follow-up clarificationIsaac Boukris2016-05-011-3/+4
* CURLOPT_CONV_TO_NETWORK_FUNCTION.3: fix bad man page referenceDaniel Stenberg2016-05-011-2/+2
* CURLOPT_BUFFERSIZE.3: fix reference to CURLOPT_MAX_RECV_SPEED_LARGEDaniel Stenberg2016-05-011-2/+2
* opts: fix broken/bad referencesDaniel Stenberg2016-05-015-12/+12
* docs: fix bugs in CURLOPT_HTTP_VERSION.3 and CURLOPT_PIPEWAIT.3Michael Kaufmann2016-05-012-3/+3
* CURLOPT_ACCEPT_ENCODING.3: clarifiedDaniel Stenberg2016-05-011-3/+13
* CURLINFO_TLS_SSL_PTR.3: Clarify SSL pointer availabilityJay Satiro2016-04-281-1/+2
* mbedtls: Fix session resumeJay Satiro2016-04-281-2/+2
* opts: Fix some syntax errors in example code fragmentsMichael Kaufmann2016-04-273-4/+6
* CURLINFO_TLS_SESSION.3: clarify TLS library support before 7.48.0Daniel Stenberg2016-04-261-1/+2
* PolarSSL: Implement public key pinningmoparisthebest2016-04-241-4/+10
* opts/Makefile.am: list all docs file one by oneDaniel Stenberg2016-04-191-382/+858
* connect: implement TCP Fast Open for LinuxAlessandro Ghedini2016-04-181-1/+2
* url: add CURLOPT_TCP_FASTOPEN optionAlessandro Ghedini2016-04-182-0/+49