log

age author description
Mon, 22 Aug 2016 17:16:44 +0100 Chris Cannam Pull out CountingPluginHandleMapper; consts
Mon, 22 Aug 2016 17:16:23 +0100 Chris Cannam Consts
Mon, 22 Aug 2016 17:16:11 +0100 Chris Cannam Update base-n code from https://github.com/azawadzki/base-n
Wed, 25 May 2016 14:49:44 +0100 Chris Cannam Adjust build for OSX
Wed, 25 May 2016 14:37:32 +0100 Chris Cannam Test file
Wed, 25 May 2016 14:18:36 +0100 Chris Cannam Since JSON is no longer the "fast" protocol format, might as well use the non-b64 encoding by default now
Wed, 25 May 2016 11:09:18 +0100 Chris Cannam Check channel count & block size
Wed, 25 May 2016 10:43:07 +0100 Chris Cannam Switch to non-packed protocol and handle multiple messages and EOF properly; fill in remaining server actions
Tue, 24 May 2016 17:17:03 +0100 Chris Cannam Wire up a couple of server actions
Tue, 24 May 2016 16:30:01 +0100 Chris Cannam Begin server
Tue, 24 May 2016 15:38:50 +0100 Chris Cannam Comment for the future!
Tue, 24 May 2016 14:09:58 +0100 Chris Cannam Capnp writes
Tue, 24 May 2016 14:09:54 +0100 Chris Cannam Be sure not to get any unnecessary lookups -- I think this is probably redundant but at least it's explicit
Tue, 24 May 2016 12:00:38 +0100 Chris Cannam Wire up Cap'n Proto reading, plus some build and arg processing fixes
Tue, 24 May 2016 11:07:59 +0100 Chris Cannam Start introducing request/response readers to capnp code as well
Tue, 24 May 2016 10:43:34 +0100 Chris Cannam Pull up type determination into VampJson
Mon, 23 May 2016 16:09:25 +0100 Chris Cannam More on reading and writing json messages
Fri, 20 May 2016 18:05:02 +0100 Chris Cannam Begin vampipe-convert
Fri, 20 May 2016 17:07:04 +0100 Chris Cannam More conversions
Fri, 20 May 2016 14:37:28 +0100 Chris Cannam A couple more conversions
Fri, 20 May 2016 11:08:53 +0100 Chris Cannam Add and use PreservingPluginHandleMapper -- removing the constant variant, which was a misstep
Fri, 20 May 2016 10:25:01 +0100 Chris Cannam Add (but don't yet use) the constant plugin handle mapper
Wed, 18 May 2016 16:33:03 +0100 Chris Cannam Licences
Wed, 18 May 2016 15:31:22 +0100 Chris Cannam More request/response encodings
Wed, 18 May 2016 14:38:27 +0100 Chris Cannam Create process request in JSON version, plus a fix
Wed, 18 May 2016 13:54:33 +0100 Chris Cannam More requests/responses
Wed, 18 May 2016 12:21:23 +0100 Chris Cannam Process requests
Tue, 17 May 2016 16:18:24 +0100 Chris Cannam Build & read config request/response etc
Tue, 17 May 2016 13:52:51 +0100 Chris Cannam Configuration request/response structs
Tue, 17 May 2016 11:15:25 +0100 Chris Cannam Use mapper
Tue, 17 May 2016 09:58:15 +0100 Chris Cannam Some conversions for plugin handles
Mon, 16 May 2016 15:46:22 +0100 Chris Cannam Add process request
Mon, 16 May 2016 11:54:12 +0100 Chris Cannam Add Makefile... this was supposed to have been in an earlier commit!
Fri, 13 May 2016 17:07:15 +0100 Chris Cannam Build & test json-cli as well
Fri, 13 May 2016 16:28:26 +0100 Chris Cannam Update build
Fri, 13 May 2016 13:48:59 +0100 Chris Cannam Promote the more successful experiments (todo: get them to build again)
Fri, 05 Feb 2016 16:10:56 +0000 Chris Cannam Move some things around
Thu, 27 Aug 2015 16:22:04 +0100 Chris Cannam Remove -Werror
Tue, 17 Mar 2015 13:13:29 +0000 Chris Cannam Basic implementation of configure
Tue, 17 Mar 2015 11:27:56 +0000 Chris Cannam Bring in external dependencies
Mon, 16 Mar 2015 17:28:06 +0000 Chris Cannam First start at a simple command-line client