aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | to make the docs make more sense
* 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
| | | | | for now, they are identical, but i will change them to be specialized next
* remove a bit more duplicationJesse Luehrs2021-02-224-24/+14
|
* a bit more logic inversionJesse Luehrs2021-02-224-83/+110
|
* make child an associated typeJesse Luehrs2021-02-224-8/+16
|
* add implementations for async-std and tokioJesse Luehrs2021-02-224-0/+86
|
* refactorJesse Luehrs2021-02-223-84/+111
|
* move some more code out of unsafeJesse Luehrs2020-07-172-12/+7
|
* fix a misconception in a commentJesse Luehrs2020-07-171-5/+3
|
* refactor exampleJesse Luehrs2020-07-171-7/+28
|
* also expose ChildJesse Luehrs2020-07-171-1/+1
|
* refactor to clean up the ioctl calls a bitJesse Luehrs2020-07-172-15/+32
|
* make the pty the controlling terminal for the child spawned into itJesse Luehrs2020-07-171-2/+16
| | | | this is necessary to propagate SIGWINCH signals, among other things
* better resize apiJesse Luehrs2020-07-172-15/+25
|
* more useful exampleJesse Luehrs2020-07-171-12/+37
|
* pass by referenceJesse Luehrs2020-07-173-6/+10
|
* clean up, fix, and document some unsafetyJesse Luehrs2020-07-163-7/+46
|
* allow setting the terminal sizeJesse Luehrs2020-07-166-11/+73
|
* improve error handling a bitJesse Luehrs2020-07-163-9/+15
|
* simplifyJesse Luehrs2020-07-162-81/+19
|
* move all of the logic into the spawn methodJesse Luehrs2020-07-162-32/+46
| | | | keep the command class as a pure builder
* add the rest of the command builder api that we care aboutJesse Luehrs2020-07-161-2/+57
|
* namingJesse Luehrs2020-07-162-25/+25
|
* slightly better process exit handlingJesse Luehrs2020-07-163-36/+97
|
* start of an implementationJesse Luehrs2020-07-157-9/+106
|
* project skeletonJesse Luehrs2020-07-143-0/+18
|
* initial commitJesse Luehrs2020-07-140-0/+0