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
2015-12-16
db/DatabaseLock: add class ScopeDatabaseUnlock
Max Kellermann
2015-12-16
db/simple: use class ScopeDatabaseLock
Max Kellermann
2015-12-16
db/DatabaseLock: add ScopeDatabaseLock::unlock()
Max Kellermann
2015-12-15
Merge tag 'v0.19.12'
Max Kellermann
2015-12-15
fix mpd crash on invalid utf8 stream title
Benno Fünfstück
2015-11-13
command/other: re-allow "lsinfo /"
Max Kellermann
2015-11-13
command/queue: use StringIsEqual() instead of memcmp()
Max Kellermann
2015-11-13
queue/Save: fix "Malformed playlist line in state file"
Max Kellermann
2015-11-13
player/Control: add code comments
Max Kellermann
2015-11-11
player/Control: Seek*() returns Error information
Max Kellermann
2015-11-11
decoder/Control: Seek() returns Error information
Max Kellermann
2015-11-11
queue/Playlist: seek methods return bool/Error instead of PlaylistResult
Max Kellermann
2015-11-11
command/CommandError: send verbose error message to client
Max Kellermann
2015-11-11
PlaylistError: remove unused code "ERRNO"
Max Kellermann
2015-11-11
decoder/Control: State::ERROR is illegal
Max Kellermann
2015-11-11
decoder/Control: use switch/case in Seek()
Max Kellermann
2015-11-11
player/Control: use class ScopeLock
Max Kellermann
2015-11-11
player/Control: move code to ClearError()
Max Kellermann
2015-11-11
player/Control: move code to SeekLocked()
Max Kellermann
2015-11-11
player/Control: add Lock prefix to locking method names
Max Kellermann
2015-11-11
StateFile: use StringAfterPrefix() instead of StringStartsWith()
Max Kellermann
2015-11-11
db/simple: use StringAfterPrefix() instead of StringStartsWith()
Max Kellermann
2015-11-11
util/StringPointer: add method empty()
Max Kellermann
2015-11-10
Main: fix build failure on non-Linux systems
Michael Paquier
2015-11-06
util/StringView: add method Literal()
Max Kellermann
2015-11-06
util/StringCompare: use StringView to simplify inline implementations
Max Kellermann
2015-11-06
playlist/soundcloud: make key_str "static const"
Max Kellermann
2015-11-06
db/update/InotifyQueue: use StringAfterPrefix()
Max Kellermann
2015-11-06
input/alsa: use StringAfterPrefix()
Max Kellermann
2015-11-06
util/UriUtil: use StringAfterPrefix() instead of memcmp()
Max Kellermann
2015-11-06
util/UriUtil: move code to SkipUriScheme()
Max Kellermann
2015-11-06
util/UriUtil: make variables more local
Max Kellermann
2015-11-06
util/StringCompare: add StringIsEmpty()
Max Kellermann
2015-11-06
util/StringCompare: use strncmp() instead of memcmp() in StringStartsWith()
Max Kellermann
2015-11-06
util/StringUtil: move comparison functions to StringCompare.cxx
Max Kellermann
2015-11-06
tag/id3: convert path from "wchar_t*" to "char*" for error message
Max Kellermann
2015-11-05
player/Thread: call DecoderCommand::SEEK only on existing decoder
Max Kellermann
2015-11-05
player/Thread: move code to WaitDecoderStartup()
Max Kellermann
2015-11-05
player/Thread: move player_command_finished() to PlayerControl
Max Kellermann
2015-11-05
player/Thread: copy pc.seek_time in ActivateDecoder()
Max Kellermann
2015-11-05
player/Control: initialize seek_time in EnqueueSongLocked()
Max Kellermann
2015-10-28
player/Thread: remove decoder error check from ActivateDecoder()
Max Kellermann
2015-10-28
player/Thread: rename WaitForDecoder() to ActivateDecoder()
Max Kellermann
2015-10-27
player/Thread: move code to ForwardDecoderError()
Max Kellermann
2015-10-27
player/Thread: clear pc.next_song earlier in WaitForDecoder()
Max Kellermann
2015-10-27
player/Control: use CANCEL to clear next_song in Seek()
Max Kellermann
2015-10-27
player/Thread: merge the cross_fading flag into enum CrossFadeState
Max Kellermann
2015-10-27
player/Thread: move ResetCrossFade() calls to where pipes are set
Max Kellermann
2015-10-27
player/Thread: add method ResetCrossFade()
Max Kellermann
2015-10-27
player/Thread: more CrossFadeState documentation
Max Kellermann
[next]