aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* stop snipping out panicking codeJesse Luehrs2019-11-221-5/+2
* optimize moreJesse Luehrs2019-11-213-5/+11
* optimize wasm fileJesse Luehrs2019-11-213-5/+8
* make it return jsonJesse Luehrs2019-11-215-14/+5
* add an endpoint that is able to list available streamsJesse Luehrs2019-11-213-1/+144
* rename some stuffJesse Luehrs2019-11-214-8/+8
* 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-212-2/+0
* simplifyJesse Luehrs2019-11-212-32/+21
* more todosJesse Luehrs2019-11-211-1/+9
* bump vt100 againJesse Luehrs2019-11-201-2/+2
* fix cargo lockJesse Luehrs2019-11-201-17/+0
* no longer need this depJesse Luehrs2019-11-201-1/+0
* start refactoring into a structJesse Luehrs2019-11-162-8/+43
* shorter namesJesse Luehrs2019-11-1617-75/+55
* formattingJesse Luehrs2019-11-161-2/+1
* `make web` should ensure the wasm is up to dateJesse Luehrs2019-11-161-0/+2
* 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-155-5/+351
* add web as a subcommand to the makefileJesse Luehrs2019-11-151-1/+1
* don't publish teleterm-webJesse Luehrs2019-11-151-0/+3
* serve the teleterm-web contentJesse Luehrs2019-11-154-4/+64
* ignoreJesse Luehrs2019-11-151-0/+2
* add basic websocket clientJesse Luehrs2019-11-155-3/+214
* use workspacesJesse Luehrs2019-11-1527-58/+60
* add basic websocket server implementationJesse Luehrs2019-11-154-12/+295
* add configurationJesse Luehrs2019-11-142-7/+61
* add basic structure of web serverJesse Luehrs2019-11-146-0/+316
* 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