Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve documentation | Přemysl Janouch | 2018-10-16 | 1 | -6/+15 |
| | |||||
* | Make Doxygen a bit more useful | Přemysl Janouch | 2018-10-15 | 1 | -0/+12 |
| | |||||
* | Eliminate some warnings | Přemysl Janouch | 2018-10-15 | 1 | -4/+10 |
| | |||||
* | Handle FastCGI null request IDs better | Přemysl Janouch | 2018-10-15 | 1 | -8/+24 |
| | |||||
* | Clarify and degrade FastCGI multiplexing | Přemysl Janouch | 2018-10-15 | 1 | -13/+15 |
| | | | | No need to support more than 255 concurrent requests on one connection. | ||||
* | Fix fcgi_muxer_send() | Přemysl Janouch | 2018-10-13 | 1 | -2/+6 |
| | | | | Outgoing records were missing padding and the reserved field. | ||||
* | Update code comments | Přemysl Janouch | 2018-10-13 | 1 | -3/+15 |
| | |||||
* | More transient errors | Přemysl Janouch | 2018-10-12 | 1 | -1/+2 |
| | |||||
* | Fix text message UTF-8 validation | Přemysl Janouch | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Add the missing Date header | Přemysl Janouch | 2018-06-24 | 1 | -0/+13 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2018-06-24 | 1 | -64/+42 |
| | |||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-24 | 1 | -3/+2 |
| | | | | | | | | | 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. | ||||
* | Fix teardown | Přemysl Janouch | 2017-06-20 | 1 | -0/+1 |
| | |||||
* | Don't respond to notifications | Přemysl Janouch | 2017-02-06 | 1 | -2/+3 |
| | |||||
* | Fix segfault in WebSocket parsing | Přemysl Janouch | 2017-02-06 | 1 | -0/+1 |
| | |||||
* | Fix segfault on client destruction etc. | Přemysl Janouch | 2017-02-06 | 1 | -0/+1 |
| | |||||
* | Fix segfault on missing Sec-WebSocket-Key | Přemysl Janouch | 2017-02-06 | 1 | -0/+3 |
| | |||||
* | WebSocket: fix header parsing | Přemysl Janouch | 2017-02-06 | 1 | -4/+8 |
| | |||||
* | Fix quitting | Přemysl Janouch | 2017-02-06 | 1 | -4/+6 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2017-02-05 | 1 | -28/+28 |
| | |||||
* | Fix and update LICENSE | Přemysl Janouch | 2017-02-03 | 1 | -1/+0 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2016-01-17 | 1 | -51/+4 |
| | |||||
* | Overall revision after a year | Přemysl Janouch | 2016-01-17 | 1 | -231/+242 |
| | | | | Use something closer to inheritance for clients | ||||
* | Fix daemonization | Přemysl Janouch | 2016-01-16 | 1 | -17/+56 |
| | |||||
* | Fix compiler warning | Přemysl Janouch | 2016-01-16 | 1 | -2/+2 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2016-01-16 | 1 | -6/+6 |
| | |||||
* | Implement shutdown | Přemysl Janouch | 2015-04-10 | 1 | -19/+72 |
| | |||||
* | Steady progress | Přemysl Janouch | 2015-04-10 | 1 | -54/+180 |
| | | | | | | | | | | On the WebSocket service. It's not too far from being finished now. I just have to make some sense of the code again and make sure it's correct. Now that json-rpc-shell should be able to run against this, I can also finally test if both of them work as they should. | ||||
* | Move a lot of stuff to liberty | Přemysl Janouch | 2015-03-29 | 1 | -1503/+7 |
| | |||||
* | Add and fix some preliminary tests | Přemysl Janouch | 2015-03-23 | 1 | -31/+225 |
| | |||||
* | Don't allow whitespace in base64 | Přemysl Janouch | 2015-03-23 | 1 | -5/+5 |
| | |||||
* | Steady progress | Přemysl Janouch | 2015-03-23 | 1 | -41/+126 |
| | | | | Renamed some constants, added basic UTF-8 validation. | ||||
* | WebSockets improvements | Přemysl Janouch | 2015-03-22 | 1 | -66/+352 |
| | | | | | - validate more HTTP stuff, use the newer RFC - validate the base64 key | ||||
* | Steady progress | Přemysl Janouch | 2015-03-15 | 1 | -89/+405 |
| | | | | | | | Started parsing Content-Type properly after studying the HTTP RFC for a significant period of time. Some further WebSockets stuff. | ||||
* | Steady progress | Přemysl Janouch | 2015-03-14 | 1 | -42/+272 |
| | | | | Still in a state of total chaos, it appears. | ||||
* | Try to lock a PID file | Přemysl Janouch | 2015-03-11 | 1 | -4/+51 |
| | |||||
* | Steady progress | Přemysl Janouch | 2015-03-11 | 1 | -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. | ||||
* | Refactoring | Přemysl Janouch | 2015-03-10 | 1 | -58/+56 |
| | |||||
* | Some intial WebSockets code | Přemysl Janouch | 2015-03-09 | 1 | -5/+518 |
| | |||||
* | Steady progress | Přemysl Janouch | 2015-03-08 | 1 | -7/+185 |
| | | | | | | | 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 progress | Přemysl Janouch | 2015-03-08 | 1 | -34/+650 |
| | | | | | | Still trying to figure out FastCGI. At least I've finally implemented the JSON-RPC handler. | ||||
* | Figuring out how to close the connection | Přemysl Janouch | 2015-03-06 | 1 | -90/+110 |
| | |||||
* | Steady progress | Přemysl Janouch | 2015-03-05 | 1 | -10/+206 |
| | |||||
* | Steady progress | Přemysl Janouch | 2015-03-02 | 1 | -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 commit | Přemysl Janouch | 2015-03-02 | 1 | -0/+1065 |
Not even the demo is able to compile yet. I'm just tracking my progress. |