Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-05-30 | RELEASE-NOTES: 7.49.1 | Daniel Stenberg | |
2016-05-21 | RELEASE-NOTES: synced with 3caaeffbe8ded4 | Daniel Stenberg | |
2016-05-19 | RELEASE-NOTES: synced with 48114a8634242c | Daniel Stenberg | |
2016-05-18 | bump: Start work on 7.49.1 | Steve Holme | |
2016-05-17 | RELEASE-NOTES: 7.49.0 | Daniel Stenberg | |
2016-05-16 | RELEASE-NOTES: synced with 2dcb5adc72d6 | Daniel Stenberg | |
2016-05-13 | RELEASE-NOTES: synced with 68701e51c1f7 | Daniel Stenberg | |
Added 8 bug fixes and 5 more contrbutors | |||
2016-05-01 | RELEASE-NOTES: synced with 7987f5cb14d | Daniel Stenberg | |
2016-04-27 | RELEASE-NOTES: synced with f4298fcc6d2 | Daniel Stenberg | |
2016-04-22 | RELEASE-NOTES: synced with 3c1e84f5693d8093 | Daniel Stenberg | |
2016-04-19 | RELEASE-NOTES: synced with 03de4e4b219 | Daniel Stenberg | |
(since we just merged two major features) | |||
2016-04-18 | RELEASE-NOTES: synced with 26ec93dd6aeba8dfb5 | Daniel Stenberg | |
2016-04-06 | RELEASE-NOTES: Corrected last updated | Steve Holme | |
Included a summary of the checksrc.bat updates and combined two krb5 changes as they should have been implemented at the same time. | |||
2016-04-04 | RELEASE-NOTES: synced with 86e97b642fb | Daniel Stenberg | |
2016-04-02 | 7.49.0: next release version | Daniel Stenberg | |
2016-04-01 | RELEASE-NOTES: Removed "http_negotiate: Corrected host and proxy host name" | Steve Holme | |
As this was introduced in the recent vauth changes and not a prior release. |