summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-04increment version number to 0.21.5Max Kellermann
2019-01-04release v0.21.4v0.21.4Max Kellermann
2019-01-04android/AndroidManifest.xml: increment version number to 0.21.4Max Kellermann
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-04NEWS: mention the Haiku build fixMax Kellermann
2019-01-04Build fix. This struct is the same on Haiku and on Linux, still gccZoltán Mizsei
2019-01-04Haiku is "haiku".Zoltá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-14NEWS: mention the "ICY" -> "HTTP/1.1" changeMax Kellermann
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-20doc/user.rst: more markupMax 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
2018-11-19meson.build: increment PROTOCOL_VERSION to 0.21.4Max Kellermann
2018-11-19increment version number to 0.21.4Max Kellermann
2018-11-16release v0.21.3v0.21.3Max Kellermann
2018-11-16output/alsa: don't call snd_pcm_drain() if nothing was writtenMax Kellermann
2018-11-15test/meson.build: run_storage depends on event libVolodymyr Medvid
2018-11-15doc/protocol.rst: song position is 0-basedMax Kellermann
2018-11-14output/alsa: drain the whole `ring_buffer`, not just one periodMax Kellermann
2018-11-14output/alsa: clear error after reopening deviceMax Kellermann
2018-11-14event/Thread: reduce the RTIO timer slack to 10usMax Kellermann
2018-11-14LogInit: default to journal if MPD was started as systemd serviceMax Kellermann
2018-11-14doc/mpdconf.example: no, logging is not disabled without `log_file`Max Kellermann
2018-11-14python/build/libs.py: upgrade FFmpeg to 4.1Max Kellermann
2018-11-14python/build/libs.py: upgrade CURL to 7.62.0Max Kellermann
2018-11-14output/alsa: don't lock the mutex in CancelInternal()Max Kellermann