mpd/src/storage
Joshua Wise 29f78b18b1 storage/plugins/CurlStorage: URL-encode paths in CurlStorage::MapUTF8
When using a database that was not created with a WebDAV music_directory
(i.e., if using a remote database, on which updates happen locally) and
using the Curl storage plugin, MPD would previously send GET requests that
had unescaped spaces in them.  This change uses Curl's URL-encode API to
solve this.
2018-08-17 23:03:56 +02:00
..
plugins storage/plugins/CurlStorage: URL-encode paths in CurlStorage::MapUTF8 2018-08-17 23:03:56 +02:00
CompositeStorage.cxx *: add lost of "noexcept" specifications 2017-06-04 12:46:48 +02:00
CompositeStorage.hxx *: add lost of "noexcept" specifications 2017-06-04 12:46:48 +02:00
Configured.cxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
Configured.hxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
FileInfo.hxx storage/FileInfo, db/simple/Directory: use 64 bit for device/inode 2017-04-06 09:58:25 +02:00
MemoryDirectoryReader.cxx update copyright year 2017-01-03 20:48:59 +01:00
MemoryDirectoryReader.hxx update copyright year 2017-01-03 20:48:59 +01:00
Registry.cxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
Registry.hxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
StorageInterface.cxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
StorageInterface.hxx storage, db, mixer, command: remove more bogus "pure" attributes 2017-06-03 21:54:24 +02:00
StoragePlugin.hxx update copyright year 2017-01-03 20:48:59 +01:00
StorageState.cxx storage/State: check if a CompositeStorage exists; fixes nullptr dereference 2018-01-02 14:13:26 +01:00
StorageState.hxx Save and restore mountpoints within the state file. 2017-12-18 23:39:01 +01:00