log

age author description
2017-01-19 Chris Cannam Implement timeouts
2017-01-19 Chris Cannam Report messages < 1 word as incomplete, and messages with crazily large estimated sizes as invalid
2017-01-19 Chris Cannam Allow the completeness checker to report failure (invalid message) as well as incompleteness
2017-01-18 Chris Cannam Minor debug bit
2017-01-18 Chris Cannam Make this log option be off by default
2017-01-18 Chris Cannam Don't try to validate if schema dir not found (avoiding lengthy errors)
2017-01-18 Chris Cannam Log function entry/exit points (optionally)
2017-01-16 Chris Cannam Fix compiler warning
2017-01-12 Chris Cannam Fix a couple more compiler warnings
2017-01-12 Chris Cannam Fix various compiler warnings
2017-01-12 Chris Cannam Discard stdout output that occurs in between our own outputs (e.g. from plugin)
2016-11-17 Chris Cannam Avoid building app bundles for helper executables
2016-11-16 Chris Cannam Merge
2016-11-07 Chris Cannam Have checked this over, and I don't think there is so much benefit to be had simply
2016-11-16 Chris Cannam Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types
2016-11-04 Chris Cannam Merge from branch listargs
2016-11-03 Chris Cannam Use ListRequest object in api
2016-11-02 Chris Cannam Update client to support list from
2016-11-02 Chris Cannam Fix failure to convert "from" list
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