Age | Commit message (Expand) | Author |
2016-12-17 | cmdline-opts/gen.pl: trim off trailing spaces | Daniel Stenberg |
2016-12-17 | cmdline-opts/proxy-tlsuser.d: remove trailing .d | Daniel Stenberg |
2016-12-17 | curl_easy_setopt.3: CURLOPT_PRE_PROXY instead of CURLOPT_SOCKS_PROXY | Daniel Stenberg |
2016-12-17 | symbols: removed two, added one | Daniel Stenberg |
2016-12-17 | cmdline-opts: include the man page split up files in the dist | Daniel Stenberg |
2016-12-16 | curl.1: generated with gen.pl | Daniel Stenberg |
2016-12-16 | cmdline-opts: added some missing info | Daniel Stenberg |
2016-12-16 | CURLINFO_SSL_VERIFYRESULT.3: language | Daniel Stenberg |
2016-12-16 | HTTPS-PROXY docs: update/polish | Daniel Stenberg |
2016-12-16 | cmdline-opts/page-header: mention it is generated | Daniel Stenberg |
2016-12-16 | preproxy: renamed what was added as SOCKS_PROXY | Daniel Stenberg |
2016-12-16 | curl: normal socks proxies still use CURLOPT_PROXY | Daniel Stenberg |
2016-12-16 | CURLOPT_SOCKS_PROXYTYPE: removed | Daniel Stenberg |
2016-12-15 | curl_multi_socket.3: fix typo | Daniel Stenberg |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-12-11 | ISSUE_TEMPLATE: try mentioning known bugs/todo in new issue template | Daniel Stenberg |
2016-12-08 | RELEASE-NOTES: synced with 71a55534fa6 | Daniel Stenberg |
2016-12-07 | openssl: don't use OpenSSL's ERR_PACK. | Adam Langley |
2016-12-05 | test2032: Mark test as flaky | Dan Fandrich |
2016-12-03 | libcurl-multi.3: typo | Jeremy Pearson |
2016-12-02 | test1281: added http as a required feature | Dan Fandrich |
2016-12-02 | curl: support zero-length argument strings in config files | Daniel Stenberg |
2016-12-01 | http_proxy: simplify CONNECT response reading | Daniel Stenberg |
2016-12-01 | tests: fix CONNECT test cases to be more strict | Daniel Stenberg |
2016-12-01 | CONNECT: read responses one byte at a time | Daniel Stenberg |
2016-12-01 | CONNECT: reject TE or CL in 2xx responses | Daniel Stenberg |
2016-12-01 | URL parser: reject non-numerical port numbers | Daniel Stenberg |
2016-11-30 | runtests: made Servers: output be more consistent by removing OFF | Dan Fandrich |
2016-11-30 | cyassl: fixed typo introduced in 4f8b1774 | Dan Fandrich |
2016-11-30 | CURLOPT_CONNECT_TO: Skip non-matching "connect-to" entries properly | Michael Kaufmann |
2016-11-29 | BUGS: describe bug handling process | Daniel Stenberg |
2016-11-28 | RELEASE-NOTES: synced with 19613fb3 | Daniel Stenberg |
2016-11-28 | http2: check nghttp2_session_set_local_window_size exists | Jay Satiro |
2016-11-28 | http2: Fix crashes when parent stream gets aborted | Anders Bakken |
2016-11-28 | cmdline-docs: more options converted and fixed | Daniel Stenberg |
2016-11-28 | gen: include footer in mainpage output | Daniel Stenberg |
2016-11-28 | lib1536: checksrc compliance | Jay Satiro |
2016-11-28 | cmdline-opts: more command line options documented | Daniel Stenberg |
2016-11-28 | curl: remove --proxy-ssl* options | Daniel Stenberg |
2016-11-27 | CURLOPT_PROXY_*.3: polished some proxy option man pages | Daniel Stenberg |
2016-11-26 | os400: support CURLOPT_PROXY_PINNEDPUBLICKEY | Patrick Monnerat |
2016-11-26 | curl_version_info: add CURL_VERSION_HTTPS_PROXY | Okhin Vasilij |
2016-11-26 | tests: Add some testcases for recent new features. | Frank Gevaerts |
2016-11-26 | curl_easy_reset: clear info for CULRINFO_PROTOCOL and CURLINFO_SCHEME | Frank Gevaerts |
2016-11-25 | CURLOPT_PROXY_CAINFO.3: clarify proxy use | Daniel Stenberg |
2016-11-25 | CURLOPT_PROXY_CRLFILE.3: clarify https proxy and availability | Daniel Stenberg |
2016-11-25 | curl_easy_setopt.3: add CURLOPT_PROXY_PINNEDPUBLICKEY | Daniel Stenberg |
2016-11-25 | docs: include all opts man pages in dist | Daniel Stenberg |
2016-11-25 | HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY | Thomas Glanzmann |