Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-13 | Use modern Cargo conventions for tests | Alex Crichton | |
2017-08-28 | Remove unused crate in tests | Alex Crichton | |
2017-05-23 | Fix exit_status example | Brian Olsen | |
In the example in the documentation that calls exit_status and in the smoke integration test exit_status is called before the channel is closed and it will therefore always return Ok(0). I have fixed this by calling wait_close() first and by adding a bad_smoke test that calls false and checks that the exit_status is 1. | |||
2016-10-05 | Remove unused constant | Alex Crichton | |
2016-10-05 | Remove what appears to be a bogus assert | Alex Crichton | |
2016-10-05 | Don't wait for a thread that will probably never finish | Alex Crichton | |
2016-10-04 | Fix sftp::ops test | Alex Crichton | |
2016-04-28 | Add tests for errors before exit_status() | Aidan Hobson Sayers | |
2016-02-06 | Don't assert free returns 0 in a dtor | Alex Crichton | |
This may return EAGAIN, but we'll just make things worse by aborting. Instead just unfortunately leak the memory as there's not much more that can be done. | |||
2015-11-01 | Add +1 reservation for trailing zero in write_string | Alex Crichton | |
2015-10-07 | Add automated testing of FFI bindings | Alex Crichton | |
2015-07-22 | Make a test less flaky | Alex Crichton | |
2015-04-29 | Fix a compile-error for beta on windows | Alex Crichton | |
2015-04-15 | Update to rust master | Alex Crichton | |
2015-04-02 | Update to rust master | Alex Crichton | |
2015-03-25 | Update to rust master | Alex Crichton | |
2015-03-19 | Use new metadata format for Cargo | Alex Crichton | |
2015-03-15 | Update to rust master | Alex Crichton | |
2015-03-07 | Update to rust master | Alex Crichton | |
2015-03-01 | Update to rust master | Alex Crichton | |
2015-02-26 | Bump libssh2-sys to 0.1.10 | Alex Crichton | |
2015-02-23 | Slim down custom TempDir | Alex Crichton | |
2015-02-23 | Update to std::io | Alex Crichton | |
2015-02-19 | Update to rust master | Alex Crichton | |
2015-02-12 | Update to rust master | Alex Crichton | |
2015-02-05 | Update to rust master | Alex Crichton | |
2015-02-03 | Update to rust master | Alex Crichton | |
2015-01-28 | Update to rust master | Alex Crichton | |
2015-01-18 | Tweak impls/apis | Alex Crichton | |
Lots of changes, but largely cosmetic, reorganization, or internal refactorings. | |||
2015-01-09 | Fix some tests | Alex Crichton | |
2015-01-03 | Update to rust master | Alex Crichton | |
2014-12-21 | Update to rust master | Alex Crichton | |
2014-12-15 | Update to rust master | Alex Crichton | |
2014-12-02 | Update tests | Alex Crichton | |
2014-11-19 | Update to rust master | Alex Crichton | |
2014-11-18 | Update to rust master | Alex Crichton | |
2014-11-15 | Update to rust master | Alex Crichton | |
2014-11-11 | Fix tests and build on windows | Alex Crichton | |
2014-11-06 | Update to rust master | Alex Crichton | |
2014-10-30 | fail => panic | Alex Crichton | |
2014-10-09 | Update to rust master | Alex Crichton | |
2014-09-19 | Bind SFTP functionality. | Alex Crichton | |
2014-09-19 | Start SFTP bindings | Alex Crichton | |
2014-09-19 | Bind SCP functions | Alex Crichton | |
2014-09-18 | Bind knownhost apis | Alex Crichton | |
2014-09-18 | Make handshake take mut self | Alex Crichton | |
This should kill any active borrows. | |||
2014-09-18 | Bind keepalive | Alex Crichton | |
2014-09-18 | More bindings to more channel functions | Alex Crichton | |
2014-09-18 | Bind and tests many channel-based functions | Alex Crichton | |
2014-09-18 | Add some basic channel tests | Alex Crichton | |