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
*
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
*
stored_playlist: renamed and moved spl_delete() to stored_playlist.c
Max Kellermann
2008-10-23
1
-14
/
+0
*
stored_playlist: spl_load() returns GPtrArray
Max Kellermann
2008-10-23
1
-16
/
+9
*
playlist: unsigned integers
Max Kellermann
2008-10-23
1
-129
/
+110
*
stored_playlist: moved functions from playlist.c
Max Kellermann
2008-10-22
1
-28
/
+0
*
stored_playlist: no CamelCase
Max Kellermann
2008-10-22
1
-5
/
+5
*
renamed storedPlaylist.c to stored_playlist.c
Max Kellermann
2008-10-22
1
-1
/
+1
*
playlist: also allow world-readable local files
Max Kellermann
2008-10-15
1
-1
/
+1
*
playlist: added support for adding songs not in the music database
Max Kellermann
2008-10-15
1
-0
/
+26
*
playlist: moved code to song_by_url()
Max Kellermann
2008-10-15
1
-4
/
+17
*
song: added song_in_database()
Max Kellermann
2008-10-15
1
-8
/
+7
*
locate: use g_utf8_casefold() instead of string_toupper()
Max Kellermann
2008-10-15
1
-2
/
+4
*
command: added command "idle"
Max Kellermann
2008-10-14
1
-0
/
+10
*
mapper: new song-to-filesystem mapper library
Max Kellermann
2008-10-14
1
-0
/
+1
*
playlist: moved code to playlist_save.c
Max Kellermann
2008-10-14
1
-12
/
+3
*
playlist: don't use isPlaylist() in deletePlaylist()
Max Kellermann
2008-10-13
1
-4
/
+3
*
player: added commands QUEUE and CANCEL
Max Kellermann
2008-10-12
1
-45
/
+4
*
playlist: call clearPlayerQueue() only if song is queued
Max Kellermann
2008-10-12
1
-23
/
+15
*
database: renamed get_get_song() to db_get_song()
Max Kellermann
2008-10-09
1
-3
/
+3
*
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
2008-10-08
1
-3
/
+3
*
directory: moved code to database.c
Max Kellermann
2008-10-08
1
-1
/
+1
*
song: removed CamelCase
Max Kellermann
2008-10-08
1
-16
/
+16
*
song: replaced all song constructors
Max Kellermann
2008-10-08
1
-2
/
+2
*
playlist: simplified setPlaylistRandomStatus()
Max Kellermann
2008-10-08
1
-16
/
+15
*
use the "bool" data type instead of "int"
Max Kellermann
2008-10-08
1
-13
/
+13
*
song: converted typedef Song to struct song
Max Kellermann
2008-10-08
1
-10
/
+13
*
song: replace printSong* with song_print_*
Eric Wong
2008-10-07
1
-2
/
+2
*
song: stop storing song_type
Eric Wong
2008-10-06
1
-7
/
+7
*
switch to C99 types, part II
Max Kellermann
2008-09-29
1
-4
/
+4
*
playlist: deleteASongFromPlaylist takes a const Song *
Eric Wong
2008-09-29
1
-1
/
+1
*
start using prefixcmp()
Eric Wong
2008-09-23
1
-23
/
+8
*
playlist: replaced song_id_exists() with song_id_to_position()
Max Kellermann
2008-09-07
1
-16
/
+29
*
playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()
Max Kellermann
2008-09-07
1
-7
/
+6
*
playlist: added playlist_save()
Max Kellermann
2008-09-07
1
-2
/
+11
*
playlist: pass struct client to loadPlaylist()
Max Kellermann
2008-09-07
1
-3
/
+3
*
pass "struct client" to dbUtils.c, song.c, tag_print.c
Max Kellermann
2008-09-07
1
-16
/
+19
*
playlist: PlaylistInfo() does not call commandError()
Max Kellermann
2008-09-07
1
-4
/
+1
*
playlist: don't pass "fd" to storedPlaylist.c functions
Max Kellermann
2008-09-07
1
-33
/
+17
*
playlist: don't pass "fd" to playlist.c functions
Max Kellermann
2008-09-07
1
-131
/
+90
*
playlist: showPlaylist() and shufflePlaylist() cannot fail
Max Kellermann
2008-09-07
1
-6
/
+2
*
playlist: moved "repeat" and "random" value checks to command.c
Max Kellermann
2008-09-07
1
-20
/
+6
*
playlist: added is_valid_playlist_name()
Max Kellermann
2008-09-07
1
-3
/
+8
*
song: moved code to song_print.c, song_save.c
Max Kellermann
2008-09-07
1
-0
/
+1
*
dbUtils, playlist, directory: pass constant pointers
Max Kellermann
2008-09-06
1
-7
/
+7
*
tag: renamed functions, no CamelCase
Max Kellermann
2008-08-29
1
-3
/
+3
*
renamed player.c to player_control.c
Max Kellermann
2008-08-26
1
-1
/
+1
*
no commandError() in playerSeek()
Max Kellermann
2008-08-26
1
-2
/
+6
*
don't initialize "i" if we overwrite it anyway
Max Kellermann
2008-08-26
1
-1
/
+3
*
removed the "queue" parameter from syncPlaylistWithQueue()
Max Kellermann
2008-08-26
1
-12
/
+11
[next]