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
/
storage
Age
Commit message (
Expand
)
Author
2015-11-06
util/StringCompare: add StringIsEmpty()
Max Kellermann
2015-06-26
config/Global: allow calling config_get_string() with one argument
Max Kellermann
2015-06-21
Merge tag 'v0.19.10'
Max Kellermann
2015-05-29
storage/nfs: fix deadlock when connecting
Thomas Guillem
2015-03-03
storage/local: use PathTraitsFS typedefs
Max Kellermann
2015-02-28
fs/FileInfo: new library providing GetFileInfo()
Max Kellermann
2015-02-28
storage/FileInfo: rename to StorageFileInfo
Max Kellermann
2015-01-21
config/Option: convert to strictly-typed enum
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-26
Merge branch 'v0.19.x'
Max Kellermann
2014-12-26
db/simple: fix implicit nullptr/bool conversion
Max Kellermann
2014-12-15
Merge branch 'v0.19.x'
Max Kellermann
2014-12-15
storage/nfs: clear last_error in SetState()
Max Kellermann
2014-11-28
Compiler.h: add macro CLANG_OR_GCC_VERSION()
Max Kellermann
2014-10-09
storage/nfs: use the libnfs async API
Max Kellermann
2014-10-09
StoragePlugin: pass EventLoop to constructor
Max Kellermann
2014-10-07
storage/nfs: move code to class MemoryStorageDirectoryReader
Max Kellermann
2014-10-07
storage/nfs: move code to Copy()
Max Kellermann
2014-10-05
lib/nfs/Base: kludge to reduce number of NFS mounts
Max Kellermann
2014-10-02
storage: remove redundant "virtual" keywords
Max Kellermann
2014-10-01
storage/Interface: include cleanup
Max Kellermann
2014-10-01
storage/nfs: make a few attributes "const"
Max Kellermann
2014-09-28
storage/nfs: convert file name to UTF-8
Max Kellermann
2014-09-28
storage/nfs: use string::append() instead of string::insert()
Max Kellermann
2014-09-28
storage/nfs: move code to UriToNfsPath()
Max Kellermann
2014-03-01
storage/Configured: fix fallback music directory
Max Kellermann
2014-02-27
CompositeStorage: add method GetMount()
Max Kellermann
2014-02-19
DatabasePlugin: add FLAG_REQUIRE_STORAGE
Max Kellermann
2014-02-12
CompositeStorage: fix tree walk in Directory::Unmount()
Max Kellermann
2014-02-12
StorageCommands: add command "listmounts"
Max Kellermann
2014-02-09
CompositeStorage: new Storage implementation
Max Kellermann
2014-02-09
Main: move code to storage/Configured.cxx
Max Kellermann
2014-02-08
storage/nfs: new storage plugin
Max Kellermann
2014-02-07
storage: add struct StoragePlugin and a plugin registry
Max Kellermann
2014-02-07
storage/local: remove utf8 path from constructor
Max Kellermann
2014-02-07
StoragePlugin: add method MapToRelativeUTF8()
Max Kellermann
2014-02-07
storage/local: hide the class declarations
Max Kellermann
2014-02-06
*/smbclient: protect all libsmbclient calls with a mutex
Max Kellermann
2014-02-06
storage/smbclient: Storage implementation using libsmbclient
Max Kellermann
2014-02-05
storage/local: OpenDirectory() returns StorageDirectoryReader*
Max Kellermann
2014-02-05
storage/Interface: explicitly delete copy constructors
Max Kellermann
2014-02-05
storage/local: move to src/storage/plugins/
Max Kellermann
2014-02-05
storage: add abstract interface
Max Kellermann
2014-02-05
LocalStorage: new API abstracting filesystem walk
Max Kellermann