Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-08 | RELEASE-NOTES: synced with 71a55534fa6 | Daniel Stenberg | |
2016-11-28 | RELEASE-NOTES: synced with 19613fb3 | Daniel Stenberg | |
2016-11-25 | RELEASE-NOTES: update option counters | Daniel Stenberg | |
2016-11-25 | RELEASE-NOTES: synced with 63198a4750aeb | Daniel Stenberg | |
2016-11-12 | RELEASE-NOTES: synced with 346340808c | Daniel Stenberg | |
2016-11-09 | RELEASE-NOTES: synced with dfcdaaba371e9a3 | Daniel Stenberg | |
2016-11-07 | curl: introduce the --tlsv1.3 option to force TLS 1.3 | Kamil Dudka | |
Fully implemented with the NSS backend only for now. Reviewed-by: Ray Satiro | |||
2016-11-07 | vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3 | Kamil Dudka | |
Fully implemented with the NSS backend only for now. Reviewed-by: Ray Satiro | |||
2016-11-07 | nss: map CURL_SSLVERSION_DEFAULT to NSS default | Kamil Dudka | |
... but make sure we use at least TLSv1.0 according to libcurl API Reported-by: Cure53 Reviewed-by: Ray Satiro | |||
2016-11-03 | bump: start working on 7.51.1 | Daniel Stenberg | |
2016-11-02 | RELEASE-NOTES: 7.51.0 | Daniel Stenberg | |
2016-10-31 | RELEASE-NOTES: synced with d14538d2501ef0da | Daniel Stenberg | |
2016-10-25 | nss: fix tight loop in non-blocking TLS handhsake over proxy | Martin Frodl | |
... in case the handshake completes before entering CURLM_STATE_PROTOCONNECT Bug: https://bugzilla.redhat.com/1388162 | |||
2016-10-24 | RELEASE-NOTES: synced with 50ee3aaf1a9b22d | Daniel Stenberg | |
2016-10-18 | RELEASE-NOTES: synced with f36f8c14551efc6772 | Daniel Stenberg | |
2016-10-16 | RELEASE-NOTES: synced with a1a5cd04877fd6fd | Daniel Stenberg | |
2016-10-10 | RELEASE-NOTES: spellfix | Daniel Stenberg | |
2016-10-10 | RELEASE-NOTES: synced with 82720490628cb53a | Daniel Stenberg | |
5 more fixes, 2 more contributors | |||
2016-10-04 | RELEASE-NOTES: synced with 8fd2a754f0de | Daniel Stenberg | |
2016-09-22 | nss: add chacha20-poly1305 cipher suites if supported by NSS | Kamil Dudka | |
2016-09-19 | RELEASE-NOTES: synced with 79607eec51055 | Daniel Stenberg | |
2016-09-14 | RELEASE-NOTES: reset and go toward 7.51.0 (again) | Daniel Stenberg | |
2016-09-14 | RELEASE-NOTES: curl 7.50.3 | Daniel Stenberg | |
2016-09-13 | RELEASE-NOTES: synced with 665694979b6 | Daniel Stenberg | |
2016-09-11 | RELEASE-NOTES: synced with 257bf3ac67eb6 | Daniel Stenberg | |
2016-09-07 | bump: toward 7.51.0 | Daniel Stenberg | |
2016-09-07 | RELEASE-NOTES: curl 7.50.2 release | Daniel Stenberg | |
2016-09-05 | RELEASE-NOTES: synced with 3d4c0c8b9bc1d | Daniel Stenberg | |
2016-08-27 | RELEASE-NOTES: Added missing fix from commit 15592143f | Steve Holme | |
2016-08-26 | nss: work around race condition in PK11_FindSlotByName() | Peter Wang | |
Serialise the call to PK11_FindSlotByName() to avoid spurious errors in a multi-threaded environment. The underlying cause is a race condition in nssSlot_IsTokenPresent(). Bug: https://bugzilla.mozilla.org/1297397 Closes #985 | |||
2016-08-26 | nss: refuse previously loaded certificate from file | Kamil Dudka | |
... when we are not asked to use a certificate from file | |||
2016-08-22 | RELEASE-NOTES: synced with 95ded2c56 | Daniel Stenberg | |
2016-08-15 | RELEASE-NOTES: synced with b7ee5316c2fd5b | Daniel Stenberg | |
2016-08-10 | RELEASE-NOTES: synced with e577c43bb5 | Daniel Stenberg | |
2016-08-05 | RELEASE-NOTES: synced with 7b4bf37a44791 | Daniel Stenberg | |
2016-08-03 | bump: start working toward 7.50.2 | Daniel Stenberg | |
2016-08-03 | RELEASE-NOTES: 7.50.1 | Daniel Stenberg | |
2016-08-01 | RELEASE-NOTES: synced with aa9f536a18b | Daniel Stenberg | |
2016-07-21 | tests: distribute the http2-server.pl script, too | Kamil Dudka | |
2016-07-21 | docs: distribute the CURLINFO_HTTP_VERSION(3) man page, too | Kamil Dudka | |
2016-07-21 | bump: start working on 7.50.1 | Daniel Stenberg | |
2016-07-21 | RELEASE-NOTES: version 7.50.0 ready | Daniel Stenberg | |
2016-07-19 | RELEASE-NOTES: synced with c50980807c5 | Daniel Stenberg | |
2016-06-27 | RELEASE-NOTES: synced with d61c80515aa8 | Daniel Stenberg | |
2016-06-21 | curl-compilers.m4: improve detection of GCC's -fvisibility= flag | Kamil Dudka | |
Some builds of GCC produce output on both stdout and stderr when --help --verbose is used. The 2>&1 redirection caused them to be arbitrarily interleaved with each other because of stream buffering. Consequently, grep failed to match the fvisibility= string in the mixed output, even though the string was present in GCC's standard output. This led to silently disabling symbol hiding in some builds of curl. | |||
2016-06-06 | RELEASE-NOTES: synced with 34855feeb4c299 | Daniel Stenberg | |
2016-06-03 | tool_urlglob: fix off-by-one error in glob_parse() | Kamil Dudka | |
... causing SIGSEGV while parsing URL with too many globs. Minimal example: $ curl $(for i in $(seq 101); do printf '{a}'; done) Reported-by: Romain Coltel Bug: https://bugzilla.redhat.com/1340757 | |||
2016-05-31 | RELEASE-NOTES: synced with 142ee9fa15002315 | Daniel Stenberg | |
2016-05-30 | bump: start the journey toward 7.50.0 | Daniel Stenberg | |
2016-05-30 | RELEASE-NOTES: fix vuln link | Daniel Stenberg | |