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
/
src
/
pty.rs
Age
Commit message (
Expand
)
Author
2021-05-13
Use https instead of http
Ryan Zoeller
2021-02-20
pty: Make forkpty() unsafe
Tavian Barnes
2021-02-07
Don't implement Clone on Dir, SignalFd, and PtyMaster
Alan Somers
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-04-21
impl io::{Read,Write} for PtyMaster
Josh Stone
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
Alan Somers
2019-08-29
Clippy cleanup
Alan Somers
2019-06-09
Add extra traits for all types
Bryant Mairs
2019-04-23
pty: Add forkpty
Kevin Kuehler
2018-09-05
Replace allow unused directive with _ prefix
Pascal Bach
2018-01-28
Deny missing docs for pty module
Bryant Mairs
2018-01-28
Require Debug impls for all types
Bryant Mairs
2018-01-28
Implement Copy/Clone for all types missing it
Bryant Mairs
2017-12-20
Use backticks around types/functions in docs
Bryant Mairs
2017-12-20
Remove unnecessary .into()
Bryant Mairs
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-10-08
Replace most Linux man page links with Open Group man page links
Alan Somers
2017-08-24
Mark and document pty::ptsname() as unsafe
Nelson Chen
2017-07-17
Improve OpenptyResult documentation
Alan Somers
2017-07-15
PtyMaster::drop should panic on EBADF
Alan Somers
2017-07-10
Use libc types for termios
Bryant Mairs
2017-06-12
Add openpty()
Kelvin Ly
2017-05-16
Add various pty functions
Bryant Mairs