aboutsummaryrefslogtreecommitdiff
path: root/json-rpc-shell.c
Commit message (Expand)AuthorAgeFilesLines
* Fix libedit history behaviourPřemysl Eric Janouch2022-09-041-10/+36
* Fix newer libedit (2021-08-29)Přemysl Eric Janouch2021-10-281-13/+5
* Reflect the sibling project's new namePřemysl Eric Janouch2021-08-061-1/+1
* json-rpc-shell: respect the NO_COLOR env. variablePřemysl Eric Janouch2021-07-071-1/+1
* WebSocket: send a User-Agent headerPřemysl Eric Janouch2020-10-151-0/+2
* json-rpc-test-server: add a simple co-process modePřemysl Eric Janouch2020-10-151-2/+2
* WebSocket: adapt to common "await" infrastructurePřemysl Eric Janouch2020-10-141-79/+9
* Add a backend for co-processesPřemysl Eric Janouch2020-10-141-10/+432
* This software is no longer simplePřemysl Eric Janouch2020-10-141-2/+2
* WebSocket: some clean-upPřemysl Eric Janouch2020-10-141-37/+26
* Split out a http-parser wrapperPřemysl Eric Janouch2020-10-141-111/+152
* Simplify the FAIL macroPřemysl Eric Janouch2020-10-141-5/+1
* WebSocket: fix upgrade processingPřemysl Eric Janouch2020-10-141-14/+6
* WebSockets -> WebSocketPřemysl Eric Janouch2020-10-141-4/+4
* Support reading OpenRPC documents from a filePřemysl Eric Janouch2020-10-131-18/+29
* Factor out init_backend()Přemysl Eric Janouch2020-10-131-27/+31
* CleanupPřemysl Eric Janouch2020-10-131-14/+17
* Add libedit autocompletion back inPřemysl Eric Janouch2020-10-131-0/+4
* libedit: bind M-Enter to newline-insert as wellPřemysl Eric Janouch2020-10-131-5/+12
* OpenRPC: avoid eating HTTP/transport errorsPřemysl Eric Janouch2020-10-131-15/+22
* Implement tab completion under libeditPřemysl Eric Janouch2020-10-131-23/+137
* Bump libertyPřemysl Eric Janouch2020-10-101-59/+8
* Readline: add trivial OpenRPC supportPřemysl Eric Janouch2020-10-101-6/+108
* Reorder help message entries a bitPřemysl Eric Janouch2020-10-101-6/+6
* Fix use of possibly uninitialised memoryPřemysl Eric Janouch2020-10-101-1/+1
* Split make_json_rpc_call() in halfPřemysl Eric Janouch2020-10-101-13/+24
* Slightly refactor make_json_rpc_call()Přemysl Eric Janouch2020-10-101-36/+29
* Readline: make M-Enter insert a newlinePřemysl Eric Janouch2020-10-091-0/+12
* Fix handling terminal resizes while the terminal is suspendedPřemysl Eric Janouch2020-10-091-0/+2
* Readline: fix a dormant bug in prompt changesPřemysl Eric Janouch2020-10-091-5/+3
* Use saner defaultsPřemysl Eric Janouch2020-09-051-13/+17
* Write a nice new man page in AsciiDocPřemysl Eric Janouch2020-09-051-3/+6
* Move "connecting..." messages to the debug modePřemysl Eric Janouch2020-09-051-1/+1
* Fix libedit a bit more and discourage from using itPřemysl Eric Janouch2020-09-021-2/+12
* Update copyright yearsPřemysl Eric Janouch2020-09-011-1/+1
* Warn on unexpected "id" fieldsPřemysl Eric Janouch2020-09-011-17/+22
* Make the verbose mode also show the raw inputPřemysl Eric Janouch2020-09-011-1/+15
* Strip trailing newlines from editor outputPřemysl Eric Janouch2020-09-011-3/+10
* Fix libedit crashPřemysl Eric Janouch2020-09-011-1/+2
* Fix prompt attributes under libeditPřemysl Eric Janouch2020-09-011-1/+1
* Name changePřemysl Eric Janouch2020-09-011-1/+1
* Fix running helper programsPřemysl Janouch2019-09-231-4/+11
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-241-3/+2
* Display unexpected messages, tooPřemysl Janouch2018-05-111-1/+9
* Fix UTF-8 validationPřemysl Janouch2018-05-111-1/+1
* Fix sent close code when failing the connectionPřemysl Janouch2018-05-111-1/+1
* Better fix for EOF handling with WebSocketsPřemysl Janouch2018-04-161-6/+3
* Fix EOF handling with WebSocketsPřemysl Janouch2018-04-161-0/+8
* Bump liberty, fix GNUC detection, update READMEPřemysl Janouch2018-04-161-40/+22
* CleanupPřemysl Janouch2017-02-071-23/+1