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