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
/
simple
Age
Commit message (
Expand
)
Author
2021-02-15
db/simple: fix dangling LightSong::tag reference in moved ExportedSong
Max Kellermann
2021-01-21
db/simple/Song: Export() merges tags with "target"
Max Kellermann
2021-01-21
db/simple/ExportedSong: add option to own a Tag
Max Kellermann
2021-01-21
db/simple/ExportedSong: new class
Max Kellermann
2021-01-01
copyright year 2021
Max Kellermann
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-07-06
Merge branch 'v0.21.x'
Max Kellermann
2020-07-06
command/storage: automatically scan new mounts
Max Kellermann
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-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-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
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-19
[clang-tidy] use default member init
Rosen Penev
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-12
change errno.h to cerrno
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-02-02
[clang-tidy] convert several functions to const &
Rosen Penev
2020-02-01
[clang-tidy] use make_unique
Rosen Penev
2020-02-01
*: use `auto`
Max Kellermann
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-12-16
util/Time*: move to time/
Max Kellermann
2019-09-08
db/update: scan CUE playlist contents
Max Kellermann
2019-09-08
db/simple/Song: add attribute "target"
Max Kellermann
2019-09-05
db/simple/Directory: RemoveSong() returns SongPtr
Max Kellermann
2019-09-05
SongSave: return DetachedSong, not a std::unique_ptr<>
Max Kellermann
2019-09-04
db/simple/Song: rename "uri" to "filename"
Max Kellermann
2019-09-04
db/simple/Song: remove StringView constructor
Max Kellermann
2019-09-04
db/simple/Song: convert NewFrom() to constructor
Max Kellermann
2019-09-04
db/simple/Song: remove static method NewFile()
Max Kellermann
2019-09-04
db/simple/Song: add template constructor
Max Kellermann
2019-09-04
db/simple/Song: use PathTraitsUTF8::Build()
Max Kellermann
2019-09-04
db/simple/Song: make "parent" a reference, not a pointer
Max Kellermann
[next]