aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge in a JSON-RPC 2.0 test serverPřemysl Janouch2018-10-181-0/+10
|\
| * demo-json-rpc-server -> json-rpc-test-serveracid/masterPřemysl Janouch2018-10-181-3/+3
| |
| * Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-241-1/+1
| | | | | | | | | | | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway.
| * CMakeLists.txt: fix variable namePřemysl Janouch2018-06-241-2/+2
| |
| * Steady progressPřemysl Janouch2015-03-151-1/+2
| | | | | | | | | | | | | | Started parsing Content-Type properly after studying the HTTP RFC for a significant period of time. Some further WebSockets stuff.
| * Some intial WebSockets codePřemysl Janouch2015-03-091-2/+3
| |
| * Steady progressPřemysl Janouch2015-03-081-2/+5
| | | | | | | | | | | | | | Added static content serving with sane content type detection. Started working on WebSockets (meanwhile neither SCGI or FastCGI is finished and almost nothing has been tested).
| * Initial commitPřemysl Janouch2015-03-021-0/+83
| | | | | | Not even the demo is able to compile yet. I'm just tracking my progress.
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-241-1/+1
| | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway.
* Bump liberty, fix GNUC detection, update READMEPřemysl Janouch2018-04-161-2/+2
|
* Fix OpenSSL 1.1 compatibilityPřemysl Janouch2017-01-251-0/+2
|
* Add and install json-format.plPřemysl Janouch2017-01-251-0/+1
| | | | Seemed somewhat related to what this program does.
* Fix CMakeLists.txtPřemysl Janouch2016-03-101-2/+3
|
* Rewrite the input layerPřemysl Janouch2015-12-251-1/+18
| | | | Now we also support libedit for the backend.
* Stubplement WebSocketsPřemysl Janouch2015-03-291-3/+6
|
* Not so trivial anymorePřemysl Janouch2015-03-231-1/+1
| | | | | | We're gonna implement WebSockets soon, so make appropriate changes to texts. Updated copyright in LICENSE.
* Move to libertyPřemysl Janouch2015-02-281-3/+3
|
* Also build with ncursesw onlyPřemysl Janouch2015-02-221-5/+15
|
* Add support for attributed outputPřemysl Janouch2015-02-221-2/+4
| | | | Colours, colours, colours. Configurable.
* Rewrite to use utils.c from ponymapPřemysl Janouch2015-02-221-1/+5
| | | | I'm starting to get tired of repeatingly doing this.
* Add manpage generation, update READMEPřemysl Janouch2015-02-141-1/+24
|
* Convert to CMake, fix terminal resize behaviourPřemysl Janouch2014-11-181-0/+56
Fucking terminals, always broken in one way or another. For future reference, libedit acts even worse than readline.