aboutsummaryrefslogtreecommitdiff
path: root/json-rpc-shell.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for attributed outputPřemysl Janouch2015-02-221-20/+403
| | | | Colours, colours, colours. Configurable.
* Rewrite to use utils.c from ponymapPřemysl Janouch2015-02-221-276/+81
| | | | I'm starting to get tired of repeatingly doing this.
* 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
| | | | | | Fucking terminals, always broken in one way or another. For future reference, libedit acts even worse than readline.
* Don't try to send an empty method namePřemysl Janouch2014-09-291-0/+5
|
* Some twiddlingPřemysl Janouch2014-09-081-4/+7
| | | | | | | - also accept the obsolete application/json-rpc content type - don't quote regular responses - don't separate results with newlines - instead make sure to print a newline upon receiving EOF
* Avoid a resource leakPřemysl Janouch2014-09-081-7/+15
|
* Initial commitPřemysl Janouch2014-09-071-0/+724