aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm
Commit message (Expand)AuthorAgeFilesLines
...
* improve some loggingJesse Luehrs2019-11-222-23/+24
* switch to the log crateJesse Luehrs2019-11-222-52/+61
* simplifyJesse Luehrs2019-11-221-20/+8
* send terminal output messages back to the web pageJesse Luehrs2019-11-223-21/+130
* don't manually disconnect on disconnect eventsJesse Luehrs2019-11-222-19/+19
* make sure we close old websocket connectionsJesse Luehrs2019-11-222-30/+36
* thread through the id to the actual message eventsJesse Luehrs2019-11-222-22/+23
* hyper knows about these headers tooJesse Luehrs2019-11-221-4/+5
* connect to the teleterm server on watch requestsJesse Luehrs2019-11-224-35/+103
* refactorJesse Luehrs2019-11-222-54/+54
* implement listing and watching on the web sideJesse Luehrs2019-11-222-36/+143
* refactor a bitJesse Luehrs2019-11-222-9/+9
* start using seed on the web sideJesse Luehrs2019-11-223-26/+610
* optimize moreJesse Luehrs2019-11-212-3/+3
* optimize wasm fileJesse Luehrs2019-11-212-4/+4
* make it return jsonJesse Luehrs2019-11-214-14/+4
* add an endpoint that is able to list available streamsJesse Luehrs2019-11-213-1/+144
* rename some stuffJesse Luehrs2019-11-213-7/+7
* move extracting term type out of the clientJesse Luehrs2019-11-213-7/+22
* pull connection stream out into a structJesse Luehrs2019-11-211-13/+64
* drop most default_features = false stuffJesse Luehrs2019-11-211-4/+4
* drop another unused depJesse Luehrs2019-11-211-1/+0
* simplifyJesse Luehrs2019-11-212-32/+21
* no longer need this depJesse Luehrs2019-11-201-1/+0
* start refactoring into a structJesse Luehrs2019-11-162-8/+43
* shorter namesJesse Luehrs2019-11-1616-72/+51
* use literal \r\n instead of *ln! macrosJesse Luehrs2019-11-161-11/+14
* refactorJesse Luehrs2019-11-161-4/+6
* stop translating crlf during watchJesse Luehrs2019-11-161-13/+0
* move paths around a bitJesse Luehrs2019-11-154-3/+358
* serve the teleterm-web contentJesse Luehrs2019-11-152-4/+34
* use workspacesJesse Luehrs2019-11-1526-0/+8036