Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-18 | add shutdown and close methods | bold | |
This commit exposes the `shutdown` method of `Sft` and `close` method of `File` to free resources. Previously this was done synchronously and therefor not usable in async wrappers. Whith the methods exposed they can be polled until success. If successful a flag is set to notify the destructor that no resources need to be freed anymore. However, if resources were not cleaned up by calling `close` or `shutdown` the destructor will clean up synchronously. | |||
2020-01-11 | let compiler figure out the correct type | bold | |
2020-01-11 | cargo fmt | bold | |
2020-01-11 | let compiler figure out the correct type | bold | |
2020-01-11 | simplify unwrap_or_else argument | bold | |
2020-01-11 | make retrieving last session error private | bold | |
2020-01-11 | return correct errors | bold | |
2019-10-20 | Make Session be `Send` again | Wez Furlong | |
Refs: https://github.com/alexcrichton/ssh2-rs/issues/137 | |||
2019-09-15 | replace use of try! with ? operator | Wez Furlong | |
This fixes the CI build with nightly, as we have deny(warnings) enabled. | |||
2019-07-29 | Channel, Sftp no longer borrow Session | Wez Furlong | |
Instead the internal session is kept alive via Rc Refs: https://github.com/alexcrichton/ssh2-rs/issues/53 | |||
2019-07-29 | cargo fmt | Wez Furlong | |
No functional changes, just formatting | |||
2018-12-14 | Use bitflags 1.X (#97) | Jonas Schievink | |
Also removes the reexported flags from the crate root, since they're now assoc. consts and it would be a bit weird to reexport those. (breaking change) | |||
2016-11-08 | Bump dep on bitflags | Alex Crichton | |
2016-08-17 | Add checks for file types | Veselkov Sergey | |
2016-05-26 | ssh2::FileStat should derive Eq/PartialEq and Clone | sp3d | |
Copy might constrain the implementation, but these are useful and shouldn't cause any difficulty in the future. | |||
2016-04-04 | Fix spelling error | Richard Dodd | |
2016-04-04 | Allow debug print of FileStat | derekdreery | |
2015-04-02 | Update for rust beta | Alex Crichton | |
2015-04-02 | Update to rust master | Alex Crichton | |
2015-03-30 | Remove the unsafe destructor feature | Alex Crichton | |
2015-03-25 | Update to rust master | Alex Crichton | |
2015-03-22 | Bump to 0.2.3 | Alex Crichton | |
2015-03-12 | Bind unlink for SFTP files | Alex Crichton | |
Closes #11 | |||
2015-02-23 | Update to std::io | Alex Crichton | |
2015-02-20 | Bump versions and update to master | Alex Crichton | |
2015-01-28 | Update to rust master | Alex Crichton | |
2015-01-23 | 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-17 | Update to rust master | Alex Crichton | |
2015-01-09 | Update to rust master | Alex Crichton | |
2015-01-03 | Update to rust master | Alex Crichton | |
2014-12-15 | Update to rust master | Alex Crichton | |
2014-12-12 | Update to rust master | Alex Crichton | |
2014-11-18 | Update to rust master | Alex Crichton | |
2014-11-07 | Update to rust master | Alex Crichton | |
2014-10-31 | Update to rust master | Alex Crichton | |
2014-10-12 | Update to rust master | Alex Crichton | |
2014-10-09 | Update to rust master | Alex Crichton | |
2014-09-19 | Beef up documentation | Alex Crichton | |
2014-09-19 | Bind SFTP functionality. | Alex Crichton | |
2014-09-19 | Start SFTP bindings | Alex Crichton | |