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