index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
protocol
/
ArgParser.cxx
Age
Commit message (
Expand
)
Author
2020-02-10
protocol/ArgParser: cast seek offset to SignedSongTime
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-09-02
protocol/ArgParser: move struct RangeArg to separate header
Max Kellermann
2018-03-04
protocol/ArgParser: disallow negative seek times
Max Kellermann
2018-02-09
protocol/ArgParser: move strtof()/strtod() switch to util/NumberParser.hxx
Max Kellermann
2018-02-09
protocol/ArgParser: use strtod() instead of strtof() on Android
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-03-07
Merge branch 'v0.19.x'
Max Kellermann
2016-03-06
protocol/ArgParser: fix range check
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-12-18
protocol/Ack: add exception class wrapping enum ack
Max Kellermann
2015-08-12
client/Response: new Client wrapper class for writing responses
Max Kellermann
2015-08-11
protocol/ArgParser: add overload with max_value parameter
Max Kellermann
2015-08-11
protocol/ArgParser: use std::numeric_limits
Max Kellermann
2015-08-11
protocol/ArgParser: overload as ParseCommandArg(), pass references
Max Kellermann
2015-08-11
protocol/ArgParser: add struct RangeArg
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-09-11
Merge tag 'v0.18.14'
Max Kellermann
2014-09-04
protocol/ArgParser: fix integer overflow in parse_range()
Max Kellermann
2014-08-29
ArgParser: allow fractional seconds in ParseCommandArg(SongTime)
Max Kellermann
2014-08-28
Playlist: use std::chrono::duration for Seek*()
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-10-19
*: use references instead of pointers
Max Kellermann
2013-10-17
*: use std::numeric_limits
Max Kellermann
2013-02-19
Merge branch 'v0.17.x'
Max Kellermann
2013-01-03
Client: rename the struct client to class Client
Max Kellermann
2013-01-03
client: convert to C++
Max Kellermann