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
Age
Commit message (
Expand
)
Author
2020-10-28
db/simple: purge songs for unavailable decoder plugins on update
Max Kellermann
2020-10-28
db/simple/Directory: add `pure` attribute
Max Kellermann
2020-10-27
db/simple: purge special directories for unavailable plugins on update
Max Kellermann
2020-09-23
db/upnp: store UPnPDirContent in local variable
Max Kellermann
2020-07-06
Merge tag 'v0.21.25'
Max Kellermann
2020-07-06
db/upnp/Object: root nodes are allowed to omit parent_id and name
Max Kellermann
2020-07-06
Merge branch 'v0.21.x'
Max Kellermann
2020-07-06
command/storage: automatically scan new mounts
Max Kellermann
2020-05-30
Merge branch 'v0.21.x'
Max Kellermann
2020-05-29
src/db: fitting libmpdclient interface
Shen-Ta Hsieh
2020-05-06
Merge branch 'bind' of git://github.com/neheb/MPD
Max Kellermann
2020-05-05
Merge branch 'v0.21.x'
Max Kellermann
2020-05-05
db/simple: fix crash when mounting twice
Max Kellermann
2020-05-05
meson.build: move VERSION and others to Version.h
Max Kellermann
2020-05-04
remove std::bind usage as much as possible
Rosen Penev
2020-04-22
[clang-tidy] add nodiscard
Rosen Penev
2020-04-08
db/simple/DirectorySave: pass std::string_view to _load_subdir()
Max Kellermann
2020-04-08
db/Interface: pass std::string_view to GetSong()
Max Kellermann
2020-04-08
db/simple: pass std::string_view to Directory::LookupDirectory()
Max Kellermann
2020-04-08
util/SplitString: convert return value to std::string_view
Max Kellermann
2020-04-03
db/simple/Directory: add LookupResult::uri
Max Kellermann
2020-04-03
db/simple/Directory: rename LookupResult::uri to "rest"
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-04-03
fs/AllocatedPath: pass std::string_view to FromUTF8()
Max Kellermann
2020-04-03
lib/icu/Collate: pass std::string_view
Max Kellermann
2020-04-02
db/simple/Directory: reimplement LookupDirectory() without allocations
Max Kellermann
2020-04-02
db/simple/Directory: pass std::string_view to several methods
Max Kellermann
2020-04-02
db/simple/Mount: pass std::string_view to WalkMount()
Max Kellermann
2020-04-02
db/simple/PrefixedLightSong: templatize the constructor
Max Kellermann
2020-04-02
Merge tag 'v0.21.22'
Max Kellermann
2020-04-02
db/simple/Directory: optimize GetName() using the parent's path
Max Kellermann
2020-03-26
[clang-tidy] change integer prefixes to uppercase
Rosen Penev
2020-03-19
[clang-tidy] use default member init
Rosen Penev
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-16
replace noreturn attribute with standard C++ version
Rosen Penev
2020-03-12
change errno.h to cerrno
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-03-12
[clang-tidy] use nodiscard
Rosen Penev
2020-02-20
Merge remote-tracking branches 'neheb/j', 'neheb/f', 'neheb/qwe' and 'neheb/hgf'
Max Kellermann
2020-02-20
[clang-tidy] remove needless std::move
Rosen Penev
2020-02-16
[clang-tidy] use emplace_back
Rosen Penev
2020-02-16
[clang-tidy] use = default
Rosen Penev
2020-02-04
[clang-tidy] change integer prefixes to uppercase
Rosen Penev
2020-02-02
[clang-tidy] convert several functions to const &
Rosen Penev
2020-02-02
Merge remote-tracking branches 'neheb/uniq', 'neheb/bool', 'neheb/loop', 'neh...
Max Kellermann
2020-02-01
[clang-tidy] simplify boolean expressions
Rosen Penev
2020-02-01
[clang-tidy] use make_unique
Rosen Penev
2020-02-01
*: add `explicit`
Max Kellermann
2020-02-01
*: use `auto`
Max Kellermann
[next]