Age | Commit message (Expand) | Author |
2017-11-10 | util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL | Max Kellermann |
2017-09-04 | command/PlayerCommands: emit "volume" only if it is known | Max Kellermann |
2017-07-05 | util/Exception: rename FullMessage() to GetFullMessage() | Max Kellermann |
2017-02-25 | Client: add method GetPartition(), make partition private | Max Kellermann |
2017-02-25 | Client: add method GetInstance() | Max Kellermann |
2017-02-25 | Client: replace playlist and player_control with getter methods | Max Kellermann |
2017-02-24 | SongPrint: remove Storage::MapToRelativeUTF8() call | Max Kellermann |
2017-01-17 | AudioFormat: replace struct audio_format_string with class StringBuffer, retu... | Max Kellermann |
2017-01-03 | update copyright year | Max Kellermann |
2016-12-29 | command/{Player,Error}: extract messages from nested exceptions | Max Kellermann |
2016-12-03 | ReplayGainGlobal: move replay_gain_mode to struct Partition | Max Kellermann |
2016-11-25 | ReplayGainConfig: add struct ReplayGainConfig, move globals to ReplayGainGlob... | Max Kellermann |
2016-11-24 | ReplayGainMode: add ToString(), FromString() | Max Kellermann |
2016-11-24 | Partition: add UpdateEffectiveReplayGainMode() | Max Kellermann |
2016-11-10 | command: remove the obsolete Error support code | Max Kellermann |
2016-09-08 | player/Control: convert error from Error to std::exception_ptr | Max Kellermann |
2016-09-08 | player/Control: use class Error as C++ exception, throw it | Max Kellermann |
2016-09-08 | command/Player: restore "single" mode using AtScopeExit() | Max Kellermann |
2016-03-05 | Partition: add method EmitIdle() | Max Kellermann |
2016-03-01 | *: include cleanup (using iwyu) | Max Kellermann |
2016-02-28 | player/Control: Play*() returns Error information | 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-12-18 | PlaylistError: add exception class wrapping enum PlaylistResult | Max Kellermann |
2015-11-11 | queue/Playlist: seek methods return bool/Error instead of PlaylistResult | Max Kellermann |
2015-11-11 | player/Control: add Lock prefix to locking method names | Max Kellermann |
2015-08-13 | command: pass Response object to command callbacks | Max Kellermann |
2015-08-12 | client/Response: new Client wrapper class for writing responses | Max Kellermann |
2015-08-11 | command/Request: add parser methods | Max Kellermann |
2015-08-11 | protocol/ArgParser: overload as ParseCommandArg(), pass references | Max Kellermann |
2015-08-11 | command/Request: new struct wrapping ConstBuffer<const char *> | Max Kellermann |
2015-01-01 | Copyright year 2015 | Max Kellermann |
2014-12-08 | command: use ConstBuffer<const char *> for argument list | Max Kellermann |
2014-11-25 | {Tag,Song}Print, PlayerCommands: report song duration with milliseconds preci... | Max Kellermann |
2014-08-29 | PlayerThread: use SongTime for elapsed_time | Max Kellermann |
2014-08-29 | PlayerControl: use SignedSongTime for the song duration | Max Kellermann |
2014-08-28 | Playlist: use std::chrono::duration for Seek*() | Max Kellermann |
2014-06-16 | command: make argc unsigned | Max Kellermann |
2014-02-27 | Playlist*: move to queue/ | Max Kellermann |
2014-01-30 | db: add compile-time option to disable database | Max Kellermann |
2014-01-30 | db/update: convert to OO API | Max Kellermann |
2014-01-28 | OutputAll: convert to class, move instance to class Partition | Max Kellermann |
2014-01-24 | Mixer*: move to mixer/ | Max Kellermann |
2014-01-24 | Database*: move to db/ | Max Kellermann |
2014-01-24 | Client*: move to client/ | Max Kellermann |
2014-01-24 | Update*: move to update/ | Max Kellermann |
2014-01-23 | output/*: move to output/plugins/ | Max Kellermann |
2014-01-13 | copyright year 2014 | Max Kellermann |
2013-10-30 | PlayerCommands: show CrossFade/MixRamp only if enabled | Max Kellermann |
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann |