index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_pty.rs
Age
Commit message (
Expand
)
Author
2021-03-21
illumos and Solaris support
Jason King
2021-02-20
pty: Make forkpty() unsafe
Tavian Barnes
2020-08-11
use subordinate terminal device for termios calls
Joshua M. Clulow
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-04-21
impl io::{Read,Write} for PtyMaster
Josh Stone
2019-09-19
Where relevant, replace equality checks in assert! with assert_eq!
Xavier L'Heureux
2019-04-23
pty: Add forkpty
Kevin Kuehler
2018-09-05
Replace allow unused directive with _ prefix
Pascal Bach
2017-12-20
Add backticks to types in doccomments
Bryant Mairs
2017-12-20
Use write_all instead of write
Bryant Mairs
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-08-24
Mark and document pty::ptsname() as unsafe
Nelson Chen
2017-07-19
Fix thread safety issues in pty and termios tests
Alan Somers
2017-07-15
PtyMaster::drop should panic on EBADF
Alan Somers
2017-07-10
Use libc types for termios
Bryant Mairs
2017-07-09
Fix double close bugs in test_lseek and test_lseek64
Alan Somers
2017-07-01
Handle short reads in pty tests
Alan Somers
2017-06-12
Add openpty()
Kelvin Ly
2017-05-16
Add various pty functions
Bryant Mairs