aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-23playlist: unsigned integersMax Kellermann1-18/+18
2008-10-22stored_playlist: moved functions from playlist.cMax Kellermann1-4/+0
2008-10-15playlist: added support for adding songs not in the music databaseMax Kellermann1-0/+8
2008-10-08use the "bool" data type instead of "int"Max Kellermann1-7/+8
2008-10-08song: converted typedef Song to struct songMax Kellermann1-3/+9
2008-09-29switch to C99 types, part IIMax Kellermann1-4/+4
2008-09-29playlist: deleteASongFromPlaylist takes a const Song *Eric Wong1-1/+1
2008-09-07playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()Max Kellermann1-2/+2
2008-09-07playlist: pass struct client to loadPlaylist()Max Kellermann1-1/+1
2008-09-07pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann1-6/+8
2008-09-07playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann1-5/+3
2008-09-07playlist: don't pass "fd" to playlist.c functionsMax Kellermann1-19/+29
2008-09-07playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann1-2/+2
2008-09-07playlist: moved "repeat" and "random" value checks to command.cMax Kellermann1-2/+2
2008-09-07playlist: added is_valid_playlist_name()Max Kellermann1-0/+2
2008-09-06dbUtils, playlist, directory: pass constant pointersMax Kellermann1-8/+8
2008-08-28include cleanupMax Kellermann1-1/+1
2008-08-26playlist: eliminate unused fd parametersMax Kellermann1-4/+4
2008-04-12clean up CPP includesMax Kellermann1-3/+0
2008-04-12Fix a few more warnings from -WshadowEric Wong1-2/+2
2008-01-26Revert the queue implementation and commandsEric Wong1-15/+0
2008-01-26storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong1-0/+2
2008-01-26addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong1-2/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-4/+1
2008-01-01playlist: avoid the use of newStoredPlaylist for saving active playlistsEric Wong1-0/+2
2007-09-26Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.Qball Cow1-0/+15
2007-05-16Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman1-2/+18
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-02-24Adding playlistfind and playlistsearch commands for searching the currentJ. Alexander Treuman1-2/+5
2006-11-20Adding functions for clearing/adding to stored playlists. Commands to makeJ. Alexander Treuman1-0/+6
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-10/+10
2006-07-30Standardize state_file handling routines.Eric Wong1-4/+2
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-29/+29
2006-07-20Add mpd-indent.shAvuton Olrich1-7/+7
2006-07-14[CLEANUP] cleanup whitespace -> tabsAvuton Olrich1-2/+0
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-05-08Commit Jat's patch for bug 1281Qball Cow1-0/+1
2006-04-23Adding of plchangesposid command, this is a stripped down version of the plch...Qball Cow1-0/+2
2006-03-26Support for fetching the content of a stored playlist (patch by qball), this ...Qball Cow1-0/+3
2004-11-03remove vim &*(@Warren Dukes1-1/+0
2004-11-02new command "addid", this is the same as "add" command, except it also return...Warren Dukes1-2/+2
2004-06-09implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw...Warren Dukes1-0/+16
2004-06-05new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes1-1/+4
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-03-18bunch of autotool cleanupsWarren Dukes1-0/+2
2004-03-10remove some no longer used functionsWarren Dukes1-2/+0
2004-03-10increment playlist version on update, so clients know to updateWarren Dukes1-0/+2