aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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