aboutsummaryrefslogtreecommitdiffstats
path: root/src/protocol (follow)
Commit message (Expand)AuthorAgeFilesLines
* protocol/Result: move current_command to class ResponseMax Kellermann2015-08-142-4/+0
* protocol/Result: move command_list_num to class ResponseMax Kellermann2015-08-142-2/+0
* protocol/Result: move error code to class ResponseMax Kellermann2015-08-142-37/+0
* client/Response: new Client wrapper class for writing responsesMax Kellermann2015-08-122-47/+40
* command/Request: add parser methodsMax Kellermann2015-08-111-0/+4
* protocol/ArgParser: add overload with max_value parameterMax Kellermann2015-08-112-5/+29
* protocol/ArgParser: use std::numeric_limitsMax Kellermann2015-08-112-3/+3
* protocol/ArgParser: overload as ParseCommandArg(), pass referencesMax Kellermann2015-08-112-14/+14
* protocol/ArgParser: add struct RangeArgMax Kellermann2015-08-112-9/+16
* Copyright year 2015Max Kellermann2015-01-016-6/+6
* Merge tag 'v0.18.14'Max Kellermann2014-09-111-2/+2
|\
| * protocol/ArgParser: fix integer overflow in parse_range()Max Kellermann2014-09-041-2/+2
* | ArgParser: allow fractional seconds in ParseCommandArg(SongTime)Max Kellermann2014-08-291-4/+4
* | Playlist: use std::chrono::duration for Seek*()Max Kellermann2014-08-282-0/+31
* | Client*: move to client/Max Kellermann2014-01-241-1/+1
* | copyright year 2014Max Kellermann2014-01-136-6/+6
|/
* *: update copyright year to 2013Max Kellermann2013-10-302-2/+2
* *: use nullptr instead of NULLMax Kellermann2013-10-281-2/+2
* *: use references instead of pointersMax Kellermann2013-10-194-19/+18
* *: use std::numeric_limitsMax Kellermann2013-10-171-13/+10
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
* gcc.h: major updateMax Kellermann2013-10-151-1/+1
* util/Error: new error passing libraryMax Kellermann2013-09-043-12/+28
* ack.h: move to protocol/Max Kellermann2013-08-102-1/+54
* include cleanupMax Kellermann2013-07-301-1/+0
* Merge branch 'v0.17.x'Max Kellermann2013-02-191-1/+1
|\
| * command: allow to omit END in ranges (START:END)Jörg Thalheim2013-02-191-1/+1
* | Client: rename the struct client to class ClientMax Kellermann2013-01-034-20/+20
* | client: convert to C++Max Kellermann2013-01-034-12/+12
* | gcc.h: re-add gcc_const and gcc_pureMax Kellermann2012-08-021-3/+2
|/
* command: move code to protocol/argparser.cMax Kellermann2012-02-142-0/+240
* command: move functions to protocol/result.cMax Kellermann2012-02-142-0/+101