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
/
playlist.c
Age
Commit message (
Expand
)
Author
2009-01-14
playlist: safely search the playlist for deleted song
Max Kellermann
2009-01-13
playlist: implement Fisher-Yates shuffle properly
Max Kellermann
2009-01-13
playlist: use GLib's random number generator
Max Kellermann
2009-01-13
playlist: log errors during loadPlaylist()
Max Kellermann
2008-12-17
playlist: clear pc.errored_song on delete
Max Kellermann
2008-12-16
ls: removed isValidRemoteUtf8Url()
Max Kellermann
2008-11-12
playlist: call clearPlayerQueue() only if song is queued II
Max Kellermann
2008-11-11
playlist: track song metadata changes
Max Kellermann
2008-10-31
path: moved playlist_dir to mapper.c
Max Kellermann
2008-10-28
utils: use g_str_has_prefix() instead of prefixcmp()
Max Kellermann
2008-10-23
stored_playlist: renamed and moved spl_delete() to stored_playlist.c
Max Kellermann
2008-10-23
stored_playlist: spl_load() returns GPtrArray
Max Kellermann
2008-10-23
playlist: unsigned integers
Max Kellermann
2008-10-22
stored_playlist: moved functions from playlist.c
Max Kellermann
2008-10-22
stored_playlist: no CamelCase
Max Kellermann
2008-10-22
renamed storedPlaylist.c to stored_playlist.c
Max Kellermann
2008-10-15
playlist: also allow world-readable local files
Max Kellermann
2008-10-15
playlist: added support for adding songs not in the music database
Max Kellermann
2008-10-15
playlist: moved code to song_by_url()
Max Kellermann
2008-10-15
song: added song_in_database()
Max Kellermann
2008-10-15
locate: use g_utf8_casefold() instead of string_toupper()
Max Kellermann
2008-10-14
command: added command "idle"
Max Kellermann
2008-10-14
mapper: new song-to-filesystem mapper library
Max Kellermann
2008-10-14
playlist: moved code to playlist_save.c
Max Kellermann
2008-10-13
playlist: don't use isPlaylist() in deletePlaylist()
Max Kellermann
2008-10-12
player: added commands QUEUE and CANCEL
Max Kellermann
2008-10-12
playlist: call clearPlayerQueue() only if song is queued
Max Kellermann
2008-10-09
database: renamed get_get_song() to db_get_song()
Max Kellermann
2008-10-08
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
2008-10-08
directory: moved code to database.c
Max Kellermann
2008-10-08
song: removed CamelCase
Max Kellermann
2008-10-08
song: replaced all song constructors
Max Kellermann
2008-10-08
playlist: simplified setPlaylistRandomStatus()
Max Kellermann
2008-10-08
use the "bool" data type instead of "int"
Max Kellermann
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
2008-10-07
song: replace printSong* with song_print_*
Eric Wong
2008-10-06
song: stop storing song_type
Eric Wong
2008-09-29
switch to C99 types, part II
Max Kellermann
2008-09-29
playlist: deleteASongFromPlaylist takes a const Song *
Eric Wong
2008-09-23
start using prefixcmp()
Eric Wong
2008-09-07
playlist: replaced song_id_exists() with song_id_to_position()
Max Kellermann
2008-09-07
playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()
Max Kellermann
2008-09-07
playlist: added playlist_save()
Max Kellermann
2008-09-07
playlist: pass struct client to loadPlaylist()
Max Kellermann
2008-09-07
pass "struct client" to dbUtils.c, song.c, tag_print.c
Max Kellermann
2008-09-07
playlist: PlaylistInfo() does not call commandError()
Max Kellermann
2008-09-07
playlist: don't pass "fd" to storedPlaylist.c functions
Max Kellermann
2008-09-07
playlist: don't pass "fd" to playlist.c functions
Max Kellermann
2008-09-07
playlist: showPlaylist() and shufflePlaylist() cannot fail
Max Kellermann
2008-09-07
playlist: moved "repeat" and "random" value checks to command.c
Max Kellermann
[next]