log

age author description
2016-11-02 Chris Cannam Do simpler format first
2016-11-02 Chris Cannam Better checking for incoming rpc requests
2016-11-02 Chris Cannam Add and implement the "from" param for list request. The simple-server implementation is not yet correct.
2016-10-28 Chris Cannam Ensure we read right up to end of buffered data after server exits; adjust waiting schedule on Windows (where waitForReadyRead is far too wasteful of sleep time)
2016-10-28 Chris Cannam Rename server to simple-server, and add some more description in usage
2016-10-27 Chris Cannam Remove some debug again by default
2016-10-27 Chris Cannam Binary modes
2016-10-27 Chris Cannam Build fix, + run in debug mode for the mo
2016-10-27 Chris Cannam Error handling
2016-10-27 Chris Cannam Don't exit on exception (needs refining)
2016-10-27 Chris Cannam Fix server invocations from client code
2016-10-27 Chris Cannam Boilerplate comments
2016-10-27 Chris Cannam Small simplification
2016-10-27 Chris Cannam Add JSON support directly to the server. Had hoped to avoid this (using Capnp as canonical in the server and then converting externally as necessary) but it's just too useful for debugging purposes when bundled with client app
2016-10-27 Chris Cannam Debug