summaryrefslogtreecommitdiff
path: root/src/pty.rs
AgeCommit message (Expand)Author
2022-12-08feat: I/O safety for 'sys/termios' & 'pty'Steve Lau
2022-11-06Reformat everythingAlex Saveau
2022-02-22also implement Read and Write for &PtyMasterJesse Luehrs
2021-12-26Fix typosRyan Zoeller
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-09-19Clippy cleanupAlan Somers
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-07-07ptsname_r now returns a lossily-converted string in the event of bad UTFAlan Somers
2021-05-13Use https instead of httpRyan Zoeller
2021-02-20pty: Make forkpty() unsafeTavian Barnes
2021-02-07Don't implement Clone on Dir, SignalFd, and PtyMasterAlan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
2020-04-21impl io::{Read,Write} for PtyMasterJosh Stone
2019-09-03Replace most instances of mem::uninitialized with mem::MaybeUninitAlan Somers
2019-08-29Clippy cleanupAlan Somers
2019-06-09Add extra traits for all typesBryant Mairs
2019-04-23pty: Add forkptyKevin Kuehler
2018-09-05Replace allow unused directive with _ prefixPascal Bach
2018-01-28Deny missing docs for pty moduleBryant Mairs
2018-01-28Require Debug impls for all typesBryant Mairs
2018-01-28Implement Copy/Clone for all types missing itBryant Mairs
2017-12-20Use backticks around types/functions in docsBryant Mairs
2017-12-20Remove unnecessary .into()Bryant Mairs
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
2017-10-08Replace most Linux man page links with Open Group man page linksAlan Somers
2017-08-24Mark and document pty::ptsname() as unsafeNelson Chen
2017-07-17Improve OpenptyResult documentationAlan Somers
2017-07-15PtyMaster::drop should panic on EBADFAlan Somers
2017-07-10Use libc types for termiosBryant Mairs
2017-06-12Add openpty()Kelvin Ly
2017-05-16Add various pty functionsBryant Mairs