aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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.