aboutsummaryrefslogtreecommitdiffstats
path: root/src/command (follow)
Commit message (Expand)AuthorAgeFilesLines
* QueueCommands: workaround for buggy clients that send "add /"Max Kellermann2014-11-181-1/+10
* StoragePlugin: pass EventLoop to constructorMax Kellermann2014-10-091-2/+4
* storage/Interface: include cleanupMax Kellermann2014-10-011-0/+1
* Merge branch 'v0.18.x'Max Kellermann2014-09-241-0/+1
|\
| * command/list: reset used size after the list has been processedAndrzej Rybczak2014-09-181-0/+1
* | PlayerThread: use SongTime for elapsed_timeMax Kellermann2014-08-291-2/+2
* | PlayerControl: use SignedSongTime for the song durationMax Kellermann2014-08-291-1/+3
* | PlaylistEdit: pass std::chrono::duration to SetSongIdRange()Max Kellermann2014-08-281-11/+11
* | Playlist: use std::chrono::duration for Seek*()Max Kellermann2014-08-281-6/+8
* | AllCommands: close connection after syntax errorMax Kellermann2014-08-121-1/+3
* | db/Interface: add virtual method Update()Max Kellermann2014-07-291-0/+24
* | OtherCommands: split handle_update()Max Kellermann2014-07-291-16/+22
* | QueueCommands: new command "rangeid"Max Kellermann2014-07-123-0/+58
* | Merge branch 'v0.18.x'Max Kellermann2014-07-113-0/+9
|\|
| * PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songsMax Kellermann2014-07-113-0/+9
| * QueueCommands: make "result" more localMax Kellermann2014-07-111-3/+2
* | command: make argc unsignedMax Kellermann2014-06-1625-206/+205
* | ClientList: use class boost::intrusive::listMax Kellermann2014-06-111-4/+4
* | PlaylistCommands: remove redundant playlist_load_spl() callMax Kellermann2014-05-101-17/+1
* | db/Count: implement groupingMax Kellermann2014-04-271-2/+16
* | DatabasePrint: move PrintSongCount() to Count.cxxMax Kellermann2014-04-261-0/+1
* | DatabasePrint: refactor variable/function namesMax Kellermann2014-04-251-2/+2
* | DatabaseCommands: disallow "grouping" by the selected tagMax Kellermann2014-04-251-0/+7
* | DatabasePrint: eliminate printAllIn(), printInfoForAllIn()Max Kellermann2014-04-241-2/+4
* | DatabaseCommands: "list" allows groupingMax Kellermann2014-04-241-1/+20
* | DatabaseCommands: simplify the handle_list() argument parserMax Kellermann2014-04-241-9/+12
* | SongFilter: convert argv to ConstBufferMax Kellermann2014-04-242-7/+20
* | DatabaseCommands: fix crash on "list base"Max Kellermann2014-04-241-7/+2
* | DatabaseCommands: clarify compatibility commentMax Kellermann2014-04-241-1/+1
* | command/{storage,file}: suppress bogus format warnings on WIN32Max Kellermann2014-03-142-0/+22
* | Merge tag 'release-0.18.9'Max Kellermann2014-03-021-1/+1
|\|
| * AllCommands: "findadd" requires the "add" permissionMax Kellermann2014-02-271-1/+1
* | command: add command "listfiles"Max Kellermann2014-03-019-2/+237
* | {Other,Database}Commands: contract declaration and assignmentMax Kellermann2014-02-282-12/+6
* | db/simple: mount pointsMax Kellermann2014-02-272-0/+51
* | Playlist: use the Error library to return errorsMax Kellermann2014-02-272-17/+17
* | Playlist*: move to queue/Max Kellermann2014-02-273-3/+3
* | DatabasePlugin: split headerMax Kellermann2014-02-191-1/+1
* | StickerCommands: include cleanupMax Kellermann2014-02-191-1/+0
* | StorageCommands: add command "unmount"Max Kellermann2014-02-123-0/+33
* | StorageCommands: emit IDLE_MOUNT on successful "mount"Max Kellermann2014-02-121-0/+2
* | StorageCommands: add command "listmounts"Max Kellermann2014-02-123-0/+54
* | StorageCommands: expose the "mount" commandMax Kellermann2014-02-093-0/+97
* | Idle: error out when unrecognized idle event was specifiedMax Kellermann2014-02-091-8/+9
* | OtherCommands: remove unnecessary nullptr checkMax Kellermann2014-02-091-3/+0
* | OtherCommands: use Storage::MapUTF8() instead of Mapper.cxxMax Kellermann2014-02-071-4/+6
* | FileCommands: support remove database filesMax Kellermann2014-02-071-6/+13
* | FileCommands: use Storage::MapFS() instead of map_uri_fs()Max Kellermann2014-02-071-5/+11
* | FileCommands: move code to read_file_comments()Max Kellermann2014-02-071-15/+22
* | Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann2014-02-072-2/+4