Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-10 | TODO: Configurable loading of OpenSSL configuration file | Daniel Stenberg | |
Closes #2724 | |||
2018-07-10 | post303.d: clarify that this is an RFC violation | Daniel Stenberg | |
... and not the other way around, which this previously said. Reported-by: Vasiliy Faronov Fixes #2723 Closes #2726 | |||
2018-07-09 | examples: fix -Wformat warnings | Marcel Raad | |
When size_t is not a typedef for unsigned long (as usually the case on Windows), GCC emits -Wformat warnings when using lu and lx format specifiers with size_t. Silence them with explicit casts to unsigned long. Closes https://github.com/curl/curl/pull/2721 | |||
2018-07-06 | KNOWN_BUGS: Stick to same family over SOCKS proxy | Daniel Stenberg | |
2018-07-05 | KNOWN_BUGS: Borland support is dropped, AIX problem is too old | Daniel Stenberg | |
2018-07-05 | example/crawler.c: simple crawler based on libxml2 | Jeroen Ooms | |
Closes #2706 | |||
2018-07-02 | DEPRECATE: include year when specifying date | Daniel Stenberg | |
2018-07-02 | DEPRECATE: linkified | Daniel Stenberg | |
2018-07-02 | DEPRECATE: mention the PR that disabled axTLS | Daniel Stenberg | |
2018-07-02 | docs/DEPRECATE.md: spelling and minor formatting | Daniel Stenberg | |
2018-07-02 | DEPRECATE: new doc describing planned item removals | Daniel Stenberg | |
Closes #2704 | |||
2018-06-30 | docs: fix missed option name markups | Daniel Stenberg | |
2018-06-29 | openssl: make the requested TLS version the *minimum* wanted | Daniel Stenberg | |
The code treated the set version as the *exact* version to require in the TLS handshake, which is not what other TLS backends do and probably not what most people expect either. Reported-by: Andreas Olsson Assisted-by: Gaurav Malhotra Fixes #2691 Closes #2694 | |||
2018-06-29 | openssl: allow TLS 1.3 by default | Daniel Stenberg | |
Reported-by: Andreas Olsson Fixes #2692 Closes #2693 | |||
2018-06-28 | CURLINFO_TLS_SSL_PTR.3: improve the example | Adrian Peniak | |
The previous example was a little bit confusing, because SSL* structure (or other "in use" SSL connection pointer) is not accessible after the transfer is completed, therefore working with the raw TLS library specific pointer needs to be done during transfer. Closes #2690 | |||
2018-06-27 | GOVERNANCE: linkify, changed some titles | Daniel Stenberg | |
2018-06-27 | GOVERNANCE: add maintainer details/duties | Daniel Stenberg | |
2018-06-24 | CURLOPT_SSL_VERIFYPEER.3: fix syntax mistake | Daniel Stenberg | |
Follow-up to b6a16afa0aa5 | |||
2018-06-23 | CURLOPT_SSL_VERIFYPEER.3: Add performance note | Patrick Schlangen | |
Closes #2673 | |||
2018-06-18 | CURLOPT_INTERFACE.3: interface names not supported on Windows | Daniel Stenberg | |
2018-06-15 | docs/RELEASE-PROCEDURE.md: renamed to use .md extension | Daniel Stenberg | |
Closes #2663 | |||
2018-06-15 | RELEASE-PROCEDURE: gpg sign the tags | Daniel Stenberg | |
2018-06-15 | CURLOPT_HTTPAUTH.3: CURLAUTH_BEARER was added in 7.61.0 | Daniel Stenberg | |
2018-06-14 | GOVERNANCE.md: explains how this project is run | Daniel Stenberg | |
Closes #2657 | |||
2018-06-14 | KNOWN_BUGS: NTLM doen't support password with § character | Daniel Stenberg | |
Closes #2120 | |||
2018-06-14 | KNOWN_BUGS: slow connect to localhost on Windows | Daniel Stenberg | |
Closes #2281 | |||
2018-06-13 | TODO: "Option to refuse usernames in URLs" done | Daniel Stenberg | |
Implemented by Björn in 946ce5b61f | |||
2018-06-12 | schannel: support selecting ciphers | Robert Prag | |
Given the contstraints of SChannel, I'm exposing these as the algorithms themselves instead; while replicating the ciphersuite as specified by OpenSSL would have been preferable, I found no way in the SChannel API to do so. To use this from the commandline, you need to pass the names of contants defining the desired algorithms. For example, curl --ciphers "CALG_SHA1:CALG_RSA_SIGN:CALG_RSA_KEYX:CALG_AES_128:CALG_DH_EPHEM" https://github.com The specific names come from wincrypt.h Closes #2630 | |||
2018-06-11 | RELEASE-PROCEDURE: update the release calendar for 2019 | Daniel Stenberg | |
2018-06-05 | cmdline-opts/cert-type.d: mention "p12" as a recognized type as well | Daniel Stenberg | |
2018-06-03 | spelling fixes | Viktor Szakats | |
Detected using the `codespell` tool (version 1.13.0). Also secure and fix an URL. | |||
2018-06-02 | build: remove the Borland specific makefiles | Daniel Stenberg | |
According to the user survey 2018, not even one out of 670 users use them. Nobody on the mailing list spoke up for them either. Closes #2629 | |||
2018-06-01 | CURLOPT_RESOLVE: always purge old entry first | Alibek.Jorajev | |
If there's an existing entry using the selected name. Closes #2622 | |||
2018-05-31 | KNOWN_BUGS: CURL_GLOBAL_SSL | Daniel Stenberg | |
Closes #2276 | |||
2018-05-31 | option: disallow username in URL | Björn Stenberg | |
Adds CURLOPT_DISALLOW_USERNAME_IN_URL and --disallow-username-in-url. Makes libcurl reject URLs with a username in them. Closes #2340 | |||
2018-05-31 | libcurl-security.3: improved layout for two rememdy lists | Daniel Stenberg | |
2018-05-31 | libcurl-security.3: refer to URL instead of in-source markdown file | Daniel Stenberg | |
2018-05-29 | setopt: add TLS 1.3 ciphersuites | Daniel Stenberg | |
Adds CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS. curl: added --tls13-ciphers and --proxy-tls13-ciphers Fixes #2435 Reported-by: zzq1015 on github Closes #2607 | |||
2018-05-29 | INSTALL: LDFLAGS=-Wl,-R/usr/local/ssl/lib | Daniel Stenberg | |
... the older description doesn't work Reported-by: Peter Varga Fixes #2615 Closes #2616 | |||
2018-05-29 | KNOWN_BUGS: restore text regarding #2101. | Will Dietz | |
This was added earlier but appears to have been removed accidentally. AFAICT this is very much still an issue. ----- I say "accidentally" because the text seems to have harmlessly snuck into [1] (which makes no mention of it). [1] was later reverted for unspecified reasons in [2], presumably because the mentioned issue was fixed or invalid. [1] de9fac00c40db321d44fa6fbab6eb62ec4c83998 [2] 16d1f369403cbb04bd7b085eabbeebf159473fc2 Closes #2618 | |||
2018-05-28 | psl: use latest psl and refresh it periodically | Patrick Monnerat | |
The latest psl is cached in the multi or share handle. It is refreshed before use after 72 hours. New share lock CURL_LOCK_DATA_PSL controls the psl cache sharing. If the latest psl is not available, the builtin psl is used. Reported-by: Yaakov Selkowitz Fixes #2553 Closes #2601 | |||
2018-05-28 | cmdline-opts/gen.pl: warn if mutexes: or see-also: list non-existing options | Daniel Stenberg | |
2018-05-28 | curl.1: Fix cmdline-opts reference errors. | Frank Gevaerts | |
--data, --form, and --ntlm were declared to be mutually exclusive with non-existing options. --data and --form referred to --upload (which is short for --upload-file and therefore did work, so this one was merely a bit confusing), --ntlm referred to --negotiated instead of --negotiate. Closes #2612 | |||
2018-05-28 | docs: fix cmdline-opts metadata headers case consistency. | Frank Gevaerts | |
Almost all headers start with an uppercase letter, but some didn't. | |||
2018-05-24 | httpauth: add support for Bearer tokens | Linus Lewandowski | |
Closes #2102 | |||
2018-05-24 | TODO: CURLINFO_PAUSE_STATE | Daniel Stenberg | |
Closes #2588 | |||
2018-05-22 | CURLOPT_ACCEPT_ENCODING.3: add brotli and clarify a bit | Daniel Stenberg | |
2018-05-21 | KNOWN_BUGS: mention the -O with %-encoded file names | Daniel Stenberg | |
Closes #2573 | |||
2018-05-21 | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg | |
... and unify the source code to adhere. Closes #2563 | |||
2018-05-21 | curl: added --styled-output | Daniel Stenberg | |
It is enabled by default, so --no-styled-output will switch off the detection/use of bold headers. Closes #2538 |