- Aug 18, 2017
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Ref #1012 Figured-out-by: Tatsuhiro Tsujikawa
-
Daniel Stenberg authored
Closes #868
-
Daniel Stenberg authored
... regression since issue #1774 (commit 10b3df10) since obviously some older gcc doesn't know __powerpc__ while some newer doesn't know __ppc__ ... Fixes #1797 Closes #1798 Reported-by: Ryan Schmidt
-
Jan Alexander Steffens (heftig) authored
Since curl 7.55.0, NetworkManager almost always failed its connectivity check by timeout. I bisected this to 5113ad04 (http-proxy: do the HTTP CONNECT process entirely non-blocking). This patch replaces !Curl_connect_complete with Curl_connect_ongoing, which returns false if the CONNECT state was left uninitialized and lets the connection continue. Closes #1803 Fixes #1804 Also-fixed-by: Gergely Nagy
-
Johannes Schindelin authored
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-
- Aug 17, 2017
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... as they're not used externally and internally we check for the sizes already in configure etc. Closes #1767
-
Daniel Stenberg authored
Fixes #1782 Closes #1787 Reported-by: Peter Lamare
-
Daniel Stenberg authored
(leaves other values reserved for the future)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Viktor Szakats authored
The required low-level logic was already available as part of `libssh2` (via `LIBSSH2_FLAG_COMPRESS` `libssh2_session_flag()`[1] option.) This patch adds the new `libcurl` option `CURLOPT_SSH_COMPRESSION` (boolean) and the new `curl` command-line option `--compressed-ssh` to request this `libssh2` feature. To have compression enabled, it is required that the SSH server supports a (zlib) compatible compression method and that `libssh2` was built with `zlib` support enabled. [1] https://www.libssh2.org/libssh2_session_flag.html Ref: https://github.com/curl/curl/issues/1732 Closes https://github.com/curl/curl/pull/1735
-
- Aug 16, 2017
-
-
Jay Satiro authored
-
Maksim Stsepanenka authored
Closes https://github.com/curl/curl/pull/1793
-
Nick Zitzmann authored
This change does two things: 1. It un-breaks the build in Xcode 9.0. (Xcode 9.0 is currently failing trying to compile connectx() in lib/connect.c.) 2. It finally weak-links the connectx() function, and falls back on connect() when run on older operating systems.
-
Daniel Stenberg authored
Closes #1790
-
Max Dymond authored
closes #1747
-
Daniel Stenberg authored
-
- Aug 15, 2017
-
-
Daniel Stenberg authored
... when setting clang version to assume 3.7 Caused a lot of "integer expression expected" warnings by configure.
-
Benbuck Nason authored
Closes #1786
-
Jakub Zakrzewski authored
Closes https://github.com/curl/curl/issues/1784
-
Ryan Winograd authored
Update the progress timers `t_nslookup`, `t_connect`, `t_appconnect`, `t_pretransfer`, and `t_starttransfer` to track the total times for these activities when a redirect is followed. Previously, only the times for the most recent request would be tracked. Related changes: - Rename `Curl_pgrsResetTimesSizes` to `Curl_pgrsResetTransferSizes` now that the function only resets transfer sizes and no longer modifies any of the progress timers. - Add a bool to the `Progress` struct that is used to prevent double-counting `t_starttransfer` times. Added test case 1399. Fixes #522 and Known Bug 1.8 Closes #1602 Reported-by: joshhe on github
-
Benbuck Nason authored
Closes #1785
-
Kamil Dudka authored
Commit curl-7_54_0-118-g8b2f22e changed the output format of curl --help to use <file> and <dir> instead of FILE and DIR, which caused zsh.pl to produce a broken completion script: % curl --<TAB> _curl:10: no such file or directory: seconds Closes #1779
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Aug 14, 2017
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... make sure we bail out on overflows. Reported-by: Brian Carpenter Closes #1758
-
Daniel Stenberg authored
to make sure they keep building warning-free Closes #1777
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... converted from the MS specific _snscanf()
-
- Aug 13, 2017
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Sergei Nikulov authored
Closes #1719
-