aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_protocol.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* protocol/Result: move command_list_num to class ResponseMax Kellermann2015-08-141-1/+1
|
* client/Response: new Client wrapper class for writing responsesMax Kellermann2015-08-121-8/+14
|
* protocol/ArgParser: add struct RangeArgMax Kellermann2015-08-111-11/+12
|
* test/test_protocol: add missing stdlib.h includeMax Kellermann2014-09-241-1/+1
| | | | | EXIT_SUCCESS and EXIT_FAILURE are defined in stdlib.h, not unistd.h. D'oh!
* test/test_protocol: add missing unistd.h includeMax Kellermann2014-09-241-0/+2
|
* test/test_protocol: unit test for protocol/ArgParser.cxxMax Kellermann2014-09-041-0/+60