summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-19net/IPv[46]Address: update copyrightMax Kellermann
2019-02-19net/AllocatedSocketAddress: add methods IsV6Any(), IsV4Mapped()Max Kellermann
2019-02-19net/SocketAddress: add method GetLocalPath()Max Kellermann
2019-02-19net/AllocatedSocketAddress: add method GetLocalRaw()Max Kellermann
2019-02-19lib/cdio/Paranoia: add method GetDiscSectorRange()Max Kellermann
2019-02-19fs/io/OutputStream: update include guardMax Kellermann
2019-02-19fs/io/BufferedOutputStream: add WithBufferedOutputStream()Max Kellermann
2019-02-19system/UniqueFileDescriptor: import std::swapMax Kellermann
2019-02-19system/Open: add OpenWriteOnly(), OpenDirectory()Max Kellermann
2019-02-19system/EpollFD: include cleanupMax Kellermann
2019-02-19util/StringView: add SkipPrefix(), RemoveSuffix()Max Kellermann
2019-02-15nfs: work around assertion failure on exception during program initMax Kellermann
2019-02-15Instance: eliminate FinishShutdownUpdate(), move code to destructorMax Kellermann
2019-02-15Instance: eliminate ShutdownDatabase(), move code to destructorMax Kellermann
2019-02-15Merge branch 'protocol-doc-typo' of git://github.com/mxjeff/MPDMax Kellermann
2019-02-05playlist/Registry: add RAII classMax Kellermann
2019-02-05Main: use AtScopeExit() to call DeinitFS()Max Kellermann
2019-02-05Mapper: remove empty function mapper_finish()Max Kellermann
2019-02-05valgrind.suppressions: add GObject/libgcrypt/libsmbclient suppressionsMax 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-05test/ConfigGlue: merge duplicate code from various debug programsMax 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-03Fixed protocol documentationkaliko
2019-02-02NEWS: mention the TagMask typo fixMax 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