aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Travis CI: Change IRC notification addressPřemysl Janouch2015-04-031-1/+1
|
* 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
| | | | So I can finally push this to GitHub.
* Move a lot of stuff to libertyPřemysl Janouch2015-03-292-751/+2
|
* Stubplement WebSocketsPřemysl Janouch2015-03-295-123/+1811
|
* Not so trivial anymorePřemysl Janouch2015-03-234-4/+9
| | | | | | We're gonna implement WebSockets soon, so make appropriate changes to texts. Updated copyright in LICENSE.
* Move to libertyPřemysl Janouch2015-02-288-1322/+11
|
* Fix the silliest of issues in utils.cPřemysl Janouch2015-02-281-1/+5
|
* Miscellaneous little changesPřemysl Janouch2015-02-262-4/+9
|
* Fix a leak and a null pointer dereferencePřemysl Janouch2015-02-221-5/+10
|
* Travis CI: Add help2mancoverity_scanPřemysl Janouch2015-02-221-1/+1
|
* Also build with ncursesw onlyPřemysl Janouch2015-02-222-6/+16
|
* Add support for attributed outputPřemysl Janouch2015-02-223-41/+474
| | | | Colours, colours, colours. Configurable.
* Rewrite to use utils.c from ponymapPřemysl Janouch2015-02-226-277/+1359
| | | | I'm starting to get tired of repeatingly doing this.
* Expect UTF-8 charset in Content-TypePřemysl Janouch2015-02-221-4/+43
|
* Travis CI: Try enabling Coverity scanPřemysl Janouch2015-02-141-0/+12
|
* Add manpage generation, update READMEPřemysl Janouch2015-02-143-6/+38
|
* Travis CI: Try getting a newer JanssonPřemysl Janouch2015-02-081-0/+1
|
* Fix the fixPřemysl Janouch2015-02-081-1/+1
|
* Fix Travis CI dependency listPřemysl Janouch2015-02-081-1/+1
|
* Add Travis CI configurationPřemysl Janouch2015-02-081-0/+20
|
* Convert to CMake, fix terminal resize behaviourPřemysl Janouch2014-11-185-62/+163
| | | | | | 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-075-0/+793