summaryrefslogtreecommitdiff
path: root/src/protocol/ArgParser.cxx
AgeCommit message (Expand)Author
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-09-02protocol/ArgParser: move struct RangeArg to separate headerMax Kellermann
2018-03-04protocol/ArgParser: disallow negative seek timesMax Kellermann
2018-02-09protocol/ArgParser: move strtof()/strtod() switch to util/NumberParser.hxxMax Kellermann
2018-02-09protocol/ArgParser: use strtod() instead of strtof() on AndroidMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-03-07Merge branch 'v0.19.x'Max Kellermann
2016-03-06protocol/ArgParser: fix range checkMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-12-18protocol/Ack: add exception class wrapping enum ackMax Kellermann
2015-08-12client/Response: new Client wrapper class for writing responsesMax Kellermann
2015-08-11protocol/ArgParser: add overload with max_value parameterMax Kellermann
2015-08-11protocol/ArgParser: use std::numeric_limitsMax Kellermann
2015-08-11protocol/ArgParser: overload as ParseCommandArg(), pass referencesMax Kellermann
2015-08-11protocol/ArgParser: add struct RangeArgMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-09-11Merge tag 'v0.18.14'Max Kellermann
2014-09-04protocol/ArgParser: fix integer overflow in parse_range()Max Kellermann
2014-08-29ArgParser: allow fractional seconds in ParseCommandArg(SongTime)Max Kellermann
2014-08-28Playlist: use std::chrono::duration for Seek*()Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-10-19*: use references instead of pointersMax Kellermann
2013-10-17*: use std::numeric_limitsMax Kellermann
2013-02-19Merge branch 'v0.17.x'Max Kellermann
2013-01-03Client: rename the struct client to class ClientMax Kellermann
2013-01-03client: convert to C++Max Kellermann