aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Improve AsciiDoc compatibilityPřemysl Eric Janouch2020-09-051-25/+19
* Write a nice new man page in AsciiDocPřemysl Eric Janouch2020-09-054-34/+212
* Move "connecting..." messages to the debug modePřemysl Eric Janouch2020-09-051-1/+1
* Fix libedit a bit more and discourage from using itPřemysl Eric Janouch2020-09-022-2/+15
* json-rpc-test-server: add a "date" methodPřemysl Eric Janouch2020-09-011-0/+23
* Update copyright yearsPřemysl Eric Janouch2020-09-013-3/+3
* json-rpc-test-server: reject non-null params in "ping"Přemysl Eric Janouch2020-09-011-1/+4
* json-rpc-test-server: make sure to set the id in responsesPřemysl Eric Janouch2020-09-011-0/+5
* Warn on unexpected "id" fieldsPřemysl Eric Janouch2020-09-011-17/+22
* Make the verbose mode also show the raw inputPřemysl Eric Janouch2020-09-011-1/+15
* Strip trailing newlines from editor outputPřemysl Eric Janouch2020-09-011-3/+10
* Fix libedit crashPřemysl Eric Janouch2020-09-011-1/+2
* Fix prompt attributes under libeditPřemysl Eric Janouch2020-09-011-1/+1
* Name changePřemysl Eric Janouch2020-09-014-5/+5
* Bump libertyPřemysl Janouch2020-09-011-0/+0
* Fix running helper programsPřemysl Janouch2019-09-231-4/+11
* json-rpc-test-server: fix some outstanding issuesPřemysl Janouch2018-10-191-41/+61
* Merge in a JSON-RPC 2.0 test serverPřemysl Janouch2018-10-186-1/+2955
|\
| * demo-json-rpc-server -> json-rpc-test-serveracid/masterPřemysl Janouch2018-10-182-4/+4
| * More debugging information for static file servingPřemysl Janouch2018-10-181-1/+15
| * Remember to set the server context in SCGI requestsPřemysl Janouch2018-10-181-0/+1
| * Finish the FastCGI backendPřemysl Janouch2018-10-182-80/+74
| * Finish the WebSocket backendPřemysl Janouch2018-10-181-109/+162
| * Synthesize EOF events in SCGIPřemysl Janouch2018-10-181-5/+23
| * Wrap request::write_cb in a functionPřemysl Janouch2018-10-171-6/+13
| * Allow WebSockets to micromanage shutdownsPřemysl Janouch2018-10-171-24/+35
| * Implement basic connection teardownPřemysl Janouch2018-10-171-93/+147
| * Accelerated daemon quittingPřemysl Janouch2018-10-171-4/+8
| * Clean up client de/allocationPřemysl Janouch2018-10-171-16/+10
| * Say "finalize" instead of "destroy" where appropriatePřemysl Janouch2018-10-171-18/+18
| * FastCGI: make it work at least in theoryPřemysl Janouch2018-10-171-29/+75
| * Clarify EOF behaviourPřemysl Janouch2018-10-171-5/+6
| * Clean up and better document client_vtablePřemysl Janouch2018-10-161-30/+35
| * Rename client_vtable::destroy to finalizePřemysl Janouch2018-10-161-11/+10
| * Improve WebSocket shutdownPřemysl Janouch2018-10-161-12/+13
| * CleanupPřemysl Janouch2018-10-161-3/+3
| * Call ws_handler_start()Přemysl Janouch2018-10-161-0/+2
| * Eliminate unnecessary user_data pointersPřemysl Janouch2018-10-161-65/+57
| * Improve documentationPřemysl Janouch2018-10-161-6/+15
| * Make Doxygen a bit more usefulPřemysl Janouch2018-10-151-0/+12
| * Eliminate some warningsPřemysl Janouch2018-10-151-4/+10
| * Handle FastCGI null request IDs betterPřemysl Janouch2018-10-151-8/+24
| * Clarify and degrade FastCGI multiplexingPřemysl Janouch2018-10-151-13/+15
| * Fix fcgi_muxer_send()Přemysl Janouch2018-10-131-2/+6
| * Update code commentsPřemysl Janouch2018-10-131-3/+15
| * More transient errorsPřemysl Janouch2018-10-121-1/+2
| * Bump libertyPřemysl Janouch2018-10-111-0/+0
| * Fix text message UTF-8 validationPřemysl Janouch2018-06-241-1/+1
| * Add the missing Date headerPřemysl Janouch2018-06-241-0/+13
| * Remove .travis.ymlPřemysl Janouch2018-06-241-27/+0