summaryrefslogtreecommitdiff
path: root/src/db
AgeCommit message (Expand)Author
2021-05-26Merge branch 'v0.22.x'Max Kellermann
2021-05-25db/update/Walk: load all .mpdignore files of all parent directoriesMax Kellermann
2021-05-25db/update/Walk: move code to LoadExcludeList()Max Kellermann
2021-05-25client/Response: add method Fmt() based on libfmtMax Kellermann
2021-05-19Merge branch 'npu' of git://github.com/neheb/MPDMax Kellermann
2021-05-19db/proxy: split search into chunks to avoid exceeding the output bufferMax Kellermann
2021-05-19db/proxy: send "window" as separate parameter to SendConstraints()Max Kellermann
2021-05-19db/proxy: require libmpdclient 2.11 or laterMax Kellermann
2021-05-19db/proxy: require MPD 0.20 or laterMax Kellermann
2021-03-26Add npupnp supportJean-Francois Dockes
2021-03-24Support new tags in proxy pluginSimon Persson
2021-03-04use structured binding declarationsRosen Penev
2021-03-04Merge branch 'struc' of git://github.com/neheb/MPDMax Kellermann
2021-02-18song/DetachedSong: copy the AudioFormat from LightSongMax Kellermann
2021-02-16Merge tag 'v0.22.6'Max Kellermann
2021-02-16db/simple: fix ExportedSong move constructor for non-owning sourcesMax Kellermann
2021-02-15Merge tag 'v0.22.5'Max Kellermann
2021-02-15db/simple: fix dangling LightSong::tag reference in moved ExportedSongMax Kellermann
2021-02-05event/{Coarse,Fine,Far}TimerEvent: aliases for TimerEventMax Kellermann
2021-01-21Merge tag 'v0.22.4'Max Kellermann
2021-01-21db/simple/Song: Export() merges tags with "target"Max Kellermann
2021-01-21db/simple/ExportedSong: add option to own a TagMax Kellermann
2021-01-21db/simple/ExportedSong: new classMax Kellermann
2021-01-16clang-tidy: mark a bunch of variables constexprRosen Penev
2021-01-01Merge branch 'v0.22.x'Max Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-12-01event/DeferEvent: split the thread-safe version into new class InjectEventMax Kellermann
2020-11-04util/UriExtract: uri_get_suffix() returns std::string_viewMax Kellermann
2020-11-04Merge branch 'v0.22.x' into masterMax Kellermann
2020-11-04Merge branch 'clng11' of git://github.com/neheb/MPD into masterMax Kellermann
2020-11-04playlist/registry: add option "as_directory"Max Kellermann
2020-10-28clang-tidy: convert to all/any_ofRosen Penev
2020-10-28use structured binding declarationsRosen Penev
2020-10-28Merge tag 'v0.22.2' into masterMax Kellermann
2020-10-28db/simple: purge songs for unavailable decoder plugins on updateMax Kellermann
2020-10-28db/simple/Directory: add `pure` attributeMax Kellermann
2020-10-28db/update/Walk: add code commentsMax Kellermann
2020-10-27db/simple: purge special directories for unavailable plugins on updateMax Kellermann
2020-10-27db/update/Walk: adjust lamba indentMax Kellermann
2020-10-15event/SocketEvent: rename Steal() to ReleaseSocket()Max Kellermann
2020-10-14event/SocketMonitor: refactor to SocketEventMax Kellermann
2020-10-14event/IdleMonitor: refactor to IdleEventMax Kellermann
2020-10-08event/TimerEvent: add type alias for std::chrono::steady_clock::durationMax Kellermann
2020-09-23db/upnp: store UPnPDirContent in local variableMax Kellermann
2020-09-23LogLevel: rename DEFAULT to NOTICEMax Kellermann
2020-09-17Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-17db/update/InotifyUpdate: pass path by value to recursive_watch_subdirectories()Max Kellermann
2020-09-17db/update/InotifyUpdate: obey `.mpdignore` filesMax Kellermann
2020-09-16db/update/InotifyUpdate: split the WatchDirectory constructorMax Kellermann
2020-09-16db/update/InotifyUpdate: use class DirectoryReaderMax Kellermann