log

age author description
Thu, 19 Jan 2017 09:57:58 +0000 Chris Cannam Allow the completeness checker to report failure (invalid message) as well as incompleteness
Wed, 18 Jan 2017 14:53:07 +0000 Chris Cannam Minor debug bit
Wed, 18 Jan 2017 14:19:22 +0000 Chris Cannam Make this log option be off by default
Wed, 18 Jan 2017 14:19:12 +0000 Chris Cannam Don't try to validate if schema dir not found (avoiding lengthy errors)
Wed, 18 Jan 2017 14:13:21 +0000 Chris Cannam Log function entry/exit points (optionally)
Mon, 16 Jan 2017 14:31:23 +0000 Chris Cannam Fix compiler warning
Thu, 12 Jan 2017 09:00:35 +0000 Chris Cannam Fix a couple more compiler warnings
Thu, 12 Jan 2017 08:49:36 +0000 Chris Cannam Fix various compiler warnings
Thu, 12 Jan 2017 08:49:26 +0000 Chris Cannam Discard stdout output that occurs in between our own outputs (e.g. from plugin)
Thu, 17 Nov 2016 17:57:50 +0000 Chris Cannam Avoid building app bundles for helper executables
Wed, 16 Nov 2016 16:13:25 +0000 Chris Cannam Merge
Mon, 07 Nov 2016 15:19:29 +0000 Chris Cannam Have checked this over, and I don't think there is so much benefit to be had simply
Wed, 16 Nov 2016 16:12:42 +0000 Chris Cannam Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types
Fri, 04 Nov 2016 10:43:49 +0000 Chris Cannam Merge from branch listargs
Thu, 03 Nov 2016 15:36:48 +0000 Chris Cannam Use ListRequest object in api
Wed, 02 Nov 2016 18:39:51 +0000 Chris Cannam Update client to support list from
Wed, 02 Nov 2016 18:26:47 +0000 Chris Cannam Fix failure to convert "from" list
Wed, 02 Nov 2016 18:26:33 +0000 Chris Cannam Do simpler format first
Wed, 02 Nov 2016 18:26:21 +0000 Chris Cannam Better checking for incoming rpc requests
Wed, 02 Nov 2016 14:27:42 +0000 Chris Cannam Add and implement the "from" param for list request. The simple-server implementation is not yet correct.
Fri, 28 Oct 2016 14:31:58 +0100 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)
Fri, 28 Oct 2016 11:08:17 +0100 Chris Cannam Rename server to simple-server, and add some more description in usage
Thu, 27 Oct 2016 16:14:22 +0100 Chris Cannam Remove some debug again by default
Thu, 27 Oct 2016 16:13:57 +0100 Chris Cannam Binary modes
Thu, 27 Oct 2016 14:52:30 +0100 Chris Cannam Build fix, + run in debug mode for the mo
Thu, 27 Oct 2016 14:01:35 +0100 Chris Cannam Error handling
Thu, 27 Oct 2016 13:42:07 +0100 Chris Cannam Don't exit on exception (needs refining)
Thu, 27 Oct 2016 12:04:44 +0100 Chris Cannam Fix server invocations from client code
Thu, 27 Oct 2016 12:01:37 +0100 Chris Cannam Boilerplate comments
Thu, 27 Oct 2016 11:40:57 +0100 Chris Cannam Small simplification