summaryrefslogtreecommitdiff
path: root/src/channel.rs
AgeCommit message (Expand)Author
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