aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-01tests: fix CONNECT test cases to be more strictDaniel Stenberg
2016-12-01CONNECT: read responses one byte at a timeDaniel Stenberg
2016-12-01CONNECT: reject TE or CL in 2xx responsesDaniel Stenberg
2016-12-01URL parser: reject non-numerical port numbersDaniel Stenberg
2016-11-30runtests: made Servers: output be more consistent by removing OFFDan Fandrich
2016-11-30cyassl: fixed typo introduced in 4f8b1774Dan Fandrich
2016-11-30CURLOPT_CONNECT_TO: Skip non-matching "connect-to" entries properlyMichael Kaufmann
2016-11-29BUGS: describe bug handling processDaniel Stenberg
2016-11-28RELEASE-NOTES: synced with 19613fb3Daniel Stenberg
2016-11-28http2: check nghttp2_session_set_local_window_size existsJay Satiro
2016-11-28http2: Fix crashes when parent stream gets abortedAnders Bakken
2016-11-28cmdline-docs: more options converted and fixedDaniel Stenberg
2016-11-28gen: include footer in mainpage outputDaniel Stenberg
2016-11-28lib1536: checksrc complianceJay Satiro
2016-11-28cmdline-opts: more command line options documentedDaniel Stenberg
2016-11-28curl: remove --proxy-ssl* optionsDaniel Stenberg
2016-11-27CURLOPT_PROXY_*.3: polished some proxy option man pagesDaniel Stenberg
2016-11-26os400: support CURLOPT_PROXY_PINNEDPUBLICKEYPatrick Monnerat
2016-11-26curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij
2016-11-26tests: Add some testcases for recent new features.Frank Gevaerts
2016-11-26curl_easy_reset: clear info for CULRINFO_PROTOCOL and CURLINFO_SCHEMEFrank Gevaerts
2016-11-25CURLOPT_PROXY_CAINFO.3: clarify proxy useDaniel Stenberg
2016-11-25CURLOPT_PROXY_CRLFILE.3: clarify https proxy and availabilityDaniel Stenberg
2016-11-25curl_easy_setopt.3: add CURLOPT_PROXY_PINNEDPUBLICKEYDaniel Stenberg
2016-11-25docs: include all opts man pages in distDaniel Stenberg
2016-11-25HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann
2016-11-25url: proxy: Use 443 as default port for https proxiesThomas Glanzmann
2016-11-25TODO: removed "HTTPS proxy"Daniel Stenberg
2016-11-25winbuild: add config option ENABLE_NGHTTP2Jan-E
2016-11-24tool_urlglob: Improve sanity check in glob_rangeJay Satiro
2016-11-24tool_help: Change description for --retry-connrefusedJay Satiro
2016-11-25os400: sync ILE/RPG bindingPatrick Monnerat
2016-11-24test1135: Fix curl_easy_duphandle prototype for code styleJay Satiro
2016-11-24x509asn1: Restore the parameter check in Curl_getASN1ElementJay Satiro
2016-11-25RELEASE-NOTES: update option countersDaniel Stenberg
2016-11-25add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts
2016-11-25RELEASE-NOTES: synced with 63198a4750aebDaniel Stenberg
2016-11-25curl.1: the new --proxy options ship in 7.52.0Daniel Stenberg
2016-11-24checksrc: move open braces to comply with function declaration styleDaniel Stenberg
2016-11-24checksrc: detect wrongly placed open braces in func declarationsDaniel Stenberg
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-11-24checksrc: verify ASTERISKNOSPACEDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-24checksrc: add ASTERISKSPACEDaniel Stenberg
2016-11-24openssl: remove dead codeDaniel Stenberg
2016-11-24HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij
2016-11-24darwinssl: adopted to the HTTPS proxy changesDaniel Stenberg
2016-11-24gtls: fix indent to silence compiler warningDaniel Stenberg
2016-11-24mbedtls: Fix compile errorsThomas Glanzmann
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov