aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
* finish bumping version0.2.0Jesse Luehrs2019-11-141-1/+1
* bump vt100 againJesse Luehrs2019-11-131-2/+3
* bump vt100 againJesse Luehrs2019-11-081-2/+2
* bump vt100Jesse Luehrs2019-11-081-2/+2
* changelog and version bump0.1.6Jesse Luehrs2019-11-071-1/+1
* changelog and version bump0.1.5Jesse Luehrs2019-11-061-1/+1
* changelog and version bump0.1.4Jesse Luehrs2019-11-061-1/+1
* bump depsJesse Luehrs2019-11-061-104/+65
* implement seeking in playing ttyrecsJesse Luehrs2019-11-061-1/+108
* fix playback of ttyrecs whose timestamps don't start at 0Jesse Luehrs2019-11-041-2/+2
* move resizing out into a separate crateJesse Luehrs2019-10-271-2/+17
* move ttyrec to a separate crateJesse Luehrs2019-10-271-0/+12
* bump component-futureJesse Luehrs2019-10-241-2/+2
* move process out to a separate crateJesse Luehrs2019-10-241-782/+795
* move component_future to a separate crateJesse Luehrs2019-10-241-0/+10
* changelog and version bump0.1.3Jesse Luehrs2019-10-231-1/+1
* changelog and version bump0.1.2Jesse Luehrs2019-10-231-1/+1
* version bump0.1.1Jesse Luehrs2019-10-231-1/+1
* improve dependencies a bitJesse Luehrs2019-10-211-101/+0
* update depsJesse Luehrs2019-10-211-168/+124
* improve usage informationJesse Luehrs2019-10-211-0/+13
* drop root privileges during normal operationJesse Luehrs2019-10-201-0/+10
* load config data from a file tooJesse Luehrs2019-10-181-0/+119
* cache refresh tokens and use them when the existJesse Luehrs2019-10-161-0/+63
* start implementing oauth authenticationJesse Luehrs2019-10-151-0/+731
* name change, againJesse Luehrs2019-10-141-23/+23
* add tls support to the serverJesse Luehrs2019-10-121-0/+161
* move to a real logging crateJesse Luehrs2019-10-091-0/+94
* basic rate limitingJesse Luehrs2019-10-091-0/+34
* better client reconnect handlingJesse Luehrs2019-10-091-0/+75
* add stub sigwinch handlerJesse Luehrs2019-10-021-0/+1
* bump dependency versionsJesse Luehrs2019-10-011-130/+117
* renameJesse Luehrs2019-10-011-16/+16
* use tokio codecs for some of the protocol parsingJesse Luehrs2019-09-051-0/+1
* only record starting from the most recent screen clearJesse Luehrs2019-09-041-0/+23
* make cast run a commandJesse Luehrs2019-09-021-0/+152
* give sessions an idJesse Luehrs2019-09-021-0/+10
* refactorJesse Luehrs2019-09-021-0/+1
* actually, remove protobufs tooJesse Luehrs2019-09-011-27/+11
* cleanups and updatesJesse Luehrs2019-09-011-48/+699
* let's avoid grpc for nowJesse Luehrs2019-07-171-985/+4
* get a basic command structure in placeJesse Luehrs2019-07-141-0/+153
* get the grpc build workingJesse Luehrs2019-07-131-0/+1057