summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* http2: Fix crashes when parent stream gets abortedAnders Bakken2016-11-284-3/+97
* cmdline-docs: more options converted and fixedDaniel Stenberg2016-11-2851-31/+625
* gen: include footer in mainpage outputDaniel Stenberg2016-11-282-1/+228
* lib1536: checksrc complianceJay Satiro2016-11-281-1/+2
* cmdline-opts: more command line options documentedDaniel Stenberg2016-11-2846-0/+472
* curl: remove --proxy-ssl* optionsDaniel Stenberg2016-11-283-20/+0
* CURLOPT_PROXY_*.3: polished some proxy option man pagesDaniel Stenberg2016-11-273-25/+26
* os400: support CURLOPT_PROXY_PINNEDPUBLICKEYPatrick Monnerat2016-11-263-0/+6
* curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij2016-11-2612-3/+36
* tests: Add some testcases for recent new features.Frank Gevaerts2016-11-268-3/+483
* curl_easy_reset: clear info for CULRINFO_PROTOCOL and CURLINFO_SCHEMEFrank Gevaerts2016-11-261-0/+3
* 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-2512-13/+147
* url: proxy: Use 443 as default port for https proxiesThomas Glanzmann2016-11-253-2/+11
* TODO: removed "HTTPS proxy"Daniel Stenberg2016-11-251-11/+0
* winbuild: add config option ENABLE_NGHTTP2Jan-E2016-11-252-0/+28
* tool_urlglob: Improve sanity check in glob_rangeJay Satiro2016-11-241-1/+1
* tool_help: Change description for --retry-connrefusedJay Satiro2016-11-241-2/+1
* os400: sync ILE/RPG bindingPatrick Monnerat2016-11-253-11/+16
* test1135: Fix curl_easy_duphandle prototype for code styleJay Satiro2016-11-241-1/+1
* x509asn1: Restore the parameter check in Curl_getASN1ElementJay Satiro2016-11-241-5/+5
* RELEASE-NOTES: update option countersDaniel Stenberg2016-11-251-2/+2
* add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts2016-11-2510-4/+150
* RELEASE-NOTES: synced with 63198a4750aebDaniel Stenberg2016-11-251-5/+27
* curl.1: the new --proxy options ship in 7.52.0Daniel Stenberg2016-11-251-17/+17
* checksrc: move open braces to comply with function declaration styleDaniel Stenberg2016-11-2413-72/+85
* checksrc: detect wrongly placed open braces in func declarationsDaniel Stenberg2016-11-241-0/+13
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-2443-101/+105
* checksrc: verify ASTERISKNOSPACEDaniel Stenberg2016-11-241-3/+10
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-2468-330/+331
* checksrc: add ASTERISKSPACEDaniel Stenberg2016-11-241-1/+8
* openssl: remove dead codeDaniel Stenberg2016-11-241-1/+1
* HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij2016-11-2430-135/+159
* darwinssl: adopted to the HTTPS proxy changesDaniel Stenberg2016-11-241-151/+153
* gtls: fix indent to silence compiler warningDaniel Stenberg2016-11-241-1/+1
* mbedtls: Fix compile errorsThomas Glanzmann2016-11-241-22/+23
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-2476-960/+3411
* Declare endian read functions argument as a const pointer.Patrick Monnerat2016-11-243-25/+25
* Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.Patrick Monnerat2016-11-245-25/+47
* url: Fix conn reuse for local ports and interfacesJay Satiro2016-11-221-3/+2
* rand: pass in number of randoms as an unsigned argumentDaniel Stenberg2016-11-212-3/+5
* rand: Fix potentially uninitialized result warningJay Satiro2016-11-201-1/+1
* vtls: fix build warningsMarcel Raad2016-11-192-3/+3
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-1818-54/+54
* Don't mix unix domain sockets with regular onesIsaac Boukris2016-11-172-5/+35
* tests: Fix HTTP2-Settings header for huge window sizeJay Satiro2016-11-172-2/+2
* http2: Use huge HTTP/2 windowsJay Satiro2016-11-162-10/+13