Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-21 | docs: split file lists into Makefile.inc | Peter Wu | |
For easier sharing with CMake. The contents were reformatted to use two-space indent and expanded tabs (matching lib/Makefile.common). Ref: https://github.com/curl/curl/pull/1288 | |||
2017-03-21 | examples: comment typos in http2 examples | Daniel Stenberg | |
2017-03-21 | CONTRIBUTE: mention referring to github issues in commit msgs | Daniel Stenberg | |
2017-03-16 | CURLINFO_LOCAL_PORT.3: fix typo | Jay Satiro | |
2017-03-16 | CURLINFO_LOCAL_PORT.3: added example | Daniel Stenberg | |
2017-03-16 | SSLCERTS.md: mention HTTPS proxies and their separate options | Daniel Stenberg | |
2017-03-15 | BINDINGS: a Delphi binding | Daniel Stenberg | |
2017-03-14 | KNOWN_BUGS: remove libidn related issue | Daniel Stenberg | |
... as we no longer use libidn | |||
2017-03-13 | RELEASE-NOTES: synced with c25e0761d0fc49c4 | Daniel Stenberg | |
2017-03-13 | make: regenerate docs/curl.1 by runinng make in docs | Daniel Stenberg | |
... previously, docs/ was only a dist subdir, now also a build subdir. Reported-by: Dan Fandrich Bug: https://curl.haxx.se/mail/lib-2017-03/0017.html | |||
2017-03-12 | url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS | Desmond O. Chang | |
- Add new option CURLOPT_SUPPRESS_CONNECT_HEADERS to allow suppressing proxy CONNECT response headers from the user callback functions CURLOPT_HEADERFUNCTION and CURLOPT_WRITEFUNCTION. - Add new tool option --suppress-connect-headers to expose CURLOPT_SUPPRESS_CONNECT_HEADERS and allow suppressing proxy CONNECT response headers from --dump-header and --include. Assisted-by: Jay Satiro Assisted-by: CarloCannas@users.noreply.github.com Closes https://github.com/curl/curl/pull/783 | |||
2017-03-11 | cmdline-opts: fixed a few typos | Dan Fandrich | |
2017-03-09 | tls-max.d: added to the makefile | Dan Fandrich | |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik | |
This commit introduces the CURL_SSLVERSION_MAX_* constants as well as the --tls-max option of the curl tool. Closes https://github.com/curl/curl/pull/1166 | |||
2017-03-08 | MANPAGE: clarify the dash situation in meta data | Daniel Stenberg | |
2017-03-08 | insecure.d: clarify that this is for server connections | Daniel Stenberg | |
Assisted-by: Ray Satiro Bug: https://curl.haxx.se/mail/lib-2017-03/0002.html | |||
2017-03-07 | maketgz: Run updatemanpages.pl to update man pages | Steve Brokenshire | |
maketgz now runs scripts/updatemanpages.pl to update the man pages .TH section to use the current date and curl/libcurl version. (TODO Section 3.1) Closes #1058 | |||
2017-03-07 | gitignore: Ignore man page dist files | Steve Brokenshire | |
Ignore man page dist files generated by scripts/updatemanpages.pl | |||
2017-03-07 | Makefile.am: Remove distribution man pages when running 'make clean' | Steve Brokenshire | |
2017-03-06 | KNOWN_BUGS: Add DarwinSSL won't import PKCS#12 without a password | Jay Satiro | |
Bug: https://github.com/curl/curl/issues/1308 Reported-by: Justin Clift | |||
2017-03-06 | BINDINGS: update the Lua-cURL URL | Daniel Stenberg | |
2017-03-06 | BINDINGS: add Scilab binding | Sylvestre Ledru | |
Closes #1312 | |||
2017-03-06 | BINDINGS: add go-curl and perl6-net-curl | Daniel Stenberg | |
Reported-by: Peter Pentchev | |||
2017-03-06 | BINDINGS: add misssing C++ bindings | Daniel Stenberg | |
Reported-by: Giuseppe Persico | |||
2017-03-05 | CMake: Set at most one SSL library | Michael Maltese | |
Ref: https://github.com/curl/curl/pull/1228 | |||
2017-03-04 | CURLOPT_SSL_CTX_FUNCTION.3: Fix EXAMPLE formatting errors | Jay Satiro | |
.. also document that CURLE_NOT_BUILT_IN is a RETURN VALUE. Ref: https://github.com/curl/curl/pull/1290 | |||
2017-03-04 | fix some typos in the doc (#1306) | Sylvestre Ledru | |
2017-03-03 | no-keepalive.d: fix typo | c4rlo | |
Closes https://github.com/curl/curl/pull/1301 | |||
2017-03-02 | darwinssl: Warn that disabling host verify also disables SNI | JDepooter | |
In DarwinSSL the SSLSetPeerDomainName function is used to enable both sending SNI and verifying the host. When host verification is disabled the function cannot be called, therefore SNI is disabled as well. Closes https://github.com/curl/curl/pull/1240 | |||
2017-02-25 | docs: de-duplicate file lists in the Makefiles | Peter Wu | |
Make use of macro substitution of suffix patterns to remove duplication of manual names. This approach is portable according to http://pubs.opengroup.org/onlinepubs/009695399/utilities/make.html Closes https://github.com/curl/curl/pull/1287 | |||
2017-02-24 | release: 7.53.1 | Daniel Stenberg | |
2017-02-23 | TODO: "OPTIONS *" | Daniel Stenberg | |
Closes #1280 | |||
2017-02-23 | THANKS-filter: shachaf | Daniel Stenberg | |
2017-02-22 | docs: gitignore curl.1 | Jay Satiro | |
curl.1 is generated by the cmdline-opts script since 4c49b83. | |||
2017-02-22 | TODO: HTTP Digest using SHA-256 | Daniel Stenberg | |
2017-02-22 | TODO: brotli is deployed widely now | Daniel Stenberg | |
2017-02-21 | url: Improve CURLOPT_PROXY_CAPATH error handling | Jay Satiro | |
- Change CURLOPT_PROXY_CAPATH to return CURLE_NOT_BUILT_IN if the option is not supported, which is the same as what we already do for CURLOPT_CAPATH. - Change the curl tool to handle CURLOPT_PROXY_CAPATH error CURLE_NOT_BUILT_IN as a warning instead of as an error, which is the same as what we already do for CURLOPT_CAPATH. - Fix CAPATH docs to show that CURLE_NOT_BUILT_IN is returned when the respective CAPATH option is not supported by the SSL library. Ref: https://github.com/curl/curl/pull/1257 | |||
2017-02-22 | release: 7.53.0 | Daniel Stenberg | |
2017-02-20 | TODO: CURLOPT_RESOLVE for any port number | Daniel Stenberg | |
Closes #1264 | |||
2017-02-20 | examples/multi-uv: checksrc compliance | Jay Satiro | |
2017-02-18 | docs: fix timeout handling in multi-uv example | Michael Kaufmann | |
2017-02-16 | RELEASE-PROCEDURE: update the upcoming release calendar | Daniel Stenberg | |
2017-02-15 | TODO: consider file name from the redirected URL with -O ? | Daniel Stenberg | |
It isn't easily solved, but with some thinking someone could probably come up with a working approach? Closes #1241 | |||
2017-02-15 | axtls: adapt to API changes | Daniel Stenberg | |
Builds with axTLS 2.1.2. This then also breaks compatibility with axTLS < 2.1.0 (the older API) ... and fix the session_id mixup brought in 04b4ee549 Fixes #1220 | |||
2017-02-10 | cmdline-opts/page-footer: ftp.sunet.se is no longer an FTP mirror | Daniel Stenberg | |
2017-02-09 | cmdline-opts/socks*: Mention --preproxy in --socks* opts | Jay Satiro | |
- Document in --socks* opts they're still mutually exclusive of --proxy. Partial revert of 423a93c; I had misinterpreted the SOCKS proxy + HTTP/HTTPS proxy combination. - Document in --socks* opts that --preproxy can be used to specify a SOCKS proxy at the same time --proxy is used with an HTTP/HTTPS proxy. | |||
2017-02-09 | CURLOPT_SSL_VERIFYPEER.3: also the https proxy version | Daniel Stenberg | |
2017-02-09 | examples/multithread.c: link to our multi-thread docs | Daniel Stenberg | |
... instead of the OpenSSL mutex page. | |||
2017-02-07 | THANKS-filter: polish some recent contributors | Daniel Stenberg | |
2017-02-06 | cmdline-opts: Fixed build and test in out of source tree builds | Dan Fandrich | |