aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* changelog and version bump0.1.5Jesse Luehrs2019-11-064-3/+9
* move to origin when clearingJesse Luehrs2019-11-061-17/+12
* bump arch package versionJesse Luehrs2019-11-061-1/+1
* changelog and version bump0.1.4Jesse Luehrs2019-11-063-2/+19
* bump depsJesse Luehrs2019-11-068-178/+155
* default to starting the player pausedJesse Luehrs2019-11-062-3/+23
* add basic ui to the playerJesse Luehrs2019-11-062-0/+98
* implement seeking in playing ttyrecsJesse Luehrs2019-11-063-29/+223
* allow adjusting the playback speed from within the playerJesse Luehrs2019-11-041-0/+32
* refactor to read the entire ttyrec into memoryJesse Luehrs2019-11-041-100/+122
* implement pausingJesse Luehrs2019-11-041-2/+26
* start adding input handling to playJesse Luehrs2019-11-041-0/+40
* allow limiting the max length of a ttyrec frameJesse Luehrs2019-11-043-6/+61
* allow adjusting the playback speed of ttyrecsJesse Luehrs2019-11-043-5/+75
* fix playback of ttyrecs whose timestamps don't start at 0Jesse Luehrs2019-11-043-5/+7
* move resizing out into a separate crateJesse Luehrs2019-10-278-172/+93
* remove no longer used error variantsJesse Luehrs2019-10-271-74/+0
* move ttyrec to a separate crateJesse Luehrs2019-10-277-228/+38
* simplify ttyrec implementationJesse Luehrs2019-10-253-161/+175
* use TryFrom insteadJesse Luehrs2019-10-252-8/+25
* use a duration for the ttyrec frame timeJesse Luehrs2019-10-252-14/+16
* bump component-futureJesse Luehrs2019-10-241-2/+2
* move process out to a separate crateJesse Luehrs2019-10-249-1119/+832
* move component_future to a separate crateJesse Luehrs2019-10-2413-353/+235
* add `make test` and make testing a dep of publishingJesse Luehrs2019-10-231-4/+8
* changelog and version bump0.1.3Jesse Luehrs2019-10-234-3/+10
* if the home directory is set to /, treat it as nonexistentJesse Luehrs2019-10-231-6/+20
* changelog and version bump0.1.2Jesse Luehrs2019-10-234-3/+10
* set both real and effective uid and gid when dropping privsJesse Luehrs2019-10-231-2/+2
* version bump0.1.1Jesse Luehrs2019-10-233-3/+3
* add a changelogJesse Luehrs2019-10-231-0/+14
* don't drop privs until after reading tls identity fileJesse Luehrs2019-10-231-4/+4
* add troubleshooting section0.1.0Jesse Luehrs2019-10-231-0/+34
* one more readme tweakJesse Luehrs2019-10-231-0/+2
* link to env_loggerJesse Luehrs2019-10-231-8/+9
* expand configuration docs a bitJesse Luehrs2019-10-231-6/+22
* config file documentationJesse Luehrs2019-10-231-0/+107
* update readmeJesse Luehrs2019-10-231-6/+7
* add release process stuff to makefileJesse Luehrs2019-10-231-7/+42
* fix formattingJesse Luehrs2019-10-221-1/+1
* add readmeJesse Luehrs2019-10-221-0/+86
* another todoJesse Luehrs2019-10-221-0/+2
* add a makefile for common actionsJesse Luehrs2019-10-224-0/+78
* use cargo debJesse Luehrs2019-10-221-0/+3
* add commentJesse Luehrs2019-10-221-0/+15
* remove unnecessary tokio::spawn useJesse Luehrs2019-10-227-118/+107
* remove some duplicationJesse Luehrs2019-10-227-56/+70
* add todo listJesse Luehrs2019-10-211-0/+39
* improve dependencies a bitJesse Luehrs2019-10-212-111/+10
* update depsJesse Luehrs2019-10-212-170/+126