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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-01-21
playlist: free memory with g_free()
Max Kellermann
1
-10
/
+5
2009-01-21
use config_get_positive() instead of manual parsing
Max Kellermann
1
-12
/
+3
2009-01-20
event_pipe: added "TAG" event
Max Kellermann
1
-28
/
+18
2009-01-18
mapper: make the playlist directory optional
Max Kellermann
1
-0
/
+3
2009-01-17
conf: use config_get_bool() instead of getBoolConfigParam()
Max Kellermann
1
-7
/
+3
2009-01-17
conf: no CamelCase, part I
Max Kellermann
1
-2
/
+2
2009-01-16
playlist: don't store getBoolConfigParam() in a bool
Max Kellermann
1
-3
/
+5
2009-01-14
playlist: safely search the playlist for deleted song
Max Kellermann
1
-1
/
+1
2009-01-13
playlist: implement Fisher-Yates shuffle properly
Max Kellermann
1
-2
/
+2
2009-01-10
playlist: pass unsigned integers to playlistInfo()
Max Kellermann
1
-14
/
+6
2009-01-10
playlist: exclude end of range
Max Kellermann
1
-1
/
+1
2009-01-10
command: playlistinfo now uses a range argument rather than just a song id
Thomas Jansen
1
-1
/
+6
2009-01-04
song: allocate the result of song_get_url()
Max Kellermann
1
-24
/
+28
2009-01-04
playlist: log errors during loadPlaylist()
Max Kellermann
1
-3
/
+2
2009-01-04
playlist: use GLib logging
Max Kellermann
1
-21
/
+19
2009-01-04
playlist: use uri_has_scheme() instead of isRemoteUrl()
Max Kellermann
1
-1
/
+1
2009-01-03
state_file: errors are non-fatal in read_state_file()
Max Kellermann
1
-12
/
+20
2009-01-02
list: removed linked list library
Max Kellermann
1
-1
/
+0
2009-01-02
playlist: use GLib instead of utils.h
Max Kellermann
1
-11
/
+15
2009-01-01
playlist: use g_file_test() instead of stat()
Max Kellermann
1
-2
/
+1
2009-01-01
mapper: allocate playlist path from heap
Max Kellermann
1
-4
/
+6
2008-12-30
command: don't allow adding local files on WIN32
Max Kellermann
1
-0
/
+2
2008-12-30
playlist: use GLib's random number generator
Max Kellermann
1
-7
/
+10
2008-12-29
removed os_compat.h
Max Kellermann
1
-1
/
+6
2008-12-28
utils: removed myFgets()
Max Kellermann
1
-4
/
+9
2008-12-17
playlist: clear pc.errored_song on delete
Max Kellermann
1
-2
/
+8
2008-12-16
ls: removed isValidRemoteUtf8Url()
Max Kellermann
1
-1
/
+1
2008-11-12
playlist: call clearPlayerQueue() only if song is queued II
Max Kellermann
1
-14
/
+10
2008-11-11
playlist: track song metadata changes
Max Kellermann
1
-12
/
+9
2008-10-31
path: moved playlist_dir to mapper.c
Max Kellermann
1
-3
/
+4
2008-10-28
utils: use g_str_has_prefix() instead of prefixcmp()
Max Kellermann
1
-8
/
+8
2008-10-23
stored_playlist: renamed and moved spl_delete() to stored_playlist.c
Max Kellermann
1
-14
/
+0
2008-10-23
stored_playlist: spl_load() returns GPtrArray
Max Kellermann
1
-16
/
+9
2008-10-23
playlist: unsigned integers
Max Kellermann
1
-129
/
+110
2008-10-22
stored_playlist: moved functions from playlist.c
Max Kellermann
1
-28
/
+0
2008-10-22
stored_playlist: no CamelCase
Max Kellermann
1
-5
/
+5
2008-10-22
renamed storedPlaylist.c to stored_playlist.c
Max Kellermann
1
-1
/
+1
2008-10-15
playlist: also allow world-readable local files
Max Kellermann
1
-1
/
+1
2008-10-15
playlist: added support for adding songs not in the music database
Max Kellermann
1
-0
/
+26
2008-10-15
playlist: moved code to song_by_url()
Max Kellermann
1
-4
/
+17
2008-10-15
song: added song_in_database()
Max Kellermann
1
-8
/
+7
2008-10-15
locate: use g_utf8_casefold() instead of string_toupper()
Max Kellermann
1
-2
/
+4
2008-10-14
command: added command "idle"
Max Kellermann
1
-0
/
+10
2008-10-14
mapper: new song-to-filesystem mapper library
Max Kellermann
1
-0
/
+1
2008-10-14
playlist: moved code to playlist_save.c
Max Kellermann
1
-12
/
+3
2008-10-13
playlist: don't use isPlaylist() in deletePlaylist()
Max Kellermann
1
-4
/
+3
2008-10-12
player: added commands QUEUE and CANCEL
Max Kellermann
1
-45
/
+4
2008-10-12
playlist: call clearPlayerQueue() only if song is queued
Max Kellermann
1
-23
/
+15
2008-10-09
database: renamed get_get_song() to db_get_song()
Max Kellermann
1
-3
/
+3
2008-10-08
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
1
-3
/
+3
[next]