Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 31 | -31/+31 | |
2014-12-12 | sticker/Match: add inequality operators | Max Kellermann | 1 | -0/+4 | |
2014-12-12 | sticker/Match: add operator "EQUALS" | Max Kellermann | 1 | -1/+17 | |
Mapped to "=" in the MPD protocol. This is the first operator, initially supporting value matches in the MPD protocol. | |||||
2014-12-12 | sticker/Song: add enum StickerOperator to sticker_song_find() | Max Kellermann | 1 | -0/+4 | |
2014-12-12 | sticker/Database: use the Error library | Max Kellermann | 1 | -7/+23 | |
2014-12-09 | AllCommands: use ARRAY_SIZE() | Max Kellermann | 1 | -1/+2 | |
2014-12-08 | command: use ConstBuffer<const char *> for argument list | Max Kellermann | 25 | -420/+417 | |
2014-12-08 | AllCommands: simplify the tokenizer loop | Max Kellermann | 1 | -17/+19 | |
2014-12-08 | AllCommands: assign current_command early | Max Kellermann | 1 | -5/+4 | |
2014-12-08 | AllCommands: remove redundant initializer | Max Kellermann | 1 | -1/+1 | |
2014-12-06 | AllCommands: make variables more local | Max Kellermann | 1 | -16/+13 | |
2014-12-06 | AllCommands: make the commands array "constexpr" | Max Kellermann | 1 | -1/+1 | |
2014-11-25 | {Tag,Song}Print, PlayerCommands: report song duration with milliseconds ↵ | Max Kellermann | 1 | -0/+4 | |
precision | |||||
2014-11-18 | QueueCommands: workaround for buggy clients that send "add /" | Max Kellermann | 1 | -1/+10 | |
2014-11-18 | DatabaseCommands: add "window" parameter to "search"/"find" | Max Kellermann | 1 | -1/+13 | |
2014-10-25 | AllCommands: "commands" returns playlist commands only if playlist_directory ↵ | Max Kellermann | 3 | -0/+23 | |
configured | |||||
2014-10-09 | StoragePlugin: pass EventLoop to constructor | Max Kellermann | 1 | -2/+4 | |
2014-10-01 | storage/Interface: include cleanup | Max Kellermann | 1 | -0/+1 | |
2014-09-18 | command/list: reset used size after the list has been processed | Andrzej Rybczak | 1 | -0/+1 | |
2014-08-29 | PlayerThread: use SongTime for elapsed_time | Max Kellermann | 1 | -2/+2 | |
2014-08-29 | PlayerControl: use SignedSongTime for the song duration | Max Kellermann | 1 | -1/+3 | |
2014-08-28 | PlaylistEdit: pass std::chrono::duration to SetSongIdRange() | Max Kellermann | 1 | -11/+11 | |
2014-08-28 | Playlist: use std::chrono::duration for Seek*() | Max Kellermann | 1 | -6/+8 | |
2014-08-12 | AllCommands: close connection after syntax error | Max Kellermann | 1 | -1/+3 | |
Stop HTTP clients from exploiting MPD via forged POST requests. | |||||
2014-07-29 | db/Interface: add virtual method Update() | Max Kellermann | 1 | -0/+24 | |
For database plugins that don't use the UpdateService. | |||||
2014-07-29 | OtherCommands: split handle_update() | Max Kellermann | 1 | -16/+22 | |
2014-07-12 | QueueCommands: new command "rangeid" | Max Kellermann | 3 | -0/+58 | |
Manipulates the playback range of a queued song. | |||||
2014-07-11 | PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songs | Max Kellermann | 3 | -0/+9 | |
Implement a "bulk" edit mode that postpones both UpdateQueuedSong() and OnModified(). This way, the playlist version gets incremented only once. More importantly: when adding multiple songs to a queue that consists of only one song, the first song that got added will always be played next. By postponing this choice, all newly added songs get a chance to become the next song. Fixes the second (and last) part of Mantis ticket 0004005. | |||||
2014-07-11 | QueueCommands: make "result" more local | Max Kellermann | 1 | -3/+2 | |
2014-06-16 | command: make argc unsigned | Max Kellermann | 25 | -206/+205 | |
2014-06-11 | ClientList: use class boost::intrusive::list | Max Kellermann | 1 | -4/+4 | |
Eliminate extra allocations for the std::list node instances. | |||||
2014-05-10 | PlaylistCommands: remove redundant playlist_load_spl() call | Max Kellermann | 1 | -17/+1 | |
This case is handled already by playlist_open_in_playlist_dir() (via playlist_mapper_open()). And the call didn't work anyway. | |||||
2014-04-27 | db/Count: implement grouping | Max Kellermann | 1 | -2/+16 | |
2014-04-26 | DatabasePrint: move PrintSongCount() to Count.cxx | Max Kellermann | 1 | -0/+1 | |
2014-04-25 | DatabasePrint: refactor variable/function names | Max Kellermann | 1 | -2/+2 | |
2014-04-25 | DatabaseCommands: disallow "grouping" by the selected tag | Max Kellermann | 1 | -0/+7 | |
Fixes assertion failure. | |||||
2014-04-24 | DatabasePrint: eliminate printAllIn(), printInfoForAllIn() | Max Kellermann | 1 | -2/+4 | |
2014-04-24 | DatabaseCommands: "list" allows grouping | Max Kellermann | 1 | -1/+20 | |
2014-04-24 | DatabaseCommands: simplify the handle_list() argument parser | Max Kellermann | 1 | -9/+12 | |
2014-04-24 | SongFilter: convert argv to ConstBuffer | Max Kellermann | 2 | -7/+20 | |
2014-04-24 | DatabaseCommands: fix crash on "list base" | Max Kellermann | 1 | -7/+2 | |
The string "base" is understood by locate_parse_type(), but not by listAllUniqueTags(). The special tag type LOCATE_TAG_BASE_TYPE causes a crash in PrintUniqueTag(). | |||||
2014-04-24 | DatabaseCommands: clarify compatibility comment | Max Kellermann | 1 | -1/+1 | |
2014-03-14 | command/{storage,file}: suppress bogus format warnings on WIN32 | Max Kellermann | 2 | -0/+22 | |
2014-03-01 | command: add command "listfiles" | Max Kellermann | 9 | -2/+237 | |
Lists files and directories. Supports storage plugins. | |||||
2014-02-28 | {Other,Database}Commands: contract declaration and assignment | Max Kellermann | 2 | -12/+6 | |
2014-02-27 | AllCommands: "findadd" requires the "add" permission | Max Kellermann | 1 | -1/+1 | |
2014-02-27 | db/simple: mount points | Max Kellermann | 2 | -0/+51 | |
A SimpleDatabase instance can now "mount" other Database instances at certain locations. This is used to use a new SimpleDatabase instance for each storage mount (issued with the "mount" protocol command). Each such instance has its own database file, stored in the directory that is specified with the "cache_directory" option. | |||||
2014-02-27 | Playlist: use the Error library to return errors | Max Kellermann | 2 | -17/+17 | |
2014-02-27 | Playlist*: move to queue/ | Max Kellermann | 3 | -3/+3 | |
2014-02-19 | DatabasePlugin: split header | Max Kellermann | 1 | -1/+1 | |