aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* json-rpc-shell: respect the NO_COLOR env. variablePřemysl Eric Janouch2021-07-071-1/+1
* CMakeLists.txt: fix copy-pasted variable namePřemysl Eric Janouch2020-10-301-2/+2
* json-rpc-shell.adoc: minor improvementsPřemysl Eric Janouch2020-10-301-0/+8
* CMakeLists.txt: make this build in OpenBSDPřemysl Eric Janouch2020-10-301-1/+19
* CMakeLists.txt: omit end{if,foreach} expressionsPřemysl Eric Janouch2020-10-301-7/+7
* Bump minimum CMake version to 3.0Přemysl Eric Janouch2020-10-303-23/+8
* CMakeLists.txt: fix an outdated commentPřemysl Eric Janouch2020-10-301-1/+1
* Bump libertyPřemysl Eric Janouch2020-10-301-0/+0
* json-rpc-test-server: only return regular filesPřemysl Eric Janouch2020-10-171-1/+6
* json-rpc-test-server: comment on some CGI detailsPřemysl Eric Janouch2020-10-171-8/+33
* json-rpc-test-server: fix function namesPřemysl Eric Janouch2020-10-161-4/+4
* json-rpc-test-server: try to send a 408Přemysl Eric Janouch2020-10-151-14/+15
* 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-153-7/+179
* json-rpc-test-server: WS: fix failures to upgradePřemysl Eric Janouch2020-10-151-5/+8
* WebSocket: adapt to common "await" infrastructurePřemysl Eric Janouch2020-10-141-79/+9
* Add a backend for co-processesPřemysl Eric Janouch2020-10-143-11/+439
* This software is no longer simplePřemysl Eric Janouch2020-10-144-11/+11
* 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
* json-rpc-shell.adoc: document the M-Enter bindingPřemysl Eric Janouch2020-10-141-1/+1
* WebSockets -> WebSocketPřemysl Eric Janouch2020-10-144-15/+15
* Support reading OpenRPC documents from a filePřemysl Eric Janouch2020-10-133-20/+31
* Factor out init_backend()Přemysl Eric Janouch2020-10-131-27/+31
* json-rpc-test-server: implement rpc.discoverPřemysl Eric Janouch2020-10-131-2/+35
* CleanupPřemysl Eric Janouch2020-10-131-14/+17
* Add libedit autocompletion back inPřemysl Eric Janouch2020-10-131-0/+4
* Bump version, update NEWSv1.1.0Přemysl Eric Janouch2020-10-132-1/+12
* libedit: bind M-Enter to newline-insert as wellPřemysl Eric Janouch2020-10-131-5/+12
* json-rpc-test-server: fix reading the request URIPřemysl Eric Janouch2020-10-131-1/+1
* Bump http-parserPřemysl Eric Janouch2020-10-131-0/+0
* OpenRPC: avoid eating HTTP/transport errorsPřemysl Eric Janouch2020-10-131-15/+22
* Document OpenRPC tab completion supportPřemysl Eric Janouch2020-10-132-0/+5
* Implement tab completion under libeditPřemysl Eric Janouch2020-10-131-23/+137
* json-rpc-test-server: fix a potential memory leakPřemysl Eric Janouch2020-10-131-0/+1
* json-rpc-shell.adoc: update WebSocket notesPřemysl Eric Janouch2020-10-101-2/+1
* Bump libertyPřemysl Eric Janouch2020-10-102-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
* Make a release, create NEWSv1.0.0Přemysl Eric Janouch2020-09-052-2/+6
* Streamline the manual page a bitPřemysl Eric Janouch2020-09-051-11/+11
* Use saner defaultsPřemysl Eric Janouch2020-09-052-32/+39