log vamp-server/convert.cpp @ 188:90c962b68d7f

age author description
2017-02-03 Lucas Thompson Correct the inspection of the JSON object in successful to look for both error and success objects, writing out an error string if neither are present. Revert error handling in readInput() for JSON.
2017-01-31 Lucas Thompson Fix handling of parsing json error responses from a server, and allow for re-writing them without changing the error message further.
2017-01-31 Lucas Thompson Fix regression from old schema changes, regarding assessing whether a JSON response was successful
2017-01-20 Chris Cannam Improve error handling and extend tests for it
2017-01-20 Chris Cannam The gcc version Travis is using complains about the default return;
2016-11-02 Chris Cannam Fix failure to convert "from" list
2016-11-02 Chris Cannam Add and implement the "from" param for list request. The simple-server implementation is not yet correct.
2016-10-27 Chris Cannam Binary modes
2016-10-27 Chris Cannam Boilerplate comments
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-13 Chris Cannam Bring in the Request/Response classes that were in the Vamp SDK, adding them to vamp-support in here instead
2016-10-13 Chris Cannam Implement reset()
2016-10-10 Chris Cannam Rearrange and rename to Piper C++ structure