aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update (follow)
Commit message (Expand)AuthorAgeFilesLines
* db/update/InotifyQueue: use StringAfterPrefix()Max Kellermann2015-11-061-6/+6
* util/StringCompare: add StringIsEmpty()Max Kellermann2015-11-063-3/+6
* update: apply .mpdignore matches to subdirectoriesAnthony DeRossi2015-09-304-11/+34
* db/update/ExcludeList: remove obsolete TODO commentsMax Kellermann2015-06-222-5/+3
* db/update/ExcludeList: move class Pattern to fs/Glob.hxxMax Kellermann2015-06-222-31/+8
* db/update/ExcludeList: use the NarrowPath classMax Kellermann2015-03-251-1/+2
* *: doxygen fixupsMax Kellermann2015-03-171-1/+2
* *: change C-style prototypes, drop "(void)"Max Kellermann2015-03-031-1/+1
* system/FileDescriptor: new wrapper class for a file descriptorMax Kellermann2015-03-032-6/+8
* db/update/Container: convert vtrack name to FS charsetMax Kellermann2015-03-031-1/+4
* fs/FileInfo: new library providing GetFileInfo()Max Kellermann2015-02-281-8/+7
* storage/FileInfo: rename to StorageFileInfoMax Kellermann2015-02-287-36/+38
* db/ExcludeList: use the TextFile class instead of stdio.hMax Kellermann2015-02-251-17/+24
* Merge branch 'v0.19.x'Max Kellermann2015-01-291-1/+1
|\
| * db/update/Walk: use std::unique_ptr instead of std::auto_ptrMax Kellermann2015-01-291-1/+1
* | config/Option: convert to strictly-typed enumMax Kellermann2015-01-211-2/+2
* | Copyright year 2015Max Kellermann2015-01-0127-27/+27
* | playlist, InotifySource, ...: update GLib commentsMax Kellermann2014-12-041-2/+2
|/
* storage/Interface: include cleanupMax Kellermann2014-10-011-0/+1
* *: add missing Compiler.h includesMax Kellermann2014-08-305-0/+5
* db/update/InotifySource: remove FifoBufferMax Kellermann2014-08-062-16/+15
* Directory: eliminate attribute "have_stat"Max Kellermann2014-06-161-2/+1
* db/simple: use class boost::intrusive::listMax Kellermann2014-06-162-41/+37
* 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