- Oct 18, 2016
-
-
Daniel Stenberg authored
-
- Oct 16, 2016
-
-
Daniel Stenberg authored
-
- Oct 10, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
5 more fixes, 2 more contributors
-
- Oct 04, 2016
-
-
Daniel Stenberg authored
-
- Sep 22, 2016
-
-
Kamil Dudka authored
-
- Sep 19, 2016
-
-
Daniel Stenberg authored
-
- Sep 14, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 13, 2016
-
-
Daniel Stenberg authored
-
- Sep 10, 2016
-
-
Daniel Stenberg authored
-
- Sep 07, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 05, 2016
-
-
Daniel Stenberg authored
-
- Aug 27, 2016
-
-
Steve Holme authored
-
- Aug 26, 2016
-
-
Peter Wang authored
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
-
Kamil Dudka authored
... when we are not asked to use a certificate from file
-
- Aug 22, 2016
-
-
Daniel Stenberg authored
-
- Aug 15, 2016
-
-
Daniel Stenberg authored
-
- Aug 10, 2016
-
-
Daniel Stenberg authored
-
- Aug 04, 2016
-
-
Daniel Stenberg authored
-
- Aug 03, 2016
-
-
Daniel Stenberg authored
-
- Aug 02, 2016
-
-
Daniel Stenberg authored
-
- Aug 01, 2016
-
-
Daniel Stenberg authored
-
- Jul 21, 2016
-
-
Kamil Dudka authored
-
Kamil Dudka authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 19, 2016
-
-
Daniel Stenberg authored
-
- Jun 27, 2016
-
-
Daniel Stenberg authored
-
- Jun 21, 2016
-
-
Kamil Dudka authored
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.
-
- Jun 06, 2016
-
-
Daniel Stenberg authored
-
- Jun 03, 2016
-
-
Kamil Dudka authored
... 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
-
- May 31, 2016
-
-
Daniel Stenberg authored
-
- May 30, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 21, 2016
-
-
Daniel Stenberg authored
-
- May 19, 2016
-
-
Daniel Stenberg authored
-
- May 18, 2016
-
-
Steve Holme authored
-