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
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-11-04
playlist/registry: add option "as_directory"
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-28
db/update/Walk: add code comments
Max Kellermann
2020-10-27
db/simple: purge special directories for unavailable plugins on update
Max Kellermann
2020-10-27
db/update/Walk: adjust lamba indent
Max Kellermann
2020-10-08
event/TimerEvent: add type alias for std::chrono::steady_clock::duration
Max Kellermann
2020-09-23
db/upnp: store UPnPDirContent in local variable
Max Kellermann
2020-09-23
LogLevel: rename DEFAULT to NOTICE
Max Kellermann
2020-09-17
Merge branch 'v0.21.x' into master
Max Kellermann
2020-09-17
db/update/InotifyUpdate: pass path by value to recursive_watch_subdirectories()
Max Kellermann
2020-09-17
db/update/InotifyUpdate: obey `.mpdignore` files
Max Kellermann
2020-09-16
db/update/InotifyUpdate: split the WatchDirectory constructor
Max Kellermann
2020-09-16
db/update/InotifyUpdate: use class DirectoryReader
Max Kellermann
2020-09-16
db/update/InotifyUpdate: convert pointer to reference
Max Kellermann
2020-09-16
db/update/InotifyUpdate: remove commented log call
Max Kellermann
2020-09-16
db/update/InotifySource: use `auto`
Max Kellermann
2020-09-16
db/update/InotifySource: add `noexcept`
Max Kellermann
2020-09-16
db/update/InotifyQueue: add `noexcept`
Max Kellermann
2020-09-16
db/update/Inotify*: include cleanup
Max Kellermann
2020-09-07
*: use nullptr instead of NULL
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
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
[next]