aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-11-20Adding functions for clearing/adding to stored playlists. Commands to makeJ. Alexander Treuman1-0/+102
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-11/+11
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-8/+8
2006-08-14Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong1-12/+2
2006-07-30Standardize state_file handling routines.Eric Wong1-179/+103
2006-07-30remove deprecated myfprintf wrapperEric Wong1-13/+14
2006-07-30commandError() cleanups, fixup gcc checksEric Wong1-4/+3
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-122/+127
2006-07-27Use AudioCompress for volume normalizationJ. Alexander Treuman1-9/+2
2006-07-21Fix a memory leak when removing a playlistJ. Alexander Treuman1-0/+2
2006-07-21Remember kids: always test your code before committingJ. Alexander Treuman1-5/+6
2006-07-21Make getBoolConfigParam and save_absolute_paths_in_playlist less stupidJ. Alexander Treuman1-1/+8
2006-07-21Use getBoolConfigParam for save_absolute_paths_in_playlistJ. Alexander Treuman1-14/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+5
2006-07-20Add mpd-indent.shAvuton Olrich1-623/+709
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-22/+22
2006-07-16Sigh, another memory leakJ. Alexander Treuman1-2/+7
2006-07-16Fixing what looks like a *huge* memory leakJ. Alexander Treuman1-0/+1
2006-07-16Fixing a whopping 4 memory leaksJ. Alexander Treuman1-2/+2
2006-07-14[CLEANUP] cleanup whitespace -> tabsAvuton Olrich1-69/+66
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-20Remove superfluous \n from addid's commandError call.J. Alexander Treuman1-1/+1
2006-05-08Commit Jat's patch for bug 1282Qball Cow1-3/+3
2006-05-08Commit Jat's patch for bug 1281Qball Cow1-1/+1
2006-04-23Adding of plchangesposid command, this is a stripped down version of the plch...Qball Cow1-0/+20
2006-03-26src/playlist.c: remove unnecessary strdup()Eric Wong1-4/+5
2006-03-26Small fix, it's file: test not file:testQball Cow1-2/+2
2006-03-26Support for fetching the content of a stored playlist (patch by qball), this ...Qball Cow1-73/+106
2005-03-08for windows compatibility, if we're unable to add a song, convert '\' to '/' ...Warren Dukes1-4/+14
2005-03-06fix stateFile path getting garbledWarren Dukes1-18/+28
2004-11-11implement saved memory by not storing full pathWarren Dukes1-16/+11
2004-11-02new command "addid", this is the same as "add" command, except it also return...Warren Dukes1-6/+12
2004-11-02oops, a typo, but that's ok, i'm still da manWarren Dukes1-1/+1
2004-11-02a few extra strerror()'s sprinkled in the codeWarren Dukes1-2/+4
2004-10-30use random() instead of rand()Warren Dukes1-4/+4
2004-10-28oops, forgot the parse the state_file as a pathWarren Dukes1-1/+1
2004-10-28merge shank-rewrite-config changesWarren Dukes1-23/+31
2004-10-16#1) Fix a potential security hole, where mpd sends a line from a playlist to ...Warren Dukes1-1/+3
2004-10-15fix bug #307Warren Dukes1-2/+7
2004-06-30rename idToNum and numToId to idToPostion and positionToId - from tw-nymWarren Dukes1-34/+34
2004-06-26patch from np for orderPlaylist()Warren Dukes1-1/+3
2004-06-19fix move commandWarren Dukes1-1/+1
2004-06-15fix C99 stuff for commandErrorWarren Dukes1-3/+4
2004-06-14forget to set playlist.current = 0 when toggling randomWarren Dukes1-0/+1
2004-06-14bug fix for deleting a song when the last song or next to last song is playin...Warren Dukes1-4/+4
2004-06-13change 'Num' => 'Pos" for positionWarren Dukes1-1/+1
2004-06-10since stuff like vorbis streams report actual time into stream,Warren Dukes1-4/+6
2004-06-09implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw...Warren Dukes1-4/+6
2004-06-09implmented ID functions, need to implemented id commandsWarren Dukes1-1/+64