aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
* bump seedJesse Luehrs2019-12-071-2/+2
* bump oauth2Jesse Luehrs2019-12-071-32/+9
* bump depsJesse Luehrs2019-12-071-138/+167
* remove unicode-normalization from the wasm buildJesse Luehrs2019-11-231-2/+2
* add basic template rendering abilityJesse Luehrs2019-11-231-0/+75
* more web display improvementsJesse Luehrs2019-11-221-0/+1
* use vt100 to render the terminal data in the browser(!)Jesse Luehrs2019-11-221-0/+1
* switch to the log crateJesse Luehrs2019-11-221-0/+12
* connect to the teleterm server on watch requestsJesse Luehrs2019-11-221-0/+11
* implement listing and watching on the web sideJesse Luehrs2019-11-221-0/+3
* start using seed on the web sideJesse Luehrs2019-11-221-4/+107
* make it return jsonJesse Luehrs2019-11-211-0/+1
* drop another unused depJesse Luehrs2019-11-211-1/+0
* bump vt100 againJesse Luehrs2019-11-201-2/+2
* fix cargo lockJesse Luehrs2019-11-201-17/+0
* serve the teleterm-web contentJesse Luehrs2019-11-151-0/+18
* add basic websocket clientJesse Luehrs2019-11-151-0/+142
* add basic websocket server implementationJesse Luehrs2019-11-151-10/+151
* add basic structure of web serverJesse Luehrs2019-11-141-0/+255
* 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