summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-08-14Merge branch 'fchmod_fix' of git://github.com/1848/MPDMax Kellermann
2018-08-14fixed setting unix socket permissions1848
2018-08-14Merge branch 'master' of git://github.com/skidoo23/MPDMax Kellermann
2018-08-12decoder/sidplay: support basic and kernal rom (libsidplayfp)skidoo23
2018-08-10tag/Config: support incremental "metadata_to_use" settingMax Kellermann
2018-08-10tag/Config: use SplitString()Max Kellermann
2018-08-10tag/Mask: add method Unset()Max Kellermann
2018-08-09event/ServerSocket: fix get_remote_uid() callMax Kellermann
2018-08-09command/sticker, sticker/song: embed struct sticker_song_find_data in namespaceMax Kellermann
2018-08-09decoder/Thread, ...: log all exceptionsMax Kellermann
2018-08-08Merge branch 'HttpdOutputPlugin_socket' of git://github.com/1848/MPDMax Kellermann
2018-08-07decoder/mpg123: remove obsolete const_cast hackMax Kellermann
2018-08-07decoder/mpg123: use AtScopeExit() to call mpg123_delete() during scanMax Kellermann
2018-08-07decoder/mpg123: use AtScopeExit() to call mpg123_delete()Max Kellermann
2018-08-07Moved call to fchmod() on socket from OneServerSocket::Open() to socket_bind_...1848
2018-08-07Use fchmod instead of chmod for unix sockets to prevent TOCTTOU1848
2018-08-07Added unix socket support in HttpdOutputPlugin1848
2018-08-07Added a function for generic address parsing1848
2018-08-07Fix various bugs in OS X DSD playbackYue Wang
2018-08-06event/SignalMonitor: make SignalMonitorFinish() noexceptMax Kellermann
2018-08-06event/SignalMonitor: add `noexcept`Max Kellermann
2018-08-06system/SignalFD: add "noexcept"Max Kellermann
2018-08-06system/SignalFD: throw exception on errorMax Kellermann
2018-08-06system/Event{FD,Pipe}: add "noexcept"Max Kellermann
2018-08-06system/Event{FD,Pipe}: throw exception on errorMax Kellermann
2018-08-06Main: use AtScopeExit() to delete the InstanceMax Kellermann
2018-08-06Main: call daemonize_finish() with AtScopeExit()Max Kellermann
2018-08-02song/AudioFormatFilter: add mask supportMax Kellermann
2018-08-02AudioFormat: add mask support to ToString()Max Kellermann
2018-08-02AudioFormat: split the printf() calls in ToString()Max Kellermann
2018-08-02lib/icu: require at least version 50Max Kellermann
2018-08-02decoder/mikmod: require at least version 3.2Max Kellermann
2018-08-02configure.ac: detect libmikmod with pkg-configMax Kellermann
2018-08-02decoder/ffmpeg: require at least version 11.12Max Kellermann
2018-08-02song/OptimizeFilter: optimization stage for filtersMax Kellermann
2018-08-02SongFilter: add class NotSongFilterMax Kellermann
2018-08-02song/AudioFormatSongFilter: new filter typeMax Kellermann
2018-08-02song/Filter: convert LOCATE_TAG_* macros to enumMax Kellermann
2018-08-02song/Filter: move each class into a separate sourceMax Kellermann
2018-08-02DetachedSong, db/LightSong, SongFilter: move to src/song/Max Kellermann
2018-08-02lib/systemd/Watchdog: implement the systemd watchdog protocolMax Kellermann
2018-08-02Merge branch 'v0.20.x'Max Kellermann
2018-08-02case-insensitive URI scheme comparisonMax Kellermann
2018-08-02util/ASCII: add StringStartsWithCaseASCII()Max Kellermann
2018-08-02lib/icu/Init: add class ScopeIcuInitMax Kellermann
2018-08-02lib/icu/Init: add "noexcept"Max Kellermann
2018-08-02config/Path: simplify expressionMax Kellermann
2018-08-02config/Path: remove unnecessary IsNull() checkMax Kellermann
2018-08-01unix/PidFile: add "noexcept"Max Kellermann
2018-08-01unix/{Daemon,PidFile}: throw exception on errorMax Kellermann