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
2018-08-14
Merge branch 'fchmod_fix' of git://github.com/1848/MPD
Max Kellermann
2018-08-14
fixed setting unix socket permissions
1848
2018-08-14
Merge branch 'master' of git://github.com/skidoo23/MPD
Max Kellermann
2018-08-12
decoder/sidplay: support basic and kernal rom (libsidplayfp)
skidoo23
2018-08-10
tag/Config: support incremental "metadata_to_use" setting
Max Kellermann
2018-08-10
tag/Config: use SplitString()
Max Kellermann
2018-08-10
tag/Mask: add method Unset()
Max Kellermann
2018-08-09
event/ServerSocket: fix get_remote_uid() call
Max Kellermann
2018-08-09
command/sticker, sticker/song: embed struct sticker_song_find_data in namespace
Max Kellermann
2018-08-09
decoder/Thread, ...: log all exceptions
Max Kellermann
2018-08-08
Merge branch 'HttpdOutputPlugin_socket' of git://github.com/1848/MPD
Max Kellermann
2018-08-07
decoder/mpg123: remove obsolete const_cast hack
Max Kellermann
2018-08-07
decoder/mpg123: use AtScopeExit() to call mpg123_delete() during scan
Max Kellermann
2018-08-07
decoder/mpg123: use AtScopeExit() to call mpg123_delete()
Max Kellermann
2018-08-07
Moved call to fchmod() on socket from OneServerSocket::Open() to socket_bind_...
1848
2018-08-07
Use fchmod instead of chmod for unix sockets to prevent TOCTTOU
1848
2018-08-07
Added unix socket support in HttpdOutputPlugin
1848
2018-08-07
Added a function for generic address parsing
1848
2018-08-07
Fix various bugs in OS X DSD playback
Yue Wang
2018-08-06
event/SignalMonitor: make SignalMonitorFinish() noexcept
Max Kellermann
2018-08-06
event/SignalMonitor: add `noexcept`
Max Kellermann
2018-08-06
system/SignalFD: add "noexcept"
Max Kellermann
2018-08-06
system/SignalFD: throw exception on error
Max Kellermann
2018-08-06
system/Event{FD,Pipe}: add "noexcept"
Max Kellermann
2018-08-06
system/Event{FD,Pipe}: throw exception on error
Max Kellermann
2018-08-06
Main: use AtScopeExit() to delete the Instance
Max Kellermann
2018-08-06
Main: call daemonize_finish() with AtScopeExit()
Max Kellermann
2018-08-02
song/AudioFormatFilter: add mask support
Max Kellermann
2018-08-02
AudioFormat: add mask support to ToString()
Max Kellermann
2018-08-02
AudioFormat: split the printf() calls in ToString()
Max Kellermann
2018-08-02
lib/icu: require at least version 50
Max Kellermann
2018-08-02
decoder/mikmod: require at least version 3.2
Max Kellermann
2018-08-02
configure.ac: detect libmikmod with pkg-config
Max Kellermann
2018-08-02
decoder/ffmpeg: require at least version 11.12
Max Kellermann
2018-08-02
song/OptimizeFilter: optimization stage for filters
Max Kellermann
2018-08-02
SongFilter: add class NotSongFilter
Max Kellermann
2018-08-02
song/AudioFormatSongFilter: new filter type
Max Kellermann
2018-08-02
song/Filter: convert LOCATE_TAG_* macros to enum
Max Kellermann
2018-08-02
song/Filter: move each class into a separate source
Max Kellermann
2018-08-02
DetachedSong, db/LightSong, SongFilter: move to src/song/
Max Kellermann
2018-08-02
lib/systemd/Watchdog: implement the systemd watchdog protocol
Max Kellermann
2018-08-02
Merge branch 'v0.20.x'
Max Kellermann
2018-08-02
case-insensitive URI scheme comparison
Max Kellermann
2018-08-02
util/ASCII: add StringStartsWithCaseASCII()
Max Kellermann
2018-08-02
lib/icu/Init: add class ScopeIcuInit
Max Kellermann
2018-08-02
lib/icu/Init: add "noexcept"
Max Kellermann
2018-08-02
config/Path: simplify expression
Max Kellermann
2018-08-02
config/Path: remove unnecessary IsNull() check
Max Kellermann
2018-08-01
unix/PidFile: add "noexcept"
Max Kellermann
2018-08-01
unix/{Daemon,PidFile}: throw exception on error
Max Kellermann
[next]