aboutsummaryrefslogtreecommitdiffstats
path: root/src/protocol/ArgParser.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-12client/Response: new Client wrapper class for writing responsesMax Kellermann1-36/+29
2015-08-11protocol/ArgParser: add overload with max_value parameterMax Kellermann1-5/+21
2015-08-11protocol/ArgParser: use std::numeric_limitsMax Kellermann1-2/+0
2015-08-11protocol/ArgParser: overload as ParseCommandArg(), pass referencesMax Kellermann1-10/+10
2015-08-11protocol/ArgParser: add struct RangeArgMax Kellermann1-7/+6
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-09-04protocol/ArgParser: fix integer overflow in parse_range()Max Kellermann1-2/+2
2014-08-29ArgParser: allow fractional seconds in ParseCommandArg(SongTime)Max Kellermann1-4/+4
2014-08-28Playlist: use std::chrono::duration for Seek*()Max Kellermann1-0/+23
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-19*: use references instead of pointersMax Kellermann1-6/+6
2013-10-17*: use std::numeric_limitsMax Kellermann1-13/+10
2013-01-03Client: rename the struct client to class ClientMax Kellermann1-6/+6
2013-01-03client: convert to C++Max Kellermann1-3/+3
2012-02-14command: move code to protocol/argparser.cMax Kellermann1-0/+191