summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
Commit message (Collapse)AuthorAgeFilesLines
* nss: fix tight loop in non-blocking TLS handhsake over proxyMartin Frodl2016-10-251-0/+2
| | | | | | | ... in case the handshake completes before entering CURLM_STATE_PROTOCONNECT Bug: https://bugzilla.redhat.com/1388162
* RELEASE-NOTES: synced with 50ee3aaf1a9b22dDaniel Stenberg2016-10-241-8/+18
|
* RELEASE-NOTES: synced with f36f8c14551efc6772Daniel Stenberg2016-10-181-0/+7
|
* RELEASE-NOTES: synced with a1a5cd04877fd6fdDaniel Stenberg2016-10-161-6/+25
|
* RELEASE-NOTES: spellfixDaniel Stenberg2016-10-101-1/+1
|
* RELEASE-NOTES: synced with 82720490628cb53aDaniel Stenberg2016-10-101-4/+11
| | | | 5 more fixes, 2 more contributors
* RELEASE-NOTES: synced with 8fd2a754f0deDaniel Stenberg2016-10-041-3/+21
|
* nss: add chacha20-poly1305 cipher suites if supported by NSSKamil Dudka2016-09-221-1/+1
|
* RELEASE-NOTES: synced with 79607eec51055Daniel Stenberg2016-09-191-3/+18
|
* RELEASE-NOTES: reset and go toward 7.51.0 (again)Daniel Stenberg2016-09-141-25/+9
|
* RELEASE-NOTES: curl 7.50.3Daniel Stenberg2016-09-141-8/+8
|
* RELEASE-NOTES: synced with 665694979b6Daniel Stenberg2016-09-131-3/+9
|
* RELEASE-NOTES: synced with 257bf3ac67eb6Daniel Stenberg2016-09-111-3/+13
|
* bump: toward 7.51.0Daniel Stenberg2016-09-071-87/+9
|
* RELEASE-NOTES: curl 7.50.2 releasecurl-7_50_2Daniel Stenberg2016-09-071-8/+13
|
* RELEASE-NOTES: synced with 3d4c0c8b9bc1dDaniel Stenberg2016-09-051-7/+30
|
* RELEASE-NOTES: Added missing fix from commit 15592143fSteve Holme2016-08-271-0/+1
|
* nss: work around race condition in PK11_FindSlotByName()Peter Wang2016-08-261-0/+2
| | | | | | | | | | 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
* nss: refuse previously loaded certificate from fileKamil Dudka2016-08-261-0/+1
| | | | ... when we are not asked to use a certificate from file
* RELEASE-NOTES: synced with 95ded2c56Daniel Stenberg2016-08-221-4/+19
|
* RELEASE-NOTES: synced with b7ee5316c2fd5bDaniel Stenberg2016-08-151-4/+14
|
* RELEASE-NOTES: synced with e577c43bb5Daniel Stenberg2016-08-101-2/+15
|
* RELEASE-NOTES: synced with 7b4bf37a44791Daniel Stenberg2016-08-051-3/+16
|
* bump: start working toward 7.50.2Daniel Stenberg2016-08-031-29/+4
|
* RELEASE-NOTES: 7.50.1Daniel Stenberg2016-08-031-6/+9
|
* RELEASE-NOTES: synced with aa9f536a18bDaniel Stenberg2016-08-011-1/+18
|
* tests: distribute the http2-server.pl script, tooKamil Dudka2016-07-211-0/+1
|
* docs: distribute the CURLINFO_HTTP_VERSION(3) man page, tooKamil Dudka2016-07-211-1/+1
|
* bump: start working on 7.50.1Daniel Stenberg2016-07-211-80/+6
|
* RELEASE-NOTES: version 7.50.0 readycurl-7_50_0Daniel Stenberg2016-07-211-3/+9
|
* RELEASE-NOTES: synced with c50980807c5Daniel Stenberg2016-07-191-6/+21
|
* RELEASE-NOTES: synced with d61c80515aa8Daniel Stenberg2016-06-271-5/+28
|
* curl-compilers.m4: improve detection of GCC's -fvisibility= flagKamil Dudka2016-06-211-0/+1
| | | | | | | | | | 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.
* RELEASE-NOTES: synced with 34855feeb4c299Daniel Stenberg2016-06-061-3/+14
|
* tool_urlglob: fix off-by-one error in glob_parse()Kamil Dudka2016-06-031-0/+2
| | | | | | | | | | ... 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
* RELEASE-NOTES: synced with 142ee9fa15002315Daniel Stenberg2016-05-311-3/+19
|
* bump: start the journey toward 7.50.0Daniel Stenberg2016-05-301-36/+8
|
* RELEASE-NOTES: fix vuln linkDaniel Stenberg2016-05-301-1/+1
|
* RELEASE-NOTES: 7.49.1curl-7_49_1Daniel Stenberg2016-05-301-8/+16
|
* RELEASE-NOTES: synced with 3caaeffbe8ded4Daniel Stenberg2016-05-211-3/+12
|
* RELEASE-NOTES: synced with 48114a8634242cDaniel Stenberg2016-05-191-3/+13
|
* bump: Start work on 7.49.1Steve Holme2016-05-181-164/+6
|
* RELEASE-NOTES: 7.49.0Daniel Stenberg2016-05-171-1/+3
|
* RELEASE-NOTES: synced with 2dcb5adc72d6Daniel Stenberg2016-05-161-5/+7
|
* RELEASE-NOTES: synced with 68701e51c1f7Daniel Stenberg2016-05-131-8/+24
| | | | Added 8 bug fixes and 5 more contrbutors
* RELEASE-NOTES: synced with 7987f5cb14dDaniel Stenberg2016-05-011-9/+35
|
* RELEASE-NOTES: synced with f4298fcc6d2Daniel Stenberg2016-04-271-5/+13
|
* RELEASE-NOTES: synced with 3c1e84f5693d8093Daniel Stenberg2016-04-221-5/+19
|
* RELEASE-NOTES: synced with 03de4e4b219Daniel Stenberg2016-04-191-10/+18
| | | | (since we just merged two major features)
* RELEASE-NOTES: synced with 26ec93dd6aeba8dfb5Daniel Stenberg2016-04-181-7/+33
|