summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-02-04ClientMessage: undefine GetMessage on WIN32Max Kellermann
2014-02-04GlobalEvents: remove obsolete event DELETEMax Kellermann
2014-02-04Instance: add Database attributeMax Kellermann
2014-02-04Main: create UpdateService instance in glue_db_init_and_load()Max Kellermann
2014-02-04db/update/Service: initialize "progress" and "update_task_id"Max Kellermann
2014-02-04StateFile: pass Database to SongLoaderMax Kellermann
2014-02-04db/update/Service: add SimpleDatabase referenceMax Kellermann
2014-02-04db/update/Walk: add Directory reference parameterMax 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-04db/LightSong: make "real_uri" a pointerMax Kellermann
2014-02-03PlaylistFile: use class SongLoaderMax Kellermann
2014-02-03PlaylistFile: switch spl_append_uri() argumentsMax Kellermann
2014-02-03QueueSave: use class SongLoaderMax Kellermann
2014-02-03SongLoader: new class that merges duplicate codeMax Kellermann
2014-02-03FileCommands: use PathTraitsUTF8::IsAbsolute()Max Kellermann
2014-02-03PlaylistSave: remove redundant backslash conversionMax Kellermann
2014-02-02ClientFile: move client_allow_file() into the Client classMax Kellermann
2014-02-01Playlist: pass Database to DatabaseModified()Max Kellermann
2014-02-01Partition: disable DatabaseModified() if not ENABLE_DATABASEMax Kellermann
2014-02-01Main: don't measure DatabaseGlobalDeinit() timeMax Kellermann
2014-02-01Stats: pass Database reference aroundMax Kellermann
2014-02-01Stats: remove obsolete "simple" plugin special caseMax Kellermann
2014-02-01Stats: return false if update has failedMax Kellermann
2014-01-31Mapper: assert that Song::parent is not nullptrMax Kellermann
2014-01-31db/update/Archive: delete archive from database on errorMax Kellermann
2014-01-31db/update/Editor: add locking method variantsMax Kellermann
2014-01-31db/update: convert runtime check to assertionMax Kellermann
2014-01-30fs/AllocatedPath: add conversion constructor from PathMax Kellermann
2014-01-30fs/DirectoryReader: GetEntry() returns Path, not AllocatedPathMax Kellermann
2014-01-30update/Walk: declare std::string at assignmentMax Kellermann
2014-01-30PlaylistFile: narrow LoadPlaylistFileInfo() API to accept PathMax Kellermann
2014-01-30fs/AllocatedPath: add Build() overlays with Path argumentsMax 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-30Main, OutputThread: increase kernel timer slack (Linux)Max Kellermann
2014-01-30ExcludeList: move to db/update/Max Kellermann
2014-01-29InotifyUpdate: pass EventLoop to mpd_inotify_init()Max Kellermann
2014-01-29Listen: pass EventLoop to listen_global_init()Max Kellermann
2014-01-29db/Directory: move isRootDirectory() to Uri.hxxMax Kellermann
2014-01-29sticker: don't use classes Directory and SongMax Kellermann
2014-01-29OutputThread: move more functions into the AudioOutput classMax Kellermann
2014-01-29output: rename "chunk" to "current_chunk"Max Kellermann
2014-01-29output: move functions into the AudioOutput structMax Kellermann
2014-01-29AudioOutput: make "plugin" a referenceMax Kellermann
2014-01-29AudioOutput: pass plugin to constructorMax Kellermann
2014-01-29CommandLine: remove junk from string literalMax Kellermann
2014-01-28AudioOutput: add constructor and destructorMax Kellermann