aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make pts pubJesse Luehrs2021-12-302-2/+4
* better handling of file descriptors across forkJesse Luehrs2021-12-303-29/+16
* testJesse Luehrs2021-12-291-0/+47
* allow not passing the ptJesse Luehrs2021-12-293-5/+7
* i don't think we need to open pts multiple times?Jesse Luehrs2021-12-296-20/+47
* also support the CommandExt methodsJesse Luehrs2021-12-292-7/+86
* simplifyJesse Luehrs2021-12-2911-164/+100
* clean up type referencesJesse Luehrs2021-12-292-2/+2
* simplifyJesse Luehrs2021-12-296-74/+18
* wip another complete refactorJesse Luehrs2021-12-2927-690/+758
* wipJesse Luehrs2021-12-2822-389/+394
* remove a bunch of stuff from packagingJesse Luehrs2021-12-211-0/+1
* changelog and version bumpv0.2.0Jesse Luehrs2021-12-152-2/+2
* more clippy consistencyJesse Luehrs2021-12-151-0/+1
* bump depsJesse Luehrs2021-12-151-3/+3
* be less aggressiveJesse Luehrs2021-12-152-4/+2
* simplify error handling a bunchJesse Luehrs2021-12-148-64/+76
* drop thiserrorJesse Luehrs2021-12-142-16/+50
* clippyJesse Luehrs2021-12-149-55/+93
* cargo deny configJesse Luehrs2021-11-121-0/+14
* changelog and version bumpv0.1.1Jesse Luehrs2021-11-102-1/+7
* move to 2021 editionJesse Luehrs2021-11-101-1/+1
* bump depsJesse Luehrs2021-11-102-22/+20
* fix error messageJesse Luehrs2021-03-061-1/+1
* fix rustfmt configJesse Luehrs2021-03-062-2/+2
* changelog versionv0.1.0Jesse Luehrs2021-03-061-1/+1
* readmeJesse Luehrs2021-03-061-0/+36
* add crate metadataJesse Luehrs2021-03-063-0/+46
* test that SIGWINCH is sent properlyJesse Luehrs2021-03-061-0/+27
* docsJesse Luehrs2021-03-064-0/+87
* swap argument orderJesse Luehrs2021-03-064-4/+4
* pty_resize -> resize_ptyJesse Luehrs2021-03-061-1/+1
* apparently you also need to specify the edition for rustfmtJesse Luehrs2021-03-061-0/+1
* make plain `cargo test` workJesse Luehrs2021-03-066-248/+307
* add basic testsJesse Luehrs2021-03-062-1/+121
* actually conditionalize on the backend-std featureJesse Luehrs2021-03-033-6/+6
* adjust the visibility of some typesJesse Luehrs2021-03-035-8/+6
* add interhack exampleJesse Luehrs2021-03-032-0/+106
* refactor examplesJesse Luehrs2021-03-035-127/+40
* set some versionsJesse Luehrs2021-03-031-5/+5
* give smol its own named api tooJesse Luehrs2021-02-273-2/+6
* clippyJesse Luehrs2021-02-241-1/+1
* add examples for async-std and tokio as wellJesse Luehrs2021-02-243-0/+196
* make the tokio pty backend actually work properlyJesse Luehrs2021-02-247-5/+133
* use write_all instead of writeJesse Luehrs2021-02-241-1/+1
* rename featuresJesse Luehrs2021-02-244-9/+11
* add smol exampleJesse Luehrs2021-02-232-0/+102
* add async implementations of the pty itselfJesse Luehrs2021-02-237-17/+49
* also create separate pty structs per backendJesse Luehrs2021-02-2314-61/+184
* remove a bit more duplicationJesse Luehrs2021-02-224-24/+14