summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-15use a slightly newer version of visual studioWez Furlong
2019-09-15add ntoskrnl on windows as wellWez Furlong
2019-09-15link ntdll on windows for RtlGetVersionWez Furlong
2019-09-15replace use of try! with ? operatorWez Furlong
2019-09-15Fix Windows 10 wincng issueWez Furlong
2019-09-15update readme in readiness for a 0.4 releaseWez Furlong
2019-09-15Set up GitHub Actions CI for Windows (#131)Wez Furlong
2019-08-02tighten up `Session::rc`Wez Furlong
2019-08-02work around broken travis macos configurationWez Furlong
2019-08-02more diagnostics for travis/macosWez Furlong
2019-08-02handle_extended_dataWez Furlong
2019-08-01ignore the panic result from the keyboard promptWez Furlong
2019-08-01don't allow panics to escape the prompt callbackWez Furlong
2019-08-01fixup rustdocsWez Furlong
2019-08-01revert accidental libssh2 commitWez Furlong
2019-08-01move tcpstream assignment to its own functionWez Furlong
2019-07-31limit the number of responses from keyboard interactive promptWez Furlong
2019-07-31troubleshoot macos test failureWez Furlong
2019-07-31Support keyboard-interactive authenticationWez Furlong
2019-07-31Fix scp_recv ABI issue on WindowsWez Furlong
2019-07-30improve handshake error reporting on windowsWez Furlong
2019-07-29tweak the readme to reflect vendored-openssl build changesWez Furlong
2019-07-29adopt rust 1.36 as the min rust versionWez Furlong
2019-07-29Add script for running integration testsWez Furlong
2019-07-29Make channel tests more robust to stderr outputWez Furlong
2019-07-29adjust std usage for rust 1.26 compatWez Furlong
2019-07-29Map EAGAIN errors appropriatelyWez Furlong
2019-07-29fixup doc testsWez Furlong
2019-07-29adjust gitignoreWez Furlong
2019-07-29Avoid panic when SSH_USERAUTH_NONE succeedsWez Furlong
2019-07-29remove SessionBinding traitWez Furlong
2019-07-29KnownHosts no longer borrows Session eitherWez Furlong
2019-07-29Agent no longer borrows session eitherWez Furlong
2019-07-29Channel, Sftp no longer borrow SessionWez Furlong
2019-07-29Session::handshake now takes ownership of TcpStreamWez Furlong
2019-07-29Session::new() now returns Result rather than OptionWez Furlong
2019-07-29cargo fmtWez Furlong
2019-07-29libssh2-sys: add `vendored-openssl` feature to build openssl-srcWez Furlong
2019-07-29Expose more known_hosts related constantsWez Furlong
2019-04-18Define HAVE_POLL for everything except for Windows (#111)Marton Suranyi
2019-01-22Define HAVE_POLL for Haiku (#103)Niels Sascha Reedijk
2019-01-03Normalize to Unix-style path separators (#102)cygnus9
2019-01-02Update travis configAlex Crichton
2019-01-02Define LIBSSH2_DH_GEX_NEW to avoid KEX error (#100)Brian Olsen
2018-12-14Use bitflags 1.X (#97)Jonas Schievink
2018-09-13Bump libssh2-sys to 0.2.11Alex Crichton
2018-09-13Remove `cmake` dependency in favor of `cc` (#94)Alex Crichton
2018-08-06Bump libssh2-sys to 0.2.10Alex Crichton
2018-08-06Don't enable zlib compression on WindowsAlex Crichton
2018-08-05Bump to 0.2.9Alex Crichton