aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* finish bumping version0.2.0Jesse Luehrs2019-11-142-2/+2
|
* changelog and version bumpJesse Luehrs2019-11-142-2/+2
|
* changelogJesse Luehrs2019-11-131-0/+3
|
* replace use of term::Buffer in server with vt100Jesse Luehrs2019-11-135-470/+23
|
* remove the need for the connection state to be cloneableJesse Luehrs2019-11-131-38/+26
|
* clippyJesse Luehrs2019-11-138-28/+29
|
* remove client side buffer size configurationJesse Luehrs2019-11-136-64/+21
|
* replace term::Buffer with vt100 in recordJesse Luehrs2019-11-131-29/+32
|
* replace term::Buffer with vt100 in streamJesse Luehrs2019-11-131-30/+45
|
* bump vt100 againJesse Luehrs2019-11-133-4/+5
|
* bump vt100 againJesse Luehrs2019-11-082-3/+3
|
* allow hiding the `tt play` pause uiJesse Luehrs2019-11-082-5/+22
|
* bump vt100Jesse Luehrs2019-11-082-2/+8
|
* fix package versionJesse Luehrs2019-11-071-1/+1
|
* changelog and version bump0.1.6Jesse Luehrs2019-11-073-2/+9
|
* don't recalculate total matches unless we have added more framesJesse Luehrs2019-11-071-2/+10
|
* fix display for long search stringsJesse Luehrs2019-11-071-5/+24
|
* implement ttyrec searchingJesse Luehrs2019-11-072-74/+393
|
* add key commands to move to first/last frameJesse Luehrs2019-11-071-23/+42
|
* add makefile command to install the built packageJesse Luehrs2019-11-061-0/+4
|
* don't take pkg directory timestamp into accountJesse Luehrs2019-11-061-2/+2
| | | | | otherwise it'll keep thinking things need to be rebuild every time a file is added to the pkg directory (which updates the directory mtime)
* changelog and version bump0.1.5Jesse Luehrs2019-11-064-3/+9
|
* move to origin when clearingJesse Luehrs2019-11-061-17/+12
| | | | crossterm no longer does this by default
* 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
| | | | this should make the help text for the keybindings more discoverable
* 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
| | | | this is how system users typically indicate not having a home directory
* 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
| | | | | some things still read the real uid, and we don't want to be able to switch back anyway