aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong2006-08-141-12/+2
* Standardize state_file handling routines.Eric Wong2006-07-301-179/+103
* remove deprecated myfprintf wrapperEric Wong2006-07-301-13/+14
* commandError() cleanups, fixup gcc checksEric Wong2006-07-301-4/+3
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-122/+127
* Use AudioCompress for volume normalizationJ. Alexander Treuman2006-07-271-9/+2
* Fix a memory leak when removing a playlistJ. Alexander Treuman2006-07-211-0/+2
* Remember kids: always test your code before committingJ. Alexander Treuman2006-07-211-5/+6
* Make getBoolConfigParam and save_absolute_paths_in_playlist less stupidJ. Alexander Treuman2006-07-211-1/+8
* Use getBoolConfigParam for save_absolute_paths_in_playlistJ. Alexander Treuman2006-07-211-14/+2
* Add mpd-indent.shAvuton Olrich2006-07-201-1/+5
* Add mpd-indent.shAvuton Olrich2006-07-201-623/+709
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-22/+22
* Sigh, another memory leakJ. Alexander Treuman2006-07-161-2/+7
* Fixing what looks like a *huge* memory leakJ. Alexander Treuman2006-07-161-0/+1
* Fixing a whopping 4 memory leaksJ. Alexander Treuman2006-07-161-2/+2
* [CLEANUP] cleanup whitespace -> tabsAvuton Olrich2006-07-141-69/+66
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Remove superfluous \n from addid's commandError call.J. Alexander Treuman2006-05-201-1/+1
* Commit Jat's patch for bug 1282Qball Cow2006-05-081-3/+3
* Commit Jat's patch for bug 1281Qball Cow2006-05-081-1/+1
* Adding of plchangesposid command, this is a stripped down version of the plch...Qball Cow2006-04-231-0/+20
* src/playlist.c: remove unnecessary strdup()Eric Wong2006-03-261-4/+5
* Small fix, it's file: test not file:testQball Cow2006-03-261-2/+2
* Support for fetching the content of a stored playlist (patch by qball), this ...Qball Cow2006-03-261-73/+106
* for windows compatibility, if we're unable to add a song, convert '\' to '/' ...Warren Dukes2005-03-081-4/+14
* fix stateFile path getting garbledWarren Dukes2005-03-061-18/+28
* implement saved memory by not storing full pathWarren Dukes2004-11-111-16/+11
* new command "addid", this is the same as "add" command, except it also return...Warren Dukes2004-11-021-6/+12
* oops, a typo, but that's ok, i'm still da manWarren Dukes2004-11-021-1/+1
* a few extra strerror()'s sprinkled in the codeWarren Dukes2004-11-021-2/+4
* use random() instead of rand()Warren Dukes2004-10-301-4/+4
* oops, forgot the parse the state_file as a pathWarren Dukes2004-10-281-1/+1
* merge shank-rewrite-config changesWarren Dukes2004-10-281-23/+31
* #1) Fix a potential security hole, where mpd sends a line from a playlist to ...Warren Dukes2004-10-161-1/+3
* fix bug #307Warren Dukes2004-10-151-2/+7
* rename idToNum and numToId to idToPostion and positionToId - from tw-nymWarren Dukes2004-06-301-34/+34
* patch from np for orderPlaylist()Warren Dukes2004-06-261-1/+3
* fix move commandWarren Dukes2004-06-191-1/+1
* fix C99 stuff for commandErrorWarren Dukes2004-06-151-3/+4
* forget to set playlist.current = 0 when toggling randomWarren Dukes2004-06-141-0/+1
* bug fix for deleting a song when the last song or next to last song is playin...Warren Dukes2004-06-141-4/+4
* change 'Num' => 'Pos" for positionWarren Dukes2004-06-131-1/+1
* since stuff like vorbis streams report actual time into stream,Warren Dukes2004-06-101-4/+6
* implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw...Warren Dukes2004-06-091-4/+6
* implmented ID functions, need to implemented id commandsWarren Dukes2004-06-091-1/+64
* implemented song id'sWarren Dukes2004-06-091-9/+60
* fix ack error when attempt to save a playlist that already existsWarren Dukes2004-06-081-2/+2
* on random select, move current to the first song playedWarren Dukes2004-06-081-0/+5