Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-14 | Switch implementation to use termios-systopic/use_bindgen | Martin Samuelsson | |
2023-07-14 | Add bindgen based termios-sys crate | Martin Samuelsson | |
2023-07-14 | Move existing files into termios/ subfolder | Martin Samuelsson | |
2020-10-12 | Bump version to v0.3.3master | David Cuddeback | |
2020-10-12 | Split illumos from solaris | Joshua M. Clulow | |
The `illumos` target is officially in the Rust toolchain now. It is available in beta builds from the official Rust CI/CD system, and we expect it to be available in the next stable release of the toolchain. This is a minimal change to split off the illumos platform code from the Solaris platform code, to allow building on native illumos Rust targets, and to make future maintenance easier on these increasingly divergent platforms. At this time, `src/os/illumos.rs` is a direct copy of `src/os/solaris.rs`. | |||
2020-04-05 | Release v0.3.2 | David Cuddeback | |
2020-04-05 | Add Change Log | David Cuddeback | |
2020-04-05 | Update contributors | David Cuddeback | |
Moving contributors from the README to a CONTRIBUTORS file, because it can be easily updated with the following command: $ git log --format='%aN <%aE>' | sort -u > CONTRIBUTORS | |||
2020-04-05 | Contributing guidelines and project status | David Cuddeback | |
2020-04-05 | Illumos fixes | Joshua M. Clulow | |
Fixes the fallback `cfmakeraw()` implementation to set `VMIN` and `VTIME` appropriately for blocking reads. Also adds a few missing constants to `solaris.rs` and reorders the constants to match the header files in OpenIndiana and OmniOS. | |||
2020-04-05 | Formatting fix | David Cuddeback | |
2020-04-04 | Add NetBSD support | atomicules | |
2020-04-04 | Add illumos support | Mike Zeller | |
2018-10-08 | Bump version to v0.3.1 | David Cuddeback | |
2018-10-08 | Add Android support | David Cuddeback | |
2018-10-08 | Bump minimum supported Rust to 1.13.0 | David Cuddeback | |
2017-12-03 | bump version to v0.3.0 | David Cuddeback | |
2017-12-03 | add DragonFly BSD to list of supported OSes | David Cuddeback | |
2017-12-03 | remove executable mode from source files | David Cuddeback | |
2017-12-03 | add VDSUSP and VSTATUS for FreeBSD | David Cuddeback | |
2017-11-19 | fix unused extern crate warning | David Cuddeback | |
2017-11-19 | remove TAB3 reexport from top-level module | David Cuddeback | |
2017-11-12 | add support for DragonFly BSD | David Cuddeback | |
2016-01-26 | bumps version to v0.2.2 | David Cuddeback | |
2016-01-20 | adds qbit to contributors | David Cuddeback | |
2016-01-20 | Merge pull request #5 from qbit/master | David Cuddeback | |
Add the OpenBSD termios definitions. | |||
2016-01-19 | add OpenBSD | Aaron Bieber | |
2016-01-19 | add file / entries for OpenBSD | Aaron Bieber | |
2015-11-04 | bumps version to 0.2.1 | David Cuddeback | |
2015-11-04 | fixes repository URL | David Cuddeback | |
2015-11-04 | upgrades libc to v0.2 | David Cuddeback | |
2015-10-15 | moves documentation link | David Cuddeback | |
2015-10-15 | bumps version to v0.2.0 | David Cuddeback | |
2015-10-15 | adds supported platforms to README | David Cuddeback | |
2015-10-15 | Merge pull request #3 from myfreeweb/master | David Cuddeback | |
Add FreeBSD support | |||
2015-10-15 | Only reexport output options supported everywhere | Greg V | |
2015-10-15 | Add FreeBSD support | Greg V | |
2015-05-23 | adds stable releases to CI build matrix | David Cuddeback | |
2015-05-02 | bumps version to 0.1.0 | David Cuddeback | |
2015-05-02 | adds documenation URL to manifest | David Cuddeback | |
2015-05-02 | updates README | David Cuddeback | |
2015-05-02 | exports OS-specific modules | David Cuddeback | |
2015-05-02 | adds crate documentation | David Cuddeback | |
2015-05-02 | converts Termios to struct with inner | David Cuddeback | |
2015-04-08 | removes unsafe constructor | David Cuddeback | |
2015-04-08 | documents functions | David Cuddeback | |
2015-04-07 | adds tcgetsid() function | David Cuddeback | |
2015-04-07 | replaces c_int with RawFd for file descriptors | David Cuddeback | |
2015-04-07 | converts indentation to four spaces | David Cuddeback | |
2015-04-07 | separates OS-specific definitions from FFI functions | David Cuddeback | |