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