summaryrefslogtreecommitdiff
path: root/test/test_pty.rs
AgeCommit message (Expand)Author
2022-08-09remove deprecated itemsSteveLauC
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-02-22also implement Read and Write for &PtyMasterJesse Luehrs
2021-11-27Avoid lock poisoning by using parking_lotRyan Zoeller
2021-09-19Clippy cleanupAlan Somers
2021-03-21illumos and Solaris supportJason King
2021-02-20pty: Make forkpty() unsafeTavian Barnes
2020-08-11use subordinate terminal device for termios callsJoshua M. Clulow
2020-05-31Convert the crate to edition 2018Alan Somers
2020-04-21impl io::{Read,Write} for PtyMasterJosh Stone
2019-09-19Where relevant, replace equality checks in assert! with assert_eq!Xavier L'Heureux
2019-04-23pty: Add forkptyKevin Kuehler
2018-09-05Replace allow unused directive with _ prefixPascal Bach
2017-12-20Add backticks to types in doccommentsBryant Mairs
2017-12-20Use write_all instead of writeBryant Mairs
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
2017-08-24Mark and document pty::ptsname() as unsafeNelson Chen
2017-07-19Fix thread safety issues in pty and termios testsAlan Somers
2017-07-15PtyMaster::drop should panic on EBADFAlan Somers
2017-07-10Use libc types for termiosBryant Mairs
2017-07-09Fix double close bugs in test_lseek and test_lseek64Alan Somers
2017-07-01Handle short reads in pty testsAlan Somers
2017-06-12Add openpty()Kelvin Ly
2017-05-16Add various pty functionsBryant Mairs