aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Steady progressPřemysl Janouch2015-03-152-90/+407
| | | | | | | Started parsing Content-Type properly after studying the HTTP RFC for a significant period of time. Some further WebSockets stuff.
* Steady progressPřemysl Janouch2015-03-141-42/+272
| | | | Still in a state of total chaos, it appears.
* Try to lock a PID filePřemysl Janouch2015-03-111-4/+51
|
* Steady progressPřemysl Janouch2015-03-111-94/+165
| | | | | | | | | Some further refactoring, added a few comments, etc. It's not about adding huge chunks of code anymore, and I'm slowly moving towards getting the details right. There's still a ton of TODO items, though.
* RefactoringPřemysl Janouch2015-03-101-58/+56
|
* Some intial WebSockets codePřemysl Janouch2015-03-093-7/+523
|
* Steady progressPřemysl Janouch2015-03-086-12/+205
| | | | | | | 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).
* Steady progressPřemysl Janouch2015-03-081-34/+650
| | | | | | Still trying to figure out FastCGI. At least I've finally implemented the JSON-RPC handler.
* Figuring out how to close the connectionPřemysl Janouch2015-03-061-90/+110
|
* Steady progressPřemysl Janouch2015-03-051-10/+206
|
* Steady progressPřemysl Janouch2015-03-021-120/+284
| | | | | | | I'm trying to figure out everything at once, i.e. the entire structure of the application from top to bottom, trying to converge on a workable design while refactoring still doesn't hurt as much as it would once it's established.
* Initial commitPřemysl Janouch2015-03-0210-0/+1278
Not even the demo is able to compile yet. I'm just tracking my progress.