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-03-04
protocol/ArgParser: disallow negative seek times
Max Kellermann
2018-03-04
Get rid of GCD on macOS which breaks debug builds
Christian Kröner
2018-02-24
net/Init: work around -Werror=unused-variable
Max Kellermann
2018-02-24
storage/nfs: use PathTraitsFS::const_pointer_type
Max Kellermann
2018-02-24
storage/nfs: assume UTF-8 when accessing NFS from Windows
Max Kellermann
2018-02-24
Main: move WinSock initialization to class ScopeNetInit
Max Kellermann
2018-02-24
lib/nfs/FileReader: move sys/stat.h to header because "struct stat" may be macro
Max Kellermann
2018-02-24
lib/nfs/Connection: use winsock2.h instead of poll.h on Windows
Max Kellermann
2018-02-24
Fix curl storage plugin failure if the authentication method is different tha...
tpoeiras
2018-02-24
playlist/cue/Parser: parse tags after "INDEX 01"
Max Kellermann
2018-02-17
decoder/flac: move the SubmitData() call out of the callback
Max Kellermann
2018-02-17
decoder/flac: call FlacSubmitToClient() again after seeking
Max Kellermann
2018-02-17
decoder/flac: move code to FlacSubmitToClient()
Max Kellermann
2018-02-17
decoder/Bridge: truncate last chunk at the exact end_time
Max Kellermann
2018-02-17
encoder/opus: initialize granulepos to 0
cathugger
2018-02-10
mixer/alsa: work around rounding error at volume 0
Max Kellermann
2018-02-09
lib/curl: remove .netrc support on Android
Max Kellermann
2018-02-09
python/build/libs.py: convert CURL edit to quilt patch
Max Kellermann
2018-02-09
input/file: don't use posix_fadvise() on Android
Max Kellermann
2018-02-09
SongSave, queue/PlaylistState, tag/ReplayGain: use portable atof() wrappers
Max Kellermann
2018-02-09
protocol/ArgParser: move strtof()/strtod() switch to util/NumberParser.hxx
Max Kellermann
2018-02-09
protocol/ArgParser: use strtod() instead of strtof() on Android
Max Kellermann
2018-02-09
filter/convert: set the PcmConvert instance only if it was initialized
Max Kellermann
2018-02-09
filter/convert: add method IsActive()
Max Kellermann
2018-02-09
pcm/Order: fix size calculation with 8 channels
Max Kellermann
2018-02-09
db/update/Service: set the update thread name
Max Kellermann
2018-02-09
thread/Util: implement system call wrapper for sched_setscheduler()
Max Kellermann
2018-02-09
thread/Util: rename ioprio_set() to linux_ioprio_set()
Max Kellermann
2018-02-03
archive/iso9660: libcdio 2.0 compatibility
Max Kellermann
2018-02-01
db/update/Queue: work around GCC7 -Wuninitialized
Max Kellermann
2018-01-31
lib/upnp/Init: enable IPv6
Max Kellermann
2018-01-31
lib/upnp/Init: use nullptr instead of 0
Max Kellermann
2018-01-30
output/pulse: fix crash during auto-detection
Max Kellermann
2018-01-23
playlist/SoundCloud: fix -Wunused-lambda-capture
Max Kellermann
2018-01-19
db/simple/Mount: drop mount point prefix from LOCATE_TAG_BASE_TYPE
Max Kellermann
2018-01-19
SongFilter: allow copying items
Max Kellermann
2018-01-19
SongFilter: use std::string instead of AllocatedString
Max Kellermann
2018-01-19
lib/icu/Compare: allow copying
Max Kellermann
2018-01-19
util/RefCount, db/simple/Mount: remove obsolete libc++ workarounds
Max Kellermann
2018-01-08
event/Loop: use std::atomic_bool for the "quit" variable
Max Kellermann
2018-01-08
thread/Thread: add debug attribute "inside_handle"
Max Kellermann
2018-01-08
thread/Thread: make IsInside() debug-only
Max Kellermann
2018-01-08
thread/Thread: fix indent
Max Kellermann
2018-01-07
thread/{Thread,Id}: use defaul-initialized pthread_t as "undefined" value
Max Kellermann
2018-01-07
thread/Thread: use BoundMethod
Max Kellermann
2018-01-07
thread/Thread: move code to Run()
Max Kellermann
2018-01-07
MusicPipe: lock the mutex in Peek() and GetSize()
Max Kellermann
2018-01-05
queue/PlaylistControl: fix crash after seek failure
Max Kellermann
2018-01-05
output/haiku: remove unimplemented Cancel() method
Max Kellermann
2018-01-04
thread/Util: no ioprio_set() on Android due to seccomp/SIGSYS
Max Kellermann
[next]