aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/PlayerCommands.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* queue/Playlist: seek methods return bool/Error instead of PlaylistResultMax Kellermann2015-11-111-9/+12
|
* player/Control: add Lock prefix to locking method namesMax Kellermann2015-11-111-4/+4
|
* command: pass Response object to command callbacksMax Kellermann2015-08-131-53/+24
|
* client/Response: new Client wrapper class for writing responsesMax Kellermann2015-08-121-85/+102
|
* command/Request: add parser methodsMax Kellermann2015-08-111-15/+14
| | | | Wrapper for protocol/ArgParser.cxx.
* protocol/ArgParser: overload as ParseCommandArg(), pass referencesMax Kellermann2015-08-111-20/+16
|
* command/Request: new struct wrapping ConstBuffer<const char *>Max Kellermann2015-08-111-21/+22
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* command: use ConstBuffer<const char *> for argument listMax Kellermann2014-12-081-47/+39
|
* {Tag,Song}Print, PlayerCommands: report song duration with milliseconds ↵Max Kellermann2014-11-251-0/+4
| | | | precision
* PlayerThread: use SongTime for elapsed_timeMax Kellermann2014-08-291-2/+2
|
* PlayerControl: use SignedSongTime for the song durationMax Kellermann2014-08-291-1/+3
|
* Playlist: use std::chrono::duration for Seek*()Max Kellermann2014-08-281-6/+8
|
* command: make argc unsignedMax Kellermann2014-06-161-21/+21
|
* Playlist*: move to queue/Max Kellermann2014-02-271-1/+1
|
* db: add compile-time option to disable databaseMax Kellermann2014-01-301-1/+6
|
* db/update: convert to OO APIMax Kellermann2014-01-301-3/+7
| | | | | Move global variables into the new classes. That may allow multiple update threads for multiple databases one day.
* OutputAll: convert to class, move instance to class PartitionMax Kellermann2014-01-281-5/+3
| | | | Another big chunk of code for multi-player support.
* Mixer*: move to mixer/Max Kellermann2014-01-241-1/+1
|
* Database*: move to db/Max Kellermann2014-01-241-1/+1
|
* Client*: move to client/Max Kellermann2014-01-241-1/+1
|
* Update*: move to update/Max Kellermann2014-01-241-1/+1
|
* output/*: move to output/plugins/Max Kellermann2014-01-231-1/+1
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* PlayerCommands: show CrossFade/MixRamp only if enabledMax Kellermann2013-10-301-4/+10
|
* *: use nullptr instead of NULLMax Kellermann2013-10-281-1/+1
|
* *Commands: move to src/command/Max Kellermann2013-10-201-0/+388