summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-11-04playlist/registry: simplify ExtractMimeTypeMainPart()Max Kellermann
2020-10-28lib/yajl/Handle: strip newlines from error messagesMax Kellermann
2020-10-28lib/yajl/Handle: un-inline the throwing codeMax Kellermann
2020-10-28util/FormatString: update API documentationMax Kellermann
2020-10-28protocol/Ack: remove unused variable `ack_domain`Max Kellermann
2020-10-28Main: save the state_file on shutdownMax Kellermann
2020-10-28db/simple: purge songs for unavailable decoder plugins on updateMax Kellermann
2020-10-28fs/Traits: add GetPathSuffix()Max 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-27fs/Traits: add GetFilenameSuffix()Max Kellermann
2020-10-17lib/nfs/patches: disable the snprintf->sprintf_s aliasMax Kellermann
2020-10-16decoder/opus: fix track/album ReplayGain fallbackMax Kellermann
2020-10-16decoder/opus: submit output_gain even if there is no OpusTags packetMax Kellermann
2020-10-16decoder/opus: move formula to EbuR128ToReplayGain()Max Kellermann
2020-10-16decoder/opus: move comment to `output_gain` fieldMax Kellermann
2020-10-16decoder/opus: convert field `output_gain` to floatMax Kellermann
2020-10-15lib/dbus/Watch: add missing include for assert()Max Kellermann
2020-10-15output/osx: fix several -Wdouble-promotion warningsMax Kellermann
2020-10-15net/SocketAddress: include cleanupMax Kellermann
2020-10-08event/SocketMonitor: don't filter out ERROR/HANGUPMax Kellermann
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-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-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-30Merge remote-tracking branches 'neheb/defa', 'neheb/auto' and 'neheb/clocale'...Max Kellermann
2020-09-29remove clocale testRosen Penev