summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2018-07-13Use modern Cargo conventions for testsAlex Crichton
2017-08-28Remove unused crate in testsAlex Crichton
2017-05-23Fix exit_status exampleBrian 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-05Remove unused constantAlex Crichton
2016-10-05Remove what appears to be a bogus assertAlex Crichton
2016-10-05Don't wait for a thread that will probably never finishAlex Crichton
2016-10-04Fix sftp::ops testAlex Crichton
2016-04-28Add tests for errors before exit_status()Aidan Hobson Sayers
2016-02-06Don't assert free returns 0 in a dtorAlex 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-01Add +1 reservation for trailing zero in write_stringAlex Crichton
2015-10-07Add automated testing of FFI bindingsAlex Crichton
2015-07-22Make a test less flakyAlex Crichton
2015-04-29Fix a compile-error for beta on windowsAlex Crichton
2015-04-15Update to rust masterAlex Crichton
2015-04-02Update to rust masterAlex Crichton
2015-03-25Update to rust masterAlex Crichton
2015-03-19Use new metadata format for CargoAlex Crichton
2015-03-15Update to rust masterAlex Crichton
2015-03-07Update to rust masterAlex Crichton
2015-03-01Update to rust masterAlex Crichton
2015-02-26Bump libssh2-sys to 0.1.10Alex Crichton
2015-02-23Slim down custom TempDirAlex Crichton
2015-02-23Update to std::ioAlex Crichton
2015-02-19Update to rust masterAlex Crichton
2015-02-12Update to rust masterAlex Crichton
2015-02-05Update to rust masterAlex Crichton
2015-02-03Update to rust masterAlex Crichton
2015-01-28Update to rust masterAlex Crichton
2015-01-18Tweak impls/apisAlex Crichton
Lots of changes, but largely cosmetic, reorganization, or internal refactorings.
2015-01-09Fix some testsAlex Crichton
2015-01-03Update to rust masterAlex Crichton
2014-12-21Update to rust masterAlex Crichton
2014-12-15Update to rust masterAlex Crichton
2014-12-02Update testsAlex Crichton
2014-11-19Update to rust masterAlex Crichton
2014-11-18Update to rust masterAlex Crichton
2014-11-15Update to rust masterAlex Crichton
2014-11-11Fix tests and build on windowsAlex Crichton
2014-11-06Update to rust masterAlex Crichton
2014-10-30fail => panicAlex Crichton
2014-10-09Update to rust masterAlex Crichton
2014-09-19Bind SFTP functionality.Alex Crichton
2014-09-19Start SFTP bindingsAlex Crichton
2014-09-19Bind SCP functionsAlex Crichton
2014-09-18Bind knownhost apisAlex Crichton
2014-09-18Make handshake take mut selfAlex Crichton
This should kill any active borrows.
2014-09-18Bind keepaliveAlex Crichton
2014-09-18More bindings to more channel functionsAlex Crichton
2014-09-18Bind and tests many channel-based functionsAlex Crichton
2014-09-18Add some basic channel testsAlex Crichton