Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use saner defaults | Přemysl Eric Janouch | 2020-09-05 | 2 | -32/+39 | |
* | Improve AsciiDoc compatibility | Přemysl Eric Janouch | 2020-09-05 | 1 | -25/+19 | |
* | Write a nice new man page in AsciiDoc | Přemysl Eric Janouch | 2020-09-05 | 4 | -34/+212 | |
* | Move "connecting..." messages to the debug mode | Přemysl Eric Janouch | 2020-09-05 | 1 | -1/+1 | |
* | Fix libedit a bit more and discourage from using it | Přemysl Eric Janouch | 2020-09-02 | 2 | -2/+15 | |
* | json-rpc-test-server: add a "date" method | Přemysl Eric Janouch | 2020-09-01 | 1 | -0/+23 | |
* | Update copyright years | Přemysl Eric Janouch | 2020-09-01 | 3 | -3/+3 | |
* | json-rpc-test-server: reject non-null params in "ping" | Přemysl Eric Janouch | 2020-09-01 | 1 | -1/+4 | |
* | json-rpc-test-server: make sure to set the id in responses | Přemysl Eric Janouch | 2020-09-01 | 1 | -0/+5 | |
* | Warn on unexpected "id" fields | Přemysl Eric Janouch | 2020-09-01 | 1 | -17/+22 | |
* | Make the verbose mode also show the raw input | Přemysl Eric Janouch | 2020-09-01 | 1 | -1/+15 | |
* | Strip trailing newlines from editor output | Přemysl Eric Janouch | 2020-09-01 | 1 | -3/+10 | |
* | Fix libedit crash | Přemysl Eric Janouch | 2020-09-01 | 1 | -1/+2 | |
* | Fix prompt attributes under libedit | Přemysl Eric Janouch | 2020-09-01 | 1 | -1/+1 | |
* | Name change | Přemysl Eric Janouch | 2020-09-01 | 4 | -5/+5 | |
* | Bump liberty | Přemysl Janouch | 2020-09-01 | 1 | -0/+0 | |
* | Fix running helper programs | Přemysl Janouch | 2019-09-23 | 1 | -4/+11 | |
* | json-rpc-test-server: fix some outstanding issues | Přemysl Janouch | 2018-10-19 | 1 | -41/+61 | |
* | Merge in a JSON-RPC 2.0 test server | Přemysl Janouch | 2018-10-18 | 6 | -1/+2955 | |
|\ | ||||||
| * | demo-json-rpc-server -> json-rpc-test-serveracid/master | Přemysl Janouch | 2018-10-18 | 2 | -4/+4 | |
| * | More debugging information for static file serving | Přemysl Janouch | 2018-10-18 | 1 | -1/+15 | |
| * | Remember to set the server context in SCGI requests | Přemysl Janouch | 2018-10-18 | 1 | -0/+1 | |
| * | Finish the FastCGI backend | Přemysl Janouch | 2018-10-18 | 2 | -80/+74 | |
| * | Finish the WebSocket backend | Přemysl Janouch | 2018-10-18 | 1 | -109/+162 | |
| * | Synthesize EOF events in SCGI | Přemysl Janouch | 2018-10-18 | 1 | -5/+23 | |
| * | Wrap request::write_cb in a function | Přemysl Janouch | 2018-10-17 | 1 | -6/+13 | |
| * | Allow WebSockets to micromanage shutdowns | Přemysl Janouch | 2018-10-17 | 1 | -24/+35 | |
| * | Implement basic connection teardown | Přemysl Janouch | 2018-10-17 | 1 | -93/+147 | |
| * | Accelerated daemon quitting | Přemysl Janouch | 2018-10-17 | 1 | -4/+8 | |
| * | Clean up client de/allocation | Přemysl Janouch | 2018-10-17 | 1 | -16/+10 | |
| * | Say "finalize" instead of "destroy" where appropriate | Přemysl Janouch | 2018-10-17 | 1 | -18/+18 | |
| * | FastCGI: make it work at least in theory | Přemysl Janouch | 2018-10-17 | 1 | -29/+75 | |
| * | Clarify EOF behaviour | Přemysl Janouch | 2018-10-17 | 1 | -5/+6 | |
| * | Clean up and better document client_vtable | Přemysl Janouch | 2018-10-16 | 1 | -30/+35 | |
| * | Rename client_vtable::destroy to finalize | Přemysl Janouch | 2018-10-16 | 1 | -11/+10 | |
| * | Improve WebSocket shutdown | Přemysl Janouch | 2018-10-16 | 1 | -12/+13 | |
| * | Cleanup | Přemysl Janouch | 2018-10-16 | 1 | -3/+3 | |
| * | Call ws_handler_start() | Přemysl Janouch | 2018-10-16 | 1 | -0/+2 | |
| * | Eliminate unnecessary user_data pointers | Přemysl Janouch | 2018-10-16 | 1 | -65/+57 | |
| * | 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 | |
| * | Fix fcgi_muxer_send() | Přemysl Janouch | 2018-10-13 | 1 | -2/+6 | |
| * | Update code comments | Přemysl Janouch | 2018-10-13 | 1 | -3/+15 | |
| * | More transient errors | Přemysl Janouch | 2018-10-12 | 1 | -1/+2 | |
| * | Bump liberty | Přemysl Janouch | 2018-10-11 | 1 | -0/+0 | |
| * | 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 |