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
Age
Commit message (
Expand
)
Author
2020-10-08
event/TimerEvent: add type alias for std::chrono::steady_clock::duration
Max Kellermann
2020-10-08
event/TimerEvent: use `using` instead of `typedef`
Max Kellermann
2020-10-08
event/TimerEvent: use auto_unlink hook
Max Kellermann
2020-10-08
event/Loop: reorder includes
Max Kellermann
2020-10-08
StateFileConfig, ...: drop obsolete out-of-class definition
Max Kellermann
2020-10-08
config/Data: cast to std::chrono::steady_clock::duration properly
Max Kellermann
2020-10-08
config/Parser: use std::size_t
Max Kellermann
2020-10-08
config/{Data,Block}: use With() in GetUnsigned(), GetPositive()
Max Kellermann
2020-10-08
event/Loop: forward-declare class TimerEvent
Max Kellermann
2020-10-08
event/TimerEvent: use base_hook instead of member_hook
Max Kellermann
2020-10-08
event/Loop: use `using` instead of `typedef`
Max Kellermann
2020-10-06
doc/user.rst: document io_uring
Max Kellermann
2020-10-06
doc/user.rst: common startup problems
Max Kellermann
2020-10-06
doc/user.rst: remove "Question" prefix from "Common Problems"
Max Kellermann
2020-10-06
doc/user.rst: remove numbers from section headers
Max Kellermann
2020-10-06
event/Loop: set the uring_initialized flag
Max Kellermann
2020-10-05
playlist/cue/parser: use lambda to fix ambiguous overload
Max Kellermann
2020-10-05
playlist/cue/parser: use StringView internally
Max Kellermann
2020-10-05
playlist/cue/parser: pass StringView to Feed()
Max Kellermann
2020-10-05
playlist/cue/parser: add `noexcept`
Max Kellermann
2020-10-05
playlist/cue/parser: fix nullptr dereference
Max Kellermann
2020-10-05
playlist/cue/parser: fix off-by-one buffer overflow
Max Kellermann
2020-10-05
test/fuzzer: a simple fuzzer using libFuzzer
Max Kellermann
2020-10-05
meson_options.txt: move "test" to a new section
Max Kellermann
2020-10-02
output/jack: implement Interrupt()
Max Kellermann
2020-10-02
output/pulse: implement Interrupt()
Max Kellermann
2020-10-02
output/alsa: implement Interrupt()
Max Kellermann
2020-10-02
output/Interface: add virtual method Interrupt()
Max Kellermann
2020-10-02
output/Thread: simplify the main loop switch
Max Kellermann
2020-10-01
output/Interface: add `noexcept`
Max Kellermann
2020-10-01
output/Filtered: move try/catch from IteratePause() to caller
Max Kellermann
2020-09-30
doc/meson.build: check both html_manual and manpages
Max Kellermann
2020-09-30
Merge remote-tracking branches 'neheb/defa', 'neheb/auto' and 'neheb/clocale'...
Max Kellermann
2020-09-29
remove clocale test
Rosen Penev
2020-09-26
clang-tidy: remove pointless std::move
Rosen Penev
2020-09-26
clang-tidy: use auto
Rosen Penev
2020-09-23
increment version number to 0.22.1
Max Kellermann
2020-09-23
release v0.22
v0.22
Max Kellermann
2020-09-23
db/upnp: store UPnPDirContent in local variable
Max Kellermann
2020-09-23
meson.build: drop obsolete warning flag -Wno-noexcept-type
Max Kellermann
2020-09-23
NEWS: update recommended compilers
Max Kellermann
2020-09-23
doc/user.rst: add GitHub link
Max Kellermann
2020-09-23
doc/user.rst: move download link to downloads page
Max Kellermann
2020-09-23
doc: improve manpage markup
Max Kellermann
2020-09-23
doc/meson.build: kludge to fix manpage installation directory
Max Kellermann
2020-09-23
LogLevel: rename DEFAULT to NOTICE
Max Kellermann
2020-09-23
LogInit: provide mappings for LogLevel::{ERROR,WARNING}
Max Kellermann
2020-09-23
LogInit: rename "secure" to "info"
Max Kellermann
2020-09-23
doc: rewrite the log_level documentation
Max Kellermann
2020-09-23
LogInit: use StringIsEqual()
Max Kellermann
[next]