index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
playlist.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
playlist: added source comments
Max Kellermann
2009-01-23
1
-4
/
+143
*
playlist: assert in playPlaylistIfPlayerStopped()
Max Kellermann
2009-01-23
1
-15
/
+15
*
playlist: don't shuffle if not in random mode
Max Kellermann
2009-01-23
1
-1
/
+1
*
playlist: removed unreachable "playing" check
Max Kellermann
2009-01-23
1
-11
/
+7
*
playlist: removed stopOnError flag from playPlaylist()
Max Kellermann
2009-01-23
1
-6
/
+6
*
playlist: restart playing in deleteFromPlaylist()
Max Kellermann
2009-01-23
1
-22
/
+9
*
playlist: calculate next song before deleting the current one
Max Kellermann
2009-01-23
1
-11
/
+5
*
playlist: return early from shufflePlaylist()
Max Kellermann
2009-01-23
1
-23
/
+24
*
playlist: replaced playlist_state with flag playlist.playing
Max Kellermann
2009-01-23
1
-33
/
+26
*
queue: added queue_shuffle_order()
Max Kellermann
2009-01-23
1
-35
/
+35
*
playlist: check if repeat mode changes
Max Kellermann
2009-01-23
1
-1
/
+4
*
playlist: recalculate the queued song after random is toggled
Max Kellermann
2009-01-23
1
-0
/
+3
*
playlist: moved code to playlist_queue_song_order()
Max Kellermann
2009-01-23
1
-23
/
+20
*
playlist: moved code to queue.c
Max Kellermann
2009-01-22
1
-347
/
+191
*
playlist: corrected shuffle underflow test
Max Kellermann
2009-01-22
1
-2
/
+2
*
playlist: fix buffer underflow when getting current song
Max Kellermann
2009-01-22
1
-7
/
+10
*
playlist: convert assertion to check in TAG event handler
Max Kellermann
2009-01-21
1
-2
/
+3
*
command: don't restart player in the "status" command
Max Kellermann
2009-01-21
1
-1
/
+3
*
playlist: use the "enum player_error" type
Max Kellermann
2009-01-21
1
-1
/
+1
*
playlist: free memory with g_free()
Max Kellermann
2009-01-21
1
-10
/
+5
*
use config_get_positive() instead of manual parsing
Max Kellermann
2009-01-21
1
-12
/
+3
*
event_pipe: added "TAG" event
Max Kellermann
2009-01-20
1
-28
/
+18
*
mapper: make the playlist directory optional
Max Kellermann
2009-01-18
1
-0
/
+3
*
conf: use config_get_bool() instead of getBoolConfigParam()
Max Kellermann
2009-01-17
1
-7
/
+3
*
conf: no CamelCase, part I
Max Kellermann
2009-01-17
1
-2
/
+2
*
playlist: don't store getBoolConfigParam() in a bool
Max Kellermann
2009-01-16
1
-3
/
+5
*
playlist: safely search the playlist for deleted song
Max Kellermann
2009-01-14
1
-1
/
+1
*
playlist: implement Fisher-Yates shuffle properly
Max Kellermann
2009-01-13
1
-2
/
+2
*
playlist: pass unsigned integers to playlistInfo()
Max Kellermann
2009-01-10
1
-14
/
+6
*
playlist: exclude end of range
Max Kellermann
2009-01-10
1
-1
/
+1
*
command: playlistinfo now uses a range argument rather than just a song id
Thomas Jansen
2009-01-10
1
-1
/
+6
*
song: allocate the result of song_get_url()
Max Kellermann
2009-01-04
1
-24
/
+28
*
playlist: log errors during loadPlaylist()
Max Kellermann
2009-01-04
1
-3
/
+2
*
playlist: use GLib logging
Max Kellermann
2009-01-04
1
-21
/
+19
*
playlist: use uri_has_scheme() instead of isRemoteUrl()
Max Kellermann
2009-01-04
1
-1
/
+1
*
state_file: errors are non-fatal in read_state_file()
Max Kellermann
2009-01-03
1
-12
/
+20
*
list: removed linked list library
Max Kellermann
2009-01-02
1
-1
/
+0
*
playlist: use GLib instead of utils.h
Max Kellermann
2009-01-02
1
-11
/
+15
*
playlist: use g_file_test() instead of stat()
Max Kellermann
2009-01-01
1
-2
/
+1
*
mapper: allocate playlist path from heap
Max Kellermann
2009-01-01
1
-4
/
+6
*
command: don't allow adding local files on WIN32
Max Kellermann
2008-12-30
1
-0
/
+2
*
playlist: use GLib's random number generator
Max Kellermann
2008-12-30
1
-7
/
+10
*
removed os_compat.h
Max Kellermann
2008-12-29
1
-1
/
+6
*
utils: removed myFgets()
Max Kellermann
2008-12-28
1
-4
/
+9
*
playlist: clear pc.errored_song on delete
Max Kellermann
2008-12-17
1
-2
/
+8
*
ls: removed isValidRemoteUtf8Url()
Max Kellermann
2008-12-16
1
-1
/
+1
*
playlist: call clearPlayerQueue() only if song is queued II
Max Kellermann
2008-11-12
1
-14
/
+10
*
playlist: track song metadata changes
Max Kellermann
2008-11-11
1
-12
/
+9
*
path: moved playlist_dir to mapper.c
Max Kellermann
2008-10-31
1
-3
/
+4
*
utils: use g_str_has_prefix() instead of prefixcmp()
Max Kellermann
2008-10-28
1
-8
/
+8
[prev]
[next]