• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

curl / curl / 6068
37%

Build:
DEFAULT BRANCH: master
Ran 17 Aug 2017 08:23AM UTC
Jobs 1
Files 253
Run time 17s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
6068

push

travis-ci

jay
ssh: add the ability to enable compression (for SCP/SFTP)

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

5 of 5 new or added lines in 2 files covered. (100.0%)

19305 of 26384 relevant lines covered (73.17%)

108583.84 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
lib/ssh.c

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
lib/mprintf.c
Jobs
ID Job ID Ran Files Coverage
10 6068.10 (T=coverage) 17 Aug 2017 08:24AM UTC 0
73.17
Travis Job 6068.10
Source Files on build 6068
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6068
  • b7b4dc0d on github
  • Prev Build on master (#6067)
  • Next Build on master (#6069)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc