summaryrefslogtreecommitdiff
path: root/docs/libcurl
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_BUFFERSIZE: support enlarging receive bufferremove-makefile-vc6Richy Kim2017-01-203-9/+12
* docs: non-blocking SSL handshake is now supported with NSSKamil Dudka2017-01-201-1/+0
* unix_socket: add support for abstract unix domain socketIsaac Boukris2017-01-134-0/+64
* docs: Add note about libcurl copying strings to CURLOPT_* manpagesFrank Gevaerts2017-01-1374-0/+222
* CURLOPT_PREQUOTE.3: takes a struct curl_slist*, not a char*Frank Gevaerts2017-01-131-1/+2
* wolfssl: support setting cipher listDan Fandrich2017-01-061-0/+3
* docs/libcurl: TCP_KEEPALIVE start and interval default to 60Jay Satiro2017-01-022-2/+4
* curl_formadd.3: CURLFORM_CONTENTSLENGTH not needed when chunkedDaniel Stenberg2016-12-281-2/+2
* docs/ciphers: link to our own new page about ciphersDaniel Stenberg2016-12-251-6/+2
* curl_easy_recv: Improve documentation and example programMichael Kaufmann2016-12-183-18/+35
* curl_easy_setopt.3: removed CURLOPT_SOCKS_PROXYTYPEDaniel Stenberg2016-12-171-2/+0
* curl_easy_setopt.3: CURLOPT_PRE_PROXY instead of CURLOPT_SOCKS_PROXYDaniel Stenberg2016-12-171-2/+2
* symbols: removed two, added oneDaniel Stenberg2016-12-171-3/+2
* CURLINFO_SSL_VERIFYRESULT.3: languageDaniel Stenberg2016-12-161-3/+3
* HTTPS-PROXY docs: update/polishDaniel Stenberg2016-12-1612-126/+129
* preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg2016-12-162-12/+16
* CURLOPT_SOCKS_PROXYTYPE: removedDaniel Stenberg2016-12-163-91/+10
* curl_multi_socket.3: fix typoDaniel Stenberg2016-12-151-1/+1
* libcurl-multi.3: typoJeremy Pearson2016-12-031-1/+1
* CURLOPT_PROXY_*.3: polished some proxy option man pagesDaniel Stenberg2016-11-273-25/+26
* curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij2016-11-262-0/+4
* 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
* curl_easy_setopt.3: add CURLOPT_PROXY_PINNEDPUBLICKEYDaniel Stenberg2016-11-251-0/+3
* docs: include all opts man pages in distDaniel Stenberg2016-11-251-5/+60
* HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann2016-11-252-0/+100
* 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-254-0/+122
* HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij2016-11-2420-42/+40
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-2423-0/+1223
* docs: the next release will be 7.52.0Kamil Dudka2016-11-152-2/+2
* curl_formadd.3: *_FILECONTENT and *_FILE need the file to be keptDaniel Stenberg2016-11-081-0/+4
* vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka2016-11-072-0/+3
* unescape: avoid integer overflowDaniel Stenberg2016-10-311-2/+5
* 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-102-3/+3
* 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-225-1/+59
* docs: Remove that --proto is just used for initial retrievalJay Satiro2016-09-211-0/+3
* curl_global_cleanup.3: don't unload the lib with sub threads runningDaniel Stenberg2016-09-201-2/+8
* CURLOPT_PINNEDPUBLICKEY.3: fix the AVAILABILITY formattingJay Satiro2016-09-181-2/+11
* errors: new alias CURLE_WEIRD_SERVER_REPLY (8)Jay Satiro2016-09-072-3/+3
* 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