| Commit message (Expand) | Author | Files | Lines |
2014-07-29 | db/Interface: add virtual method Update() | Max Kellermann | 1 | -0/+24 |
2014-07-29 | OtherCommands: split handle_update() | Max Kellermann | 1 | -16/+22 |
2014-07-12 | QueueCommands: new command "rangeid" | Max Kellermann | 3 | -0/+58 |
2014-07-11 | PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songs | Max Kellermann | 3 | -0/+9 |
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 |
2014-05-10 | PlaylistCommands: remove redundant playlist_load_spl() call | Max Kellermann | 1 | -17/+1 |
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 |
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 |
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 |
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 |
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 |
2014-02-19 | StickerCommands: include cleanup | Max Kellermann | 1 | -1/+0 |
2014-02-12 | StorageCommands: add command "unmount" | Max Kellermann | 3 | -0/+33 |
2014-02-12 | StorageCommands: emit IDLE_MOUNT on successful "mount" | Max Kellermann | 1 | -0/+2 |
2014-02-12 | StorageCommands: add command "listmounts" | Max Kellermann | 3 | -0/+54 |
2014-02-09 | StorageCommands: expose the "mount" command | Max Kellermann | 3 | -0/+97 |
2014-02-09 | Idle: error out when unrecognized idle event was specified | Max Kellermann | 1 | -8/+9 |
2014-02-09 | OtherCommands: remove unnecessary nullptr check | Max Kellermann | 1 | -3/+0 |
2014-02-07 | OtherCommands: use Storage::MapUTF8() instead of Mapper.cxx | Max Kellermann | 1 | -4/+6 |
2014-02-07 | FileCommands: support remove database files | Max Kellermann | 1 | -6/+13 |
2014-02-07 | FileCommands: use Storage::MapFS() instead of map_uri_fs() | Max Kellermann | 1 | -5/+11 |
2014-02-07 | FileCommands: move code to read_file_comments() | Max Kellermann | 1 | -15/+22 |
2014-02-07 | Mapper: move map_song_detach() to db/DatabaseSong.cxx | Max Kellermann | 2 | -2/+4 |
2014-02-04 | {Message,Neighbor}Commands: use Client::partition instead of Main.hxx | Max Kellermann | 4 | -13/+17 |
2014-02-04 | Instance: add Database attribute | Max Kellermann | 3 | -4/+6 |
2014-02-04 | db/Simple: remove unused function db_get_directory() | Max Kellermann | 1 | -1/+0 |
2014-02-04 | SongSticker: add Database reference parameter | Max Kellermann | 1 | -1/+1 |
2014-02-04 | db/DatabasePlaylist: pass Database reference around | Max Kellermann | 2 | -2/+12 |
2014-02-03 | PlaylistFile: use class SongLoader | Max Kellermann | 1 | -7/+2 |
2014-02-03 | PlaylistFile: switch spl_append_uri() arguments | Max Kellermann | 1 | -1/+1 |
2014-02-03 | SongLoader: new class that merges duplicate code | Max Kellermann | 2 | -56/+33 |
2014-02-03 | FileCommands: use PathTraitsUTF8::IsAbsolute() | Max Kellermann | 1 | -1/+1 |
2014-02-02 | ClientFile: move client_allow_file() into the Client class | Max Kellermann | 3 | -7/+4 |
2014-01-30 | db: add compile-time option to disable database | Max Kellermann | 7 | -4/+56 |
2014-01-30 | OtherCommands: merge duplicate code from handle_update(), handle_rescan() | Max Kellermann | 1 | -31/+10 |