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
/
plugins
/
upnp
/
UpnpDatabasePlugin.cxx
Age
Commit message (
Expand
)
Author
2020-09-23
db/upnp: store UPnPDirContent in local variable
Max Kellermann
2020-04-22
[clang-tidy] add nodiscard
Rosen Penev
2020-04-08
db/Interface: pass std::string_view to GetSong()
Max Kellermann
2020-04-08
util/SplitString: convert return value to std::string_view
Max Kellermann
2020-04-03
util/SplitString: convert parameter to std::string_view
Max Kellermann
2020-04-03
db,storage: pass std::string_view to PathTraits::Build()
Max Kellermann
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-03-12
[clang-tidy] use nodiscard
Rosen Penev
2020-02-20
[clang-tidy] remove needless std::move
Rosen Penev
2020-02-02
[clang-tidy] convert several functions to const &
Rosen Penev
2020-02-01
*: use `auto`
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-16
db/Interface: CollectUniqueTags() allows multiple "groups"
Max Kellermann
2019-02-20
db/Plugin: use std::unique_ptr<> to manage Database pointers
Max Kellermann
2018-11-19
db/upnp: use the generic ::CollectUniqueTags() function
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-22
Merge branch 'v0.20.x'
Max Kellermann
2018-10-22
db: fix broken command "list ... group"
Max Kellermann
2018-09-02
db/Print: move sort/window emulation code to class DatabaseVisitorHelper
Max Kellermann
2018-09-02
db/Interface: add "noexcept"
Max Kellermann
2018-08-02
song/Filter: move each class into a separate source
Max Kellermann
2018-08-02
DetachedSong, db/LightSong, SongFilter: move to src/song/
Max Kellermann
2018-07-25
SongFilter: make Item an interface
Max Kellermann
2018-07-06
db/LightSong: pass URI to constructor
Max Kellermann
2018-07-06
db/LightSong: implicit initialization
Max Kellermann
2018-07-06
db/LightSong: make Tag a reference
Max Kellermann
2018-01-02
db/upnp: use SplitString() instead of stringToTokens()
Max Kellermann
2018-01-02
lib/upnp/ClientInit: return UpnpClient_Handle
Max Kellermann
2017-08-25
lib/upnp/Discovery: use CURL instead of UpnpDownloadUrlItem()
Max Kellermann
2017-08-24
db/DatabasePlugin: pass EventThread's EventLoop to create()
Max Kellermann
2017-08-18
DetachedSong, db/LightSong, db/simple/Song: use std::chrono::system_clock::ti...
Max Kellermann
2017-08-18
db/LightDirectory: use std::chrono::system_clock::time_point
Max Kellermann
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-16
*: remove lots of GCC 4.8 fallback code
Max Kellermann
2017-02-11
db/Interface: GetUpdateStamp() returns std::chrono::system_clock::time_point
Max Kellermann
2017-02-08
tag/Mask: wrap in class
Max Kellermann
2017-02-08
tag/Tag*: rename several source files
Max Kellermann
2017-01-23
lib/upnp/Util: pass single delimiter character to stringToTokens()
Max Kellermann
2017-01-23
lib/upnp/Util: remove parameter "skipinit", always true
Max Kellermann
2017-01-06
db/upnp: use "override" instead of "virtual"
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-10-29
db/Interface: migrate visitor methods from class Error to C++ exceptions
Max Kellermann
2016-10-29
db/Visitor: remove the Error parameter
Max Kellermann
2016-10-28
db/Plugin: migrate from class Error to C++ exceptions
Max Kellermann
2016-03-19
db/Interface: GetSong() throws exception on error
Max Kellermann
2016-03-19
db/Interface: Open() throws exception on error
Max Kellermann
[next]