summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* RELEASE-NOTES: synced with 71a55534fa6Daniel Stenberg2016-12-081-8/+19
* openssl: don't use OpenSSL's ERR_PACK.Adam Langley2016-12-071-2/+2
* test2032: Mark test as flakyDan Fandrich2016-12-051-0/+1
* libcurl-multi.3: typoJeremy Pearson2016-12-031-1/+1
* test1281: added http as a required featureDan Fandrich2016-12-021-0/+3
* curl: support zero-length argument strings in config filesDaniel Stenberg2016-12-022-11/+7
* http_proxy: simplify CONNECT response readingDaniel Stenberg2016-12-012-176/+149
* tests: fix CONNECT test cases to be more strictDaniel Stenberg2016-12-016-4/+6
* CONNECT: read responses one byte at a timeDaniel Stenberg2016-12-011-14/+7
* CONNECT: reject TE or CL in 2xx responsesDaniel Stenberg2016-12-014-11/+22
* URL parser: reject non-numerical port numbersDaniel Stenberg2016-12-013-2/+42
* runtests: made Servers: output be more consistent by removing OFFDan Fandrich2016-11-301-1/+1
* cyassl: fixed typo introduced in 4f8b1774Dan Fandrich2016-11-301-1/+0
* CURLOPT_CONNECT_TO: Skip non-matching "connect-to" entries properlyMichael Kaufmann2016-11-304-4/+128
* BUGS: describe bug handling processDaniel Stenberg2016-11-291-2/+103
* RELEASE-NOTES: synced with 19613fb3Daniel Stenberg2016-11-281-10/+19
* http2: check nghttp2_session_set_local_window_size existsJay Satiro2016-11-281-0/+6
* 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