summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-05Main: use AtScopeExit() to call DeinitFS()Max Kellermann
2019-02-05Mapper: remove empty function mapper_finish()Max Kellermann
2019-02-05Instance: remove FinishShutdownPartitions()Max Kellermann
2019-02-05event/Loop: add flag `alive`Max Kellermann
2019-02-05command/AllCommands: remove empty function command_finish()Max Kellermann
2019-02-05decoder/List: add RAII classMax Kellermann
2019-02-05decoder/List: add `noexcept`Max Kellermann
2019-02-05input/Init: add RAII classMax Kellermann
2019-02-05Main: stop io_thread and rtio_thread automaticallyMax Kellermann
2019-02-05archive/List: add RAII classMax Kellermann
2019-02-05archive/List: add `noexcept`Max Kellermann
2019-02-05unix/SignalHandlers: add RAII classMax Kellermann
2019-02-05unix/SignalHandlers: add `noexcept`Max Kellermann
2019-02-05LogInit: add `noexcept`Max Kellermann
2019-02-02Fixed typo in TagMaskkaliko
2019-01-25[OSXOutput] Throw an error when device not foundYue Wang
2019-01-22fs/io/StdioOutputStream: add `noexcept`Max Kellermann
2019-01-22net/SocketAddress: add `constexpr`Max Kellermann
2019-01-22util/WStringView: add missing includeMax Kellermann
2019-01-22input/buffered: implement seeking to end of fileMax Kellermann
2019-01-21FileCommands: log irregular errors while looking for cover artMax Kellermann
2019-01-21FileCommands: catch all exceptionsMax Kellermann
2019-01-21FileCommands: fix deadlock in "albumart" commandMax Kellermann
2019-01-21net/HostParser: add `noexcept`Max Kellermann
2019-01-21util/PrintException: support "const char *"Max Kellermann
2019-01-21util/OffsetPointer: remove redundant `inline` keywords from `constexpr` funct...Max Kellermann
2019-01-21util/CharUtil: remove redundant `inline` keywords from `constexpr` functionsMax Kellermann
2019-01-21util/Cast: remove redundant `inline` keywords from `constexpr` functionsMax Kellermann
2019-01-21fs/io/FileOutputStream: add constructor with directory fdMax Kellermann
2019-01-21fs/io/FileOutputStream: move code to Open()Max Kellermann
2019-01-21input/CdioParanoia: C++ wrappers for libcdio typesMax Kellermann
2019-01-21output/shout: evaluate `tls` option only if TLS is enabled in libshoutMax Kellermann
2019-01-21db/VHelper: include DetachedSong.hxx to fix GCC 9 build failureMax Kellermann
2019-01-21input/CdioParanoia: use the new function namesMax Kellermann
2019-01-21input/CdioParanoia: use cdio_cddap_free_messages() on recent library versionsMax Kellermann
2019-01-21input/CdioParanoia: remove useless cdda_messages() callMax Kellermann
2019-01-21input/CdioParanoia: detect libcdio version at compile timeMax Kellermann
2019-01-21python/build/libs.py: upgrade CURL to 7.63.0Max Kellermann
2019-01-21meson: add fixed-point Vorbis (Tremor) decoder supportJörg Krause
2019-01-20input/CdioParanoia: add `const` to pointerMax Kellermann
2019-01-20input/CdioParanoia: make variables more localMax Kellermann
2019-01-20net/IPv4Address: fix comment typoMax Kellermann
2019-01-20Merge branch 'shout_tls' of git://github.com/JakobOvrum/MPDMax Kellermann
2019-01-19shout output plugin: add support for TLSJakob Ovrum
2019-01-15Add missing include of stdlib.h.Thomas Klausner
2019-01-14net/IPv[46]Address: make the initializers even more portableMax Kellermann
2019-01-14Add APE mapping for album artist.James D. Smith
2019-01-13Fix link_args for mDNSResponder on non-darwin platformsThomas Zander
2019-01-04Merge branch 'add-meson-dependencies' of git://github.com/jacobvosmaer/MPDMax Kellermann
2019-01-04Merge branch 'patch-2' of git://github.com/HyShai/MPDMax Kellermann