aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move to git depsJesse Luehrs2022-02-241-1/+1
|
* fix doc tests for non-asyncJesse Luehrs2022-02-231-3/+16
|
* another rewriteJesse Luehrs2022-02-2325-723/+1108
|
* cargo-deny updatesJesse Luehrs2022-01-051-1/+1
|
* docsJesse Luehrs2021-12-307-1/+120
|
* make pts private againJesse Luehrs2021-12-302-4/+2
|
* properly handle configuration when calling spawn multiple timesJesse Luehrs2021-12-305-36/+224
|
* switch branchesJesse Luehrs2021-12-301-1/+1
| | | | since i have multiple prs open now
* Revert "add spawn_pg"Jesse Luehrs2021-12-303-74/+0
| | | | This reverts commit 43e517cea6704f0d8424a88b13a1d40550c7e9ca.
* add spawn_pgJesse Luehrs2021-12-303-0/+74
|
* simplifyJesse Luehrs2021-12-303-17/+21
|
* improve testsJesse Luehrs2021-12-308-198/+252
|
* don't need to test all frameworks in every testJesse Luehrs2021-12-301-67/+1
|
* async testsJesse Luehrs2021-12-302-0/+115
|
* 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
|