aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-17cmdline-opts/gen.pl: trim off trailing spacesDaniel Stenberg
2016-12-17cmdline-opts/proxy-tlsuser.d: remove trailing .dDaniel Stenberg
2016-12-17curl_easy_setopt.3: CURLOPT_PRE_PROXY instead of CURLOPT_SOCKS_PROXYDaniel Stenberg
2016-12-17symbols: removed two, added oneDaniel Stenberg
2016-12-17cmdline-opts: include the man page split up files in the distDaniel Stenberg
2016-12-16curl.1: generated with gen.plDaniel Stenberg
2016-12-16cmdline-opts: added some missing infoDaniel Stenberg
2016-12-16CURLINFO_SSL_VERIFYRESULT.3: languageDaniel Stenberg
2016-12-16HTTPS-PROXY docs: update/polishDaniel Stenberg
2016-12-16cmdline-opts/page-header: mention it is generatedDaniel Stenberg
2016-12-16preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg
2016-12-16curl: normal socks proxies still use CURLOPT_PROXYDaniel Stenberg
2016-12-16CURLOPT_SOCKS_PROXYTYPE: removedDaniel Stenberg
2016-12-15curl_multi_socket.3: fix typoDaniel Stenberg
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-12-11ISSUE_TEMPLATE: try mentioning known bugs/todo in new issue templateDaniel Stenberg
2016-12-08RELEASE-NOTES: synced with 71a55534fa6Daniel Stenberg
2016-12-07openssl: don't use OpenSSL's ERR_PACK.Adam Langley
2016-12-05test2032: Mark test as flakyDan Fandrich
2016-12-03libcurl-multi.3: typoJeremy Pearson
2016-12-02test1281: added http as a required featureDan Fandrich
2016-12-02curl: support zero-length argument strings in config filesDaniel Stenberg
2016-12-01http_proxy: simplify CONNECT response readingDaniel Stenberg
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