index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
db
Age
Commit message (
Expand
)
Author
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-26
util/Error: use std::exception_ptr instead of std::exception
Max Kellermann
2016-02-26
SongUpdate: remove obsolete overload UpdateFileInArchive(Storage)
Max Kellermann
2016-02-26
db/update/Archive: rescan tags on existing songs in archive
Max Kellermann
2016-02-26
db/update/Archive: pass ArchiveFile to Song constructor
Max Kellermann
2016-02-26
SongUpdate: add UpdateFileInArchive(ArchiveFile&)
Max Kellermann
2016-02-07
lib/expat: use C++ exceptions instead of class Error
Max Kellermann
2016-02-07
upnp/ContentDirectoryService: use AtScopeExit() for ixmlDocument_free()
Max Kellermann
2016-02-07
lib/upnp: use C++ exceptions instead of class Error
Max Kellermann
2016-02-07
db/DatabaseError: add exception class DatabaseError
Max Kellermann
2016-02-07
db/DatabaseError: rename enum db_error and make strictly-typed
Max Kellermann
2015-12-29
fs/DirectoryReader: use C++ exceptions instead of class Error
Max Kellermann
2015-12-28
PlaylistFile: throw exception on spl_map_to_fs() failure
Max Kellermann
2015-12-18
db/Configured: allocate ConfigBlock on the stack
Max Kellermann
2015-12-18
fs/io/Reader: use C++ exceptions instead of class Error
Max Kellermann
2015-12-16
fs/io/OutputStream: use C++ exceptions in Write()
Max Kellermann
2015-12-16
fs/io/GzipOutputStream: use C++ exceptions in constructor
Max Kellermann
2015-12-16
fs/io/FileOutputStream: use C++ exceptions in Commit()
Max Kellermann
2015-12-16
fs/io/FileOutputStream: use C++ exceptions in constructor
Max Kellermann
2015-12-16
db/simple: use std::unique_ptr<GzipOutputStream>
Max Kellermann
2015-12-16
db/DatabaseLock: add class ScopeDatabaseUnlock
Max Kellermann
2015-12-16
db/simple: use class ScopeDatabaseLock
Max Kellermann
2015-12-16
db/DatabaseLock: add ScopeDatabaseLock::unlock()
Max Kellermann
2015-11-11
db/simple: use StringAfterPrefix() instead of StringStartsWith()
Max Kellermann
2015-11-06
db/update/InotifyQueue: use StringAfterPrefix()
Max Kellermann
2015-11-06
util/StringCompare: add StringIsEmpty()
Max Kellermann
2015-11-06
util/StringUtil: move comparison functions to StringCompare.cxx
Max Kellermann
2015-10-19
util/DeleteDisposer: new utility class
Max Kellermann
2015-09-30
util/StringView: new utility class
Max Kellermann
2015-09-30
update: apply .mpdignore matches to subdirectories
Anthony DeRossi
2015-08-24
db/UniqueTags, tag/Set, ...: use typedef tag_mask_t
Max Kellermann
2015-08-24
tag/Settings: convert to C++
Max Kellermann
2015-08-24
tag/Settings: add function IsTagEnabled() wrapping access to ignore_tag_items[]
Max Kellermann
2015-08-12
client/Response: new Client wrapper class for writing responses
Max Kellermann
2015-06-25
SongFilter: return "const char *" instead of std::string
Max Kellermann
2015-06-22
db/update/ExcludeList: remove obsolete TODO comments
Max Kellermann
2015-06-22
db/update/ExcludeList: move class Pattern to fs/Glob.hxx
Max Kellermann
2015-03-25
db/update/ExcludeList: use the NarrowPath class
Max Kellermann
2015-03-17
*: doxygen fixups
Max Kellermann
2015-03-05
fs/Traits: add macro PATH_LITERAL()
Max Kellermann
2015-03-05
db/Configured: convert path to UTF-8 before injecting into configuration
Max Kellermann
2015-03-03
*: change C-style prototypes, drop "(void)"
Max Kellermann
2015-03-03
system/FileDescriptor: new wrapper class for a file descriptor
Max Kellermann
2015-03-03
db/update/Container: convert vtrack name to FS charset
Max Kellermann
2015-03-03
storage/local: convert mangled URI to FS charset
Max Kellermann
2015-03-01
db/simple: eliminate UpdateFileInArchive() if archive API is disabled
Max Kellermann
2015-02-28
fs/FileInfo: new library providing GetFileInfo()
Max Kellermann
2015-02-28
storage/FileInfo: rename to StorageFileInfo
Max Kellermann
2015-02-27
fs/FileSystem: merge CheckAccess() into PathExists()
Max Kellermann
2015-02-25
db/ExcludeList: use the TextFile class instead of stdio.h
Max Kellermann
[next]