summaryrefslogtreecommitdiff
path: root/src/command
AgeCommit message (Expand)Author
2014-03-14command/{storage,file}: suppress bogus format warnings on WIN32Max Kellermann
2014-03-02Merge tag 'release-0.18.9'Max Kellermann
2014-03-01command: add command "listfiles"Max Kellermann
2014-02-28{Other,Database}Commands: contract declaration and assignmentMax Kellermann
2014-02-27AllCommands: "findadd" requires the "add" permissionMax Kellermann
2014-02-27db/simple: mount pointsMax Kellermann
2014-02-27Playlist: use the Error library to return errorsMax Kellermann
2014-02-27Playlist*: move to queue/Max Kellermann
2014-02-19DatabasePlugin: split headerMax Kellermann
2014-02-19StickerCommands: include cleanupMax Kellermann
2014-02-12StorageCommands: add command "unmount"Max Kellermann
2014-02-12StorageCommands: emit IDLE_MOUNT on successful "mount"Max Kellermann
2014-02-12StorageCommands: add command "listmounts"Max Kellermann
2014-02-09StorageCommands: expose the "mount" commandMax Kellermann
2014-02-09Idle: error out when unrecognized idle event was specifiedMax Kellermann
2014-02-09OtherCommands: remove unnecessary nullptr checkMax Kellermann
2014-02-07OtherCommands: use Storage::MapUTF8() instead of Mapper.cxxMax Kellermann
2014-02-07FileCommands: support remove database filesMax Kellermann
2014-02-07FileCommands: use Storage::MapFS() instead of map_uri_fs()Max Kellermann
2014-02-07FileCommands: move code to read_file_comments()Max Kellermann
2014-02-07Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann
2014-02-04{Message,Neighbor}Commands: use Client::partition instead of Main.hxxMax Kellermann
2014-02-04Instance: add Database attributeMax Kellermann
2014-02-04db/Simple: remove unused function db_get_directory()Max Kellermann
2014-02-04SongSticker: add Database reference parameterMax Kellermann
2014-02-04db/DatabasePlaylist: pass Database reference aroundMax Kellermann
2014-02-03PlaylistFile: use class SongLoaderMax Kellermann
2014-02-03PlaylistFile: switch spl_append_uri() argumentsMax Kellermann
2014-02-03SongLoader: new class that merges duplicate codeMax Kellermann
2014-02-03FileCommands: use PathTraitsUTF8::IsAbsolute()Max Kellermann
2014-02-02ClientFile: move client_allow_file() into the Client classMax Kellermann
2014-01-30db: add compile-time option to disable databaseMax Kellermann
2014-01-30OtherCommands: merge duplicate code from handle_update(), handle_rescan()Max Kellermann
2014-01-30db/update: convert to OO APIMax Kellermann
2014-01-29db/Directory: move isRootDirectory() to Uri.hxxMax Kellermann
2014-01-29sticker: don't use classes Directory and SongMax Kellermann
2014-01-28OutputAll: convert to class, move instance to class PartitionMax Kellermann
2014-01-27Playlist{Info,Vector}: move to db/Max Kellermann
2014-01-26NeighborCommands: convert assertion to runtime checkMax Kellermann
2014-01-26neighbor: new subsystem to detect file servers on the local networkMax Kellermann
2014-01-24Mixer*: move to mixer/Max Kellermann
2014-01-24Database*: move to db/Max Kellermann
2014-01-24Sticker*: move to sticker/Max Kellermann
2014-01-24Client*: move to client/Max Kellermann
2014-01-24Update*: move to update/Max Kellermann
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann
2014-01-23output/*: move to output/plugins/Max Kellermann
2014-01-23playlist/*: move to playlist/plugins/Max Kellermann
2014-01-22LightDirectory: new struct replacing Directory in the DB APIMax Kellermann
2014-01-19LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann