summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-08event/TimerEvent: add type alias for std::chrono::steady_clock::durationMax Kellermann
2020-10-08event/TimerEvent: use `using` instead of `typedef`Max Kellermann
2020-10-08event/TimerEvent: use auto_unlink hookMax Kellermann
2020-10-08event/Loop: reorder includesMax Kellermann
2020-10-08StateFileConfig, ...: drop obsolete out-of-class definitionMax Kellermann
2020-10-08config/Data: cast to std::chrono::steady_clock::duration properlyMax Kellermann
2020-10-08config/Parser: use std::size_tMax Kellermann
2020-10-08config/{Data,Block}: use With() in GetUnsigned(), GetPositive()Max Kellermann
2020-10-08event/Loop: forward-declare class TimerEventMax Kellermann
2020-10-08event/TimerEvent: use base_hook instead of member_hookMax Kellermann
2020-10-08event/Loop: use `using` instead of `typedef`Max Kellermann
2020-10-06doc/user.rst: document io_uringMax Kellermann
2020-10-06doc/user.rst: common startup problemsMax Kellermann
2020-10-06doc/user.rst: remove "Question" prefix from "Common Problems"Max Kellermann
2020-10-06doc/user.rst: remove numbers from section headersMax Kellermann
2020-10-06event/Loop: set the uring_initialized flagMax Kellermann
2020-10-05playlist/cue/parser: use lambda to fix ambiguous overloadMax Kellermann
2020-10-05playlist/cue/parser: use StringView internallyMax Kellermann
2020-10-05playlist/cue/parser: pass StringView to Feed()Max Kellermann
2020-10-05playlist/cue/parser: add `noexcept`Max Kellermann
2020-10-05playlist/cue/parser: fix nullptr dereferenceMax Kellermann
2020-10-05playlist/cue/parser: fix off-by-one buffer overflowMax Kellermann
2020-10-05test/fuzzer: a simple fuzzer using libFuzzerMax Kellermann
2020-10-05meson_options.txt: move "test" to a new sectionMax Kellermann
2020-10-02output/jack: implement Interrupt()Max Kellermann
2020-10-02output/pulse: implement Interrupt()Max Kellermann
2020-10-02output/alsa: implement Interrupt()Max Kellermann
2020-10-02output/Interface: add virtual method Interrupt()Max Kellermann
2020-10-02output/Thread: simplify the main loop switchMax Kellermann
2020-10-01output/Interface: add `noexcept`Max Kellermann
2020-10-01output/Filtered: move try/catch from IteratePause() to callerMax Kellermann
2020-09-30doc/meson.build: check both html_manual and manpagesMax Kellermann
2020-09-30Merge remote-tracking branches 'neheb/defa', 'neheb/auto' and 'neheb/clocale'...Max Kellermann
2020-09-29remove clocale testRosen Penev
2020-09-26clang-tidy: remove pointless std::moveRosen Penev
2020-09-26clang-tidy: use autoRosen Penev
2020-09-23increment version number to 0.22.1Max Kellermann
2020-09-23release v0.22v0.22Max Kellermann
2020-09-23db/upnp: store UPnPDirContent in local variableMax Kellermann
2020-09-23meson.build: drop obsolete warning flag -Wno-noexcept-typeMax Kellermann
2020-09-23NEWS: update recommended compilersMax Kellermann
2020-09-23doc/user.rst: add GitHub linkMax Kellermann
2020-09-23doc/user.rst: move download link to downloads pageMax Kellermann
2020-09-23doc: improve manpage markupMax Kellermann
2020-09-23doc/meson.build: kludge to fix manpage installation directoryMax Kellermann
2020-09-23LogLevel: rename DEFAULT to NOTICEMax Kellermann
2020-09-23LogInit: provide mappings for LogLevel::{ERROR,WARNING}Max Kellermann
2020-09-23LogInit: rename "secure" to "info"Max Kellermann
2020-09-23doc: rewrite the log_level documentationMax Kellermann
2020-09-23LogInit: use StringIsEqual()Max Kellermann