aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update (follow)
Commit message (Expand)AuthorAgeFilesLines
* db/update/ExcludeList: make no-op if GLib is disabledMax Kellermann2014-03-012-0/+22
* db/simple: mount pointsMax Kellermann2014-02-276-17/+160
* db/update/Queue: use std::list instead of std::queueMax Kellermann2014-02-272-5/+4
* db/simple: GetRoot() returns referenceMax Kellermann2014-02-271-1/+1
* db/update/Service: allocate UpdateWalk dynamicallyMax Kellermann2014-02-275-19/+28
* db/update: cancel the update on shutdownMax Kellermann2014-02-275-1/+55
* db/UpdateGlue: rename to Service.cxxMax Kellermann2014-02-272-161/+140
* db/simple: create dedicated directoryMax Kellermann2014-02-268-13/+13
* DecoderPlugin: free the container_scan() return value with delete[]Max Kellermann2014-02-241-3/+1
* util/StringUtil: add function Strip()Max Kellermann2014-02-171-2/+2
* db/update/Walk: disable FindAncestorLoop() if device/inode==0Max Kellermann2014-02-091-0/+5
* db/update/Walk: document FindAncestorLoop()Max Kellermann2014-02-091-0/+6
* db/update/Walk: rename find_inode_ancestor() to FindAncestorLoop()Max Kellermann2014-02-091-4/+4
* ArchivePlugin: pass Path to open()Max Kellermann2014-02-081-1/+1
* ArchivePlugin: rename struct archive_plugin to ArchivePluginMax Kellermann2014-02-082-5/+4
* InotifyUpdate: use class Storage instead of Mapper.cxxMax Kellermann2014-02-072-4/+7
* InotifyUpdate: use the root name instead of mapper_get_music_directory_fs()Max Kellermann2014-02-071-1/+1
* InotifyUpdate: move functions into the WatchDirectory classMax Kellermann2014-02-071-13/+18
* InotifyUpdate: remove unnecessary #ifdefsMax Kellermann2014-02-071-18/+0
* StoragePlugin: add method MapToRelativeUTF8()Max Kellermann2014-02-071-3/+8
* DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann2014-02-071-2/+2
* fixed leaked LocalDirectoryReader *const reader in UpdateWalk::UpdateDirectorygeneticdrift2014-02-061-3/+3
* SongUpdate: use the Storage interface, support remote filesMax Kellermann2014-02-062-3/+3
* db/update: include StorageInterface.hxx instead of LocalStorage.hxxMax Kellermann2014-02-052-2/+2
* storage: add abstract interfaceMax Kellermann2014-02-056-25/+25
* db/UpdateWalk: move LocalStorage to InstanceMax Kellermann2014-02-056-7/+13
* db/update/Remove: initialize attribute "removed_song"Max Kellermann2014-02-051-1/+2
* LocalStorage: new API abstracting filesystem walkMax Kellermann2014-02-057-174/+211
* db/UpdateIO: add "pure" attributesMax Kellermann2014-02-051-0/+4
* db/UpdateGlue: relax assertionMax Kellermann2014-02-051-2/+2
* db/DatabaseListener: add method OnDatabaseSongRemoved()Max Kellermann2014-02-046-28/+13
* db/update/Service: use DatabaseListener instead of InstanceMax Kellermann2014-02-042-5/+11
* db/update/Service: use EventLoop::IsInside()Max Kellermann2014-02-041-2/+6
* db/update/Service: initialize "progress" and "update_task_id"Max Kellermann2014-02-041-1/+3
* db/update/Service: add SimpleDatabase referenceMax Kellermann2014-02-042-8/+11
* db/update/Walk: add Directory reference parameterMax Kellermann2014-02-043-14/+14
* db/update/Archive: delete archive from database on errorMax Kellermann2014-01-311-0/+2
* db/update/Editor: add locking method variantsMax Kellermann2014-01-315-27/+36
* db/update: convert runtime check to assertionMax Kellermann2014-01-311-4/+1
* update/Walk: declare std::string at assignmentMax Kellermann2014-01-301-4/+2
* db/update: convert to OO APIMax Kellermann2014-01-3023-494/+468
* ExcludeList: move to db/update/Max Kellermann2014-01-302-0/+163
* InotifyUpdate: pass EventLoop to mpd_inotify_init()Max Kellermann2014-01-292-6/+8
* db/Directory: move isRootDirectory() to Uri.hxxMax Kellermann2014-01-291-0/+1
* Playlist{Info,Vector}: move to db/Max Kellermann2014-01-272-2/+2
* Database*: move to db/Max Kellermann2014-01-2429-0/+2660