index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-01-04
Build fix. This struct is the same on Haiku and on Linux, still gcc
Zoltán Mizsei
2018-12-28
util/AllocatedArray: import std::swap
Max Kellermann
2018-12-28
util/AllocatedArray: add `noexcept`
Max Kellermann
2018-12-28
output/httpd/Page: remove obsolete API documentation
Max Kellermann
2018-12-28
output/httpd/Page: add `noexcept`
Max Kellermann
2018-12-28
output/httpd/IcyMetaDataServer: add `noexcept`
Max Kellermann
2018-12-28
output/httpd: add `noexcept`
Max Kellermann
2018-12-28
util/DynamicFifoBuffer: add `noexcept`
Max Kellermann
2018-12-28
remove libwrap support
Max Kellermann
2018-12-28
db/update/InotifyQueue: check for ACK_ERROR_UPDATE_ALREADY
Max Kellermann
2018-12-28
db/update/InotifyQueue: catch UpdateService::Enqueue() exceptions
Max Kellermann
2018-12-28
db/update/InotifyQueue: add `noexcept`
Max Kellermann
2018-12-28
db/update/InotifyQueue: update code comment
Max Kellermann
2018-12-18
remove non-block call
HyShai
2018-12-14
change HTTP Version to a valid version
HyShai
2018-12-09
Add missing pcre_dep in src/song/meson.build
Jacob Vosmaer
2018-12-09
Add boost_dep in subdir meson.build files
Jacob Vosmaer
2018-12-04
alsa/NonBlock: throw on snd_pcm_poll_descriptors_revents() error
Max Kellermann
2018-11-19
db/upnp: use the generic ::CollectUniqueTags() function
Max Kellermann
2018-11-19
db/Interface: document CollectUniqueTags()
Max Kellermann
2018-11-19
Main: use DatabasePlugin::RequireStorage()
Max Kellermann
2018-11-19
db/Interface: remove IsPlugin(), use `dynamic_cast` instead
Max Kellermann
2018-11-19
db/Interface: make the constructor `protected`
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-11-19
src/thread/meson.build: detect pthread_setname_np()
Max Kellermann
2018-11-19
db/UniqueTags: remove `pure` attribute because function may throw
Max Kellermann
2018-11-19
db/UniqueTags: include cleanup
Max Kellermann
2018-11-16
output/alsa: don't call snd_pcm_drain() if nothing was written
Max Kellermann
2018-11-14
output/alsa: drain the whole `ring_buffer`, not just one period
Max Kellermann
2018-11-14
output/alsa: clear error after reopening device
Max Kellermann
2018-11-14
event/Thread: reduce the RTIO timer slack to 10us
Max Kellermann
2018-11-14
LogInit: default to journal if MPD was started as systemd service
Max Kellermann
2018-11-14
output/alsa: don't lock the mutex in CancelInternal()
Max Kellermann
2018-11-14
output/alsa: wake up the client thread after generating silence
Max Kellermann
2018-11-14
output/alsa: don't generate silence if ALSA-PCM buffer has enough data
Max Kellermann
2018-11-14
output/alsa: clear the `period_buffer` in LockCaughtError()
Max Kellermann
2018-11-14
output/alsa: throw on snd_pcm_writei() error while draining
Max Kellermann
2018-11-14
output/alsa: fix wrong use of `errno`
Max Kellermann
2018-11-14
output/alsa: throw after snd_pcm_drain() error
Max Kellermann
2018-11-14
output/alsa: refactor the drain EAGAIN workaround
Max Kellermann
2018-11-14
output/alsa: remove snd_pcm_state() check from DrainInternal()
Max Kellermann
2018-11-14
output/alsa: call snd_pcm_prepare() if draining is requested early
Max Kellermann
2018-11-12
song/Filter: add operator "contains"
Max Kellermann
2018-11-12
output/thread: cancel the AudioOutputSource() instead of closing it
Max Kellermann
2018-11-12
output/control: always close the `AudioOutputSource` in `RELEASE`
Max Kellermann
2018-11-12
output/control: add command `RELEASE`
Max Kellermann
2018-11-12
output/Thread: update comment
Max Kellermann
2018-11-12
output/Filtered: catch Drain() exceptions in CloseOutput()
Max Kellermann
2018-11-12
output/interface: document that Drain() may throw
Max Kellermann
2018-11-11
song/StringFilter: support regular expressions with "=~" and "!~"
Max Kellermann
[prev]
[next]