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
/
PlaylistQueue.cxx
Age
Commit message (
Expand
)
Author
2014-01-23
playlist/*: move to playlist/plugins/
Max Kellermann
2014-01-21
PlaylistSong: modify the given song object in-place
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2014-01-09
DetachedSong: fork of struct Song
Max Kellermann
2013-12-05
fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8
Denis Krjuchkov
2013-11-28
include cleanup using iwyu
Max Kellermann
2013-10-28
player_control: rename to PlayerControl
Max Kellermann
2013-10-23
input_stream: rename struct to InputStream
Max Kellermann
2013-10-21
GetBaseUTF8
Max Kellermann
2013-10-20
PlaylistError: convert playlist_result to a strictly-typed enum
Max Kellermann
2013-10-19
*: use references instead of pointers
Max Kellermann
2013-10-17
InputStream: use int64_t instead of goffset
Max Kellermann
2013-10-17
thread/{Cond,Mutex}: use "class" instead of "typedef"
Max Kellermann
2013-10-02
Playlist*: use nullptr instead of NULL
Max Kellermann
2013-09-05
PlaylistPlugin: add interface SongEnumerator
Max Kellermann
2013-09-05
InputLegacy: move functions to the input_stream class
Max Kellermann
2013-09-03
input_stream.h: rename to InputLegacy.hxx
Max Kellermann
2013-07-28
song: convert header to C++
Max Kellermann
2013-01-27
DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond
Max Kellermann
2013-01-27
playlist/*: convert to C++
Max Kellermann
2013-01-07
Playlist: convert functions to methods
Max Kellermann
2013-01-07
decoder_api.h, ...: add "extern C"
Max Kellermann
2013-01-04
playlist: convert to C++
Max Kellermann
2013-01-02
playlist_{any,song,queue}: convert to C++
Max Kellermann