- Sep 27, 2015
-
-
Daniel Stenberg authored
For a single-stream download from localhost, we managed to increase transfer speed from 1.6MB/sec to around 400MB/sec, mostly because of this single fix.
-
Daniel Stenberg authored
... only call it when there is data arriving for another handle than the one that is currently driving it. Improves single-stream download performance quite a lot. Thanks-to: Tatsuhiro Tsujikawa Bug: http://curl.haxx.se/mail/lib-2015-09/0097.html
-
Daniel Stenberg authored
... as otherwise a really fast pipe can "lock" one transfer for some protocols, like with HTTP/2.
-
- Sep 26, 2015
-
-
Sergei Nikulov authored
Closes #439
-
Daniel Stenberg authored
... don't try to increase the supposed file size on newlines if we don't know what file size it is! Patch-by: lzsiga
-
Tatsuhiro Tsujikawa authored
Closes #457
-
Tatsuhiro Tsujikawa authored
... for CURL_CHECK_OPTION_RT Closes #456
-
- Sep 25, 2015
-
-
Jay Satiro authored
-
- Sep 23, 2015
-
-
Jakub Zakrzewski authored
...during header checks. Otherwise some following header tests (incorrectly) fail. Closes #436
-
Jakub Zakrzewski authored
"windows.h" includes "winsock.h" what causes many redefinition errors if "winsock2.h" is included afterwards and can cause build to fail.
-
Daniel Stenberg authored
-
Mike Crowe authored
If GnuTLS fails to read the certificate then include whatever reason it provides in the failure message reported to the client. Signed-off-by: Mike Crowe <mac@mcrowe.com>
-
- Sep 22, 2015
-
-
Daniel Stenberg authored
-
Mike Crowe authored
The gnutls vtls back-end was previously ignoring any password set via CURLOPT_KEYPASSWD. Presumably this was because gnutls_certificate_set_x509_key_file did not support encrypted keys. gnutls now has a gnutls_certificate_set_x509_key_file2 function that does support encrypted keys. Let's determine at compile time whether the available gnutls supports this new function. If it does then use it to pass the password. If it does not then emit a helpful diagnostic if a password is set. This is preferable to the previous behaviour of just failing to read the certificate without giving a reason in that case. Signed-off-by: Mike Crowe <mac@mcrowe.com>
-
Daniel Stenberg authored
... even for those that don't support providing anything in the 'internals' struct member since it offers a convenient way for applications to figure this out.
-
Daniel Hwang authored
The easysrc generation is run only when --libcurl is initialized. Ref: https://github.com/bagder/curl/issues/429 Closes #448
-
Richard van den Berg authored
Closes #449
-
Daniel Stenberg authored
Like for example brotli, as being implemented in Firefox now.
-
- Sep 21, 2015
-
-
Jay Satiro authored
- Review of 4d954916. The author changed it so easysrc only initializes when --libcurl but did not do the same for the call to easysrc cleanup. Ref: https://github.com/bagder/curl/issues/429
-
- Sep 20, 2015
-
-
Viktor Szakats authored
closes #443
-
Daniel Stenberg authored
Closes #334
-
Daniel Stenberg authored
-
Daniel Stenberg authored
It is unreliable and causes CI problems on github Closes #380
-
Daniel Stenberg authored
-
Daniel Lee Hwang authored
Code should only be generated when --libcurl is used. Bug: https://github.com/bagder/curl/issues/429 Reported-by: @greafhe, Jay Satiro Closes #429 Closes #442
-
Jay Satiro authored
- Change the designator name we use to show the base64 encoded sha256 hash of the server's public key from 'pinnedpubkey' to 'public key hash'. Though the server's public key hash is only shown when comparing pinned public key hashes, the server's hash may not match one of the pinned.
-
- Sep 19, 2015
-
-
Isaac Boukris authored
With NTLM a new connection will always require authentication. Fixes #435
-
Daniel Hwang authored
Add a "pinnedpubkey" section to the "Server Certificate" verbose Bug: https://github.com/bagder/curl/issues/410 Reported-by: W. Mark Kubacki Closes #430 Closes #410
-
Jakub Zakrzewski authored
Introduced with commit 65d141e6 Closes #440
-
Alessandro Ghedini authored
-
Alessandro Ghedini authored
Fixes #427
-
- Sep 18, 2015
-
-
Kamil Dudka authored
Without this workaround, NSS re-uses a session cache entry despite the server name does not match. This causes SNI host name to differ from the actual host name. Consequently, certain servers (e.g. github.com) respond by 400 to such requests. Bug: https://bugzilla.mozilla.org/1202264
-
Kamil Dudka authored
-
- Sep 17, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... without sha256 support and no define saying so. Reported-by: Rajkumar Mandal
-
Daniel Stenberg authored
CURLE_SSL_PINNEDPUBKEYNOTMATCH and CURLE_SSL_INVALIDCERTSTATUS
-
- Sep 14, 2015
-
-
Jay Satiro authored
- Show how a certificate can be obtained using OpenSSL. Bug: https://github.com/bagder/curl/pull/430 Reported-by: Daniel Hwang
-
- Sep 13, 2015
-
-
Daniel Stenberg authored
-
- Sep 12, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-