Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support musl libcorigin/master | Přemysl Eric Janouch | 2024-09-11 | 1 | -3/+2 |
* | Bump liberty, fix calloc argument order | Přemysl Eric Janouch | 2024-08-08 | 1 | -4/+4 |
* | Fix libedit history behaviour | Přemysl Eric Janouch | 2022-09-04 | 1 | -10/+36 |
* | Fix newer libedit (2021-08-29) | Přemysl Eric Janouch | 2021-10-28 | 1 | -13/+5 |
* | Reflect the sibling project's new name | Přemysl Eric Janouch | 2021-08-06 | 1 | -1/+1 |
* | json-rpc-shell: respect the NO_COLOR env. variable | Přemysl Eric Janouch | 2021-07-07 | 1 | -1/+1 |
* | WebSocket: send a User-Agent header | Přemysl Eric Janouch | 2020-10-15 | 1 | -0/+2 |
* | json-rpc-test-server: add a simple co-process mode | Přemysl Eric Janouch | 2020-10-15 | 1 | -2/+2 |
* | WebSocket: adapt to common "await" infrastructure | Přemysl Eric Janouch | 2020-10-14 | 1 | -79/+9 |
* | Add a backend for co-processes | Přemysl Eric Janouch | 2020-10-14 | 1 | -10/+432 |
* | This software is no longer simple | Přemysl Eric Janouch | 2020-10-14 | 1 | -2/+2 |
* | WebSocket: some clean-up | Přemysl Eric Janouch | 2020-10-14 | 1 | -37/+26 |
* | Split out a http-parser wrapper | Přemysl Eric Janouch | 2020-10-14 | 1 | -111/+152 |
* | Simplify the FAIL macro | Přemysl Eric Janouch | 2020-10-14 | 1 | -5/+1 |
* | WebSocket: fix upgrade processing | Přemysl Eric Janouch | 2020-10-14 | 1 | -14/+6 |
* | WebSockets -> WebSocket | Přemysl Eric Janouch | 2020-10-14 | 1 | -4/+4 |
* | Support reading OpenRPC documents from a file | Přemysl Eric Janouch | 2020-10-13 | 1 | -18/+29 |
* | Factor out init_backend() | Přemysl Eric Janouch | 2020-10-13 | 1 | -27/+31 |
* | Cleanup | Přemysl Eric Janouch | 2020-10-13 | 1 | -14/+17 |
* | Add libedit autocompletion back in | Přemysl Eric Janouch | 2020-10-13 | 1 | -0/+4 |
* | libedit: bind M-Enter to newline-insert as well | Přemysl Eric Janouch | 2020-10-13 | 1 | -5/+12 |
* | OpenRPC: avoid eating HTTP/transport errors | Přemysl Eric Janouch | 2020-10-13 | 1 | -15/+22 |
* | Implement tab completion under libedit | Přemysl Eric Janouch | 2020-10-13 | 1 | -23/+137 |
* | Bump liberty | Přemysl Eric Janouch | 2020-10-10 | 1 | -59/+8 |
* | Readline: add trivial OpenRPC support | Přemysl Eric Janouch | 2020-10-10 | 1 | -6/+108 |
* | Reorder help message entries a bit | Přemysl Eric Janouch | 2020-10-10 | 1 | -6/+6 |
* | Fix use of possibly uninitialised memory | Přemysl Eric Janouch | 2020-10-10 | 1 | -1/+1 |
* | Split make_json_rpc_call() in half | Přemysl Eric Janouch | 2020-10-10 | 1 | -13/+24 |
* | Slightly refactor make_json_rpc_call() | Přemysl Eric Janouch | 2020-10-10 | 1 | -36/+29 |
* | Readline: make M-Enter insert a newline | Přemysl Eric Janouch | 2020-10-09 | 1 | -0/+12 |
* | Fix handling terminal resizes while the terminal is suspended | Přemysl Eric Janouch | 2020-10-09 | 1 | -0/+2 |
* | Readline: fix a dormant bug in prompt changes | Přemysl Eric Janouch | 2020-10-09 | 1 | -5/+3 |
* | Use saner defaults | Přemysl Eric Janouch | 2020-09-05 | 1 | -13/+17 |
* | Write a nice new man page in AsciiDoc | Přemysl Eric Janouch | 2020-09-05 | 1 | -3/+6 |
* | Move "connecting..." messages to the debug mode | Přemysl Eric Janouch | 2020-09-05 | 1 | -1/+1 |
* | Fix libedit a bit more and discourage from using it | Přemysl Eric Janouch | 2020-09-02 | 1 | -2/+12 |
* | Update copyright years | Přemysl Eric Janouch | 2020-09-01 | 1 | -1/+1 |
* | Warn on unexpected "id" fields | Přemysl Eric Janouch | 2020-09-01 | 1 | -17/+22 |
* | Make the verbose mode also show the raw input | Přemysl Eric Janouch | 2020-09-01 | 1 | -1/+15 |
* | Strip trailing newlines from editor output | Přemysl Eric Janouch | 2020-09-01 | 1 | -3/+10 |
* | Fix libedit crash | Přemysl Eric Janouch | 2020-09-01 | 1 | -1/+2 |
* | Fix prompt attributes under libedit | Přemysl Eric Janouch | 2020-09-01 | 1 | -1/+1 |
* | Name change | Přemysl Eric Janouch | 2020-09-01 | 1 | -1/+1 |
* | Fix running helper programs | Přemysl Janouch | 2019-09-23 | 1 | -4/+11 |
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-24 | 1 | -3/+2 |
* | Display unexpected messages, too | Přemysl Janouch | 2018-05-11 | 1 | -1/+9 |
* | Fix UTF-8 validation | Přemysl Janouch | 2018-05-11 | 1 | -1/+1 |
* | Fix sent close code when failing the connection | Přemysl Janouch | 2018-05-11 | 1 | -1/+1 |
* | Better fix for EOF handling with WebSockets | Přemysl Janouch | 2018-04-16 | 1 | -6/+3 |
* | Fix EOF handling with WebSockets | Přemysl Janouch | 2018-04-16 | 1 | -0/+8 |