aboutsummaryrefslogtreecommitdiff
path: root/json-rpc-shell.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix an embarrasing logic errorPřemysl Janouch2015-04-081-2/+2
* Allow specifying the CA bundle in configurationPřemysl Janouch2015-04-081-3/+38
* WS: send messages in blocksPřemysl Janouch2015-04-081-9/+12
* WS: only display the "connecting" status on -vPřemysl Janouch2015-04-081-3/+6
* Fix WS masking logicPřemysl Janouch2015-04-081-1/+1
* Display the IP address while connectingPřemysl Janouch2015-04-081-1/+1
* Non-functional little fixesPřemysl Janouch2015-04-081-6/+5
* Watch for SIGINT and SIGTERMPřemysl Janouch2015-04-081-5/+29
* Handle quitting a bit betterPřemysl Janouch2015-04-081-0/+24
* Fix obsolete libev API usagePřemysl Janouch2015-04-081-5/+5
* Give the WebSocket backend some chance of workingPřemysl Janouch2015-04-081-75/+213
* Make asynchronous status messages possiblePřemysl Janouch2015-04-071-6/+46
* Cleanup, fix handshake, better errorsPřemysl Janouch2015-04-071-49/+34
* WebSockets: use Server Name Indication with TLSPřemysl Janouch2015-04-031-2/+9
* Display a warning about WS statusPřemysl Janouch2015-03-291-0/+4
* Move a lot of stuff to libertyPřemysl Janouch2015-03-291-751/+2
* Stubplement WebSocketsPřemysl Janouch2015-03-291-116/+1786
* Not so trivial anymorePřemysl Janouch2015-03-231-1/+1
* Move to libertyPřemysl Janouch2015-02-281-1/+2
* Fix a leak and a null pointer dereferencePřemysl Janouch2015-02-221-5/+10
* Add support for attributed outputPřemysl Janouch2015-02-221-20/+403
* Rewrite to use utils.c from ponymapPřemysl Janouch2015-02-221-276/+81
* Expect UTF-8 charset in Content-TypePřemysl Janouch2015-02-221-4/+43
* Add manpage generation, update READMEPřemysl Janouch2015-02-141-1/+1
* Convert to CMake, fix terminal resize behaviourPřemysl Janouch2014-11-181-38/+83
* Don't try to send an empty method namePřemysl Janouch2014-09-291-0/+5
* Some twiddlingPřemysl Janouch2014-09-081-4/+7
* Avoid a resource leakPřemysl Janouch2014-09-081-7/+15
* Initial commitPřemysl Janouch2014-09-071-0/+724