Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-20 | disable gh-pages deploy in travis config | Wez Furlong | |
It's not currently working and I don't think anyone uses the GH pages version of the docs. | |||
2019-09-15 | remove macos config from travis | Wez Furlong | |
It was slow and unreliable; the GitHub Actions macos support is much faster. | |||
2019-07-29 | adopt rust 1.36 as the min rust version | Wez Furlong | |
Closes https://github.com/alexcrichton/ssh2-rs/issues/119 | |||
2019-07-29 | Add script for running integration tests | Wez Furlong | |
This makes it possible to run the integration tests without requiring that the user change their local ssh configuration. This is desirable because some sites have strict controls over the local ssh configuration files. This commit adds a script that spawns a local copy of the ssh daemon running on an alternate port with a specific configuration that is known to successfully pass the test suite. This has only been tested on my local macos machine so far. | |||
2019-07-29 | libssh2-sys: add `vendored-openssl` feature to build openssl-src | Wez Furlong | |
This enables building `ssh2` and `libssh2-sys` with the `vendored-openssl` feature, which in turn causes openssl to be built and linked locally, and does not require that homebrew or some other externally provided version of openssl be made available. It does require a working C compiler, perl and make. | |||
2019-01-02 | Update travis config | Alex Crichton | |
2018-09-13 | Remove `cmake` dependency in favor of `cc` (#94) | Alex Crichton | |
* Remove `cmake` dependency in favor of `cc` This has been done in a few other projects and has made it lightyears easier to compile native C code, so let's do it here! More info at alexcrichton/curl-rust#225 | |||
2017-12-02 | More travis tweaks | Alex Crichton | |
2017-12-02 | Tweak travis config | Alex Crichton | |
2016-11-19 | Update travis token | Alex Crichton | |
2016-10-06 | Revert "Try to not bother with a newer cmake" | Alex Crichton | |
This reverts commit f349caa4d13cf3ca1136668d8d77861dee05668c. | |||
2016-10-06 | Try to not bother with a newer cmake | Alex Crichton | |
2016-10-04 | Try fixing OSX again | Alex Crichton | |
2016-10-04 | No need to install openssl on osx | Alex Crichton | |
2016-10-04 | Only use stable rust on osx | Alex Crichton | |
2016-10-04 | Build on OSX as well | Alex Crichton | |
2016-10-04 | Build on OSX as well | Alex Crichton | |
2015-11-03 | Just build on stable instead of 1.0.0 | Alex Crichton | |
2015-10-07 | Add automated testing of FFI bindings | Alex Crichton | |
2015-08-16 | Don't document dependencies on travis | Alex Crichton | |
2015-07-31 | Install deps for coverage | Alex Crichton | |
2015-07-31 | Install cmake from a new location | Alex Crichton | |
2015-07-31 | Start using travis-cargo | Alex Crichton | |
2015-05-15 | Test on many rust versions | Alex Crichton | |
2015-01-11 | Tweak travis config | Alex Crichton | |
2014-10-29 | Don't email on successful travis builds | Alex Crichton | |
2014-10-05 | Update travis config | Alex Crichton | |
2014-09-22 | Upload docs to Rust CI as well | Alex Crichton | |
2014-09-18 | Upload docs to gh-pages | Alex Crichton | |
2014-09-17 | Get testing on travis | Alex Crichton | |
2014-09-17 | Initial commit | Alex Crichton | |
Bind a Session type (no I/O yet) |