summaryrefslogtreecommitdiff
path: root/src/channel.rs
AgeCommit message (Expand)Author
2020-11-14Typo in channel docsAndrew Burkett
2020-02-22Add Channel::request_auth_agent_forwardingWez Furlong
2020-01-18ChannelInner is Send + SyncWez Furlong
2020-01-18Make properly Send safeWez Furlong
2019-12-08improve docsWez Furlong
2019-12-08A PtyModes helper for specifying terminal modesWez Furlong
2019-10-20Make Session be `Send` againWez Furlong
2019-09-15replace use of try! with ? operatorWez Furlong
2019-08-02handle_extended_dataWez Furlong
2019-07-29Make channel tests more robust to stderr outputWez Furlong
2019-07-29Map EAGAIN errors appropriatelyWez Furlong
2019-07-29Channel, Sftp no longer borrow SessionWez Furlong
2019-07-29Session::handshake now takes ownership of TcpStreamWez Furlong
2019-07-29cargo fmtWez Furlong
2016-09-27Merge pull request #47 from aidanhs/aphs-fix-libssh2_channel_wait_eof-docAlex Crichton
2016-09-16Hide limit_read since it's a hack (see #34)Aidan Hobson Sayers
2016-09-16Fix libssh2_channel_wait_eof doc (see libssh2/libssh2#93)Aidan Hobson Sayers
2016-04-28The libssh2 exit_status code effectively never errorsAidan Hobson Sayers
2016-02-15Also ignore return value in `Channel::drop`Alex Crichton
2015-10-07Add automated testing of FFI bindingsAlex Crichton
2015-04-02Update for rust betaAlex Crichton
2015-04-02Update to rust masterAlex Crichton
2015-03-30Remove the unsafe destructor featureAlex Crichton
2015-03-27Remove usage of the collections featureAlex Crichton
2015-03-05Remove {read,write,flush}_stream in favor of StreamAlex Crichton
2015-02-23Update to std::ioAlex Crichton
2015-01-28Update to rust masterAlex Crichton
2015-01-23Update to rust masterAlex Crichton
2015-01-18Tweak impls/apisAlex Crichton
2015-01-17Update to rust masterAlex Crichton
2015-01-10Fix some doc testsAlex Crichton
2015-01-09Update to rust masterAlex Crichton
2015-01-03Update to rust masterAlex Crichton
2014-12-12Update to rust masterAlex Crichton
2014-11-24Update to rust masterAlex Crichton
2014-10-30fail => panicAlex Crichton
2014-10-05Update to rust masterAlex Crichton
2014-09-19Beef up documentationAlex Crichton
2014-09-19Bind SCP functionsAlex 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
2014-09-18Split things up and write some docsAlex Crichton