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
Age
Commit message (
Expand
)
Author
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
db/update/Service: avoid copying the mount point path
Max Kellermann
2020-07-06
Merge branch 'v0.21.x'
Max Kellermann
2020-07-06
command/storage: automatically scan new mounts
Max Kellermann
2020-07-06
db/update/Walk: pass concatenated .mpdignore URI to storage.MapUTF8()
Max Kellermann
2020-05-30
Merge branch 'v0.21.x'
Max Kellermann
2020-05-30
use std chr functions
Rosen Penev
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-05
system/FileDescriptor: move to io/
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/update/Service: pass std::string_view to Enqueue()
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-08
db/update/Walk: pass std::string_view to DirectoryMakeUriParentChecked()
Max Kellermann
2020-04-03
storage/Interface: convert URI parameters 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
storage/Interface: pass std::string_view to MapChildFS()
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
db/update/IO: pass std::string_view to directory_child_is_regular()
Max Kellermann
2020-04-02
db/PlaylistInfo: pass std::string_view to CompareName
Max Kellermann
2020-04-02
db/update/Queue: pass std::string_view to Push()
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-26
event/*, ...: make GetEventLoop() const
Max Kellermann
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
replace stdint.h with cstdint
Rosen Penev
2020-03-12
replace limits.h with climits
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-03-12
Merge branch 'v0.21.x'
Max Kellermann
[next]