Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xC: clean up | Přemysl Eric Janouch | 2022-09-17 | 1 | -2/+3 |
* | Update some documentation | Přemysl Eric Janouch | 2022-09-16 | 2 | -6/+7 |
* | xP: make non-connected states more apparent | Přemysl Eric Janouch | 2022-09-16 | 2 | -5/+19 |
* | xC/xP: implement M-H in the web frontend | Přemysl Eric Janouch | 2022-09-16 | 3 | -15/+39 |
* | xP: abandon the idea of a configuration file | Přemysl Eric Janouch | 2022-09-16 | 1 | -2/+0 |
* | xP: use the binary protocol for incoming events | Přemysl Eric Janouch | 2022-09-16 | 5 | -138/+412 |
* | xP: improve comments in protocol code generator | Přemysl Eric Janouch | 2022-09-15 | 1 | -5/+5 |
* | xP: further optimize JSON marshalling | Přemysl Eric Janouch | 2022-09-15 | 1 | -20/+27 |
* | xP: speed up log decoding | Přemysl Eric Janouch | 2022-09-15 | 1 | -2/+4 |
* | xP: fix log JSON serialization | Přemysl Eric Janouch | 2022-09-15 | 1 | -0/+9 |
* | xP: use buffered reads | Přemysl Eric Janouch | 2022-09-14 | 1 | -4/+6 |
* | xP: generate our own JSON marshallers | Přemysl Eric Janouch | 2022-09-14 | 2 | -8/+65 |
* | xP: pass all events through one handler | Přemysl Eric Janouch | 2022-09-14 | 1 | -36/+40 |
* | xP: parallelize event reception and sending | Přemysl Eric Janouch | 2022-09-14 | 1 | -54/+92 |
* | xP: move to a WebSocket package with compression | Přemysl Eric Janouch | 2022-09-14 | 3 | -15/+100 |
* | xC: mildly optimize relay traffic | Přemysl Eric Janouch | 2022-09-14 | 1 | -2/+14 |
* | xP: remove debugging protocol logs from JS | Přemysl Eric Janouch | 2022-09-14 | 1 | -4/+2 |
* | xP: adjust buffer list iteration and styling | Přemysl Eric Janouch | 2022-09-13 | 2 | -23/+15 |
* | xP: deal with macOS/Blink for good | Přemysl Eric Janouch | 2022-09-12 | 1 | -7/+18 |
* | xP: improve favicon behaviour | Přemysl Eric Janouch | 2022-09-12 | 1 | -12/+25 |
* | xC: silence some compiler warnings | Přemysl Eric Janouch | 2022-09-11 | 1 | -10/+10 |
* | xP: bind buffer iteration to M-PageUp/PageDown | Přemysl Eric Janouch | 2022-09-11 | 1 | -4/+21 |
* | xP: indicate hidden buffer lines | Přemysl Eric Janouch | 2022-09-11 | 2 | -3/+24 |
* | xC/xP: send buffer type and server state | Přemysl Eric Janouch | 2022-09-11 | 4 | -35/+201 |
* | xC: clean up | Přemysl Eric Janouch | 2022-09-11 | 1 | -9/+16 |
* | xP: change the favicon when highlighted | Přemysl Eric Janouch | 2022-09-11 | 1 | -2/+33 |
* | xP: fix non-ASCII text completion | Přemysl Eric Janouch | 2022-09-11 | 1 | -3/+13 |
* | xP: beep on highlight | Přemysl Eric Janouch | 2022-09-11 | 1 | -13/+35 |
* | xP: add basic buffer input history | Přemysl Eric Janouch | 2022-09-11 | 1 | -16/+82 |
* | xC: make terminal attributes abstract | Přemysl Eric Janouch | 2022-09-11 | 4 | -225/+312 |
* | xP: remember buffer input selections | Přemysl Eric Janouch | 2022-09-11 | 1 | -5/+10 |
* | xP: bind M-h to toggle history, and adjust focus | Přemysl Eric Janouch | 2022-09-10 | 1 | -21/+31 |
* | xP: handle the M-Tab binding from xC | Přemysl Eric Janouch | 2022-09-10 | 1 | -16/+25 |
* | xP: handle M-a and M-! bindings from xC | Přemysl Eric Janouch | 2022-09-10 | 1 | -0/+23 |
* | xC/xP: support hiding unimportant messages at all | Přemysl Eric Janouch | 2022-09-10 | 3 | -4/+13 |
* | xC: deal with so far unexpected multiline messages | Přemysl Eric Janouch | 2022-09-10 | 1 | -9/+17 |
* | xC: split Command.BUFFER_INPUT on newlines | Přemysl Eric Janouch | 2022-09-10 | 1 | -26/+25 |
* | xP: also scroll to bottom on window resize | Přemysl Eric Janouch | 2022-09-10 | 1 | -5/+13 |
* | xC/xP: only send buffer stats in the initial sync | Přemysl Eric Janouch | 2022-09-10 | 3 | -13/+35 |
* | xP: detect links in the log | Přemysl Eric Janouch | 2022-09-10 | 1 | -8/+21 |
* | xP: only allow vertical textarea resizing | Přemysl Eric Janouch | 2022-09-10 | 1 | -0/+1 |
* | xP: fix command sequence number generation | Přemysl Eric Janouch | 2022-09-10 | 1 | -1/+2 |
* | xP: open links in a new tab/window | Přemysl Eric Janouch | 2022-09-10 | 1 | -1/+1 |
* | xP: advance unread marker when the log is visible | Přemysl Eric Janouch | 2022-09-10 | 1 | -1/+1 |
* | xP: advance unread marker in an inactive tab | Přemysl Eric Janouch | 2022-09-10 | 1 | -3/+6 |
* | xP: improve line wrapping | Přemysl Eric Janouch | 2022-09-10 | 1 | -7/+7 |
* | xC-gen-proto: reduce enums to single bytes | Přemysl Eric Janouch | 2022-09-10 | 3 | -11/+11 |
* | xP: enhance mobile experience | Přemysl Eric Janouch | 2022-09-08 | 2 | -11/+16 |
* | xP: allow setting a fixed WS URI | Přemysl Eric Janouch | 2022-09-08 | 1 | -3/+10 |
* | xC/xP: finalize and implement Event.PING | Přemysl Eric Janouch | 2022-09-08 | 2 | -9/+20 |