summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2019-01-04Build fix. This struct is the same on Haiku and on Linux, still gccZoltán Mizsei
2018-12-28util/AllocatedArray: import std::swapMax Kellermann
2018-12-28util/AllocatedArray: add `noexcept`Max Kellermann
2018-12-28output/httpd/Page: remove obsolete API documentationMax Kellermann
2018-12-28output/httpd/Page: add `noexcept`Max Kellermann
2018-12-28output/httpd/IcyMetaDataServer: add `noexcept`Max Kellermann
2018-12-28output/httpd: add `noexcept`Max Kellermann
2018-12-28util/DynamicFifoBuffer: add `noexcept`Max Kellermann
2018-12-28remove libwrap supportMax Kellermann
2018-12-28db/update/InotifyQueue: check for ACK_ERROR_UPDATE_ALREADYMax Kellermann
2018-12-28db/update/InotifyQueue: catch UpdateService::Enqueue() exceptionsMax Kellermann
2018-12-28db/update/InotifyQueue: add `noexcept`Max Kellermann
2018-12-28db/update/InotifyQueue: update code commentMax Kellermann
2018-12-18remove non-block call HyShai
2018-12-14change HTTP Version to a valid versionHyShai
2018-12-09Add missing pcre_dep in src/song/meson.buildJacob Vosmaer
2018-12-09Add boost_dep in subdir meson.build filesJacob Vosmaer
2018-12-04alsa/NonBlock: throw on snd_pcm_poll_descriptors_revents() errorMax Kellermann
2018-11-19db/upnp: use the generic ::CollectUniqueTags() functionMax Kellermann
2018-11-19db/Interface: document CollectUniqueTags()Max Kellermann
2018-11-19Main: use DatabasePlugin::RequireStorage()Max Kellermann
2018-11-19db/Interface: remove IsPlugin(), use `dynamic_cast` insteadMax Kellermann
2018-11-19db/Interface: make the constructor `protected`Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-11-19src/thread/meson.build: detect pthread_setname_np()Max Kellermann
2018-11-19db/UniqueTags: remove `pure` attribute because function may throwMax Kellermann
2018-11-19db/UniqueTags: include cleanupMax Kellermann