Mercurial > hg > piper-cpp
log vamp-server/convert.cpp @ 296:50a0b4fea7f1 tip master
age | author | description |
---|---|---|
16 months ago | Chris Cannam | Fix compiler warning re mismatching enum types |
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. |