aboutsummaryrefslogtreecommitdiff
path: root/src/playlist.c
Commit message (Expand)AuthorAge
* sparse: ANSI-fy function declarationsEric Wong2006-07-17
* Sigh, another memory leakJ. Alexander Treuman2006-07-16
* Fixing what looks like a *huge* memory leakJ. Alexander Treuman2006-07-16
* Fixing a whopping 4 memory leaksJ. Alexander Treuman2006-07-16
* [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
* Remove superfluous \n from addid's commandError call.J. Alexander Treuman2006-05-20
* Commit Jat's patch for bug 1282Qball Cow2006-05-08
* 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
* src/playlist.c: remove unnecessary strdup()Eric Wong2006-03-26
* Small fix, it's file: test not file:testQball Cow2006-03-26
* Support for fetching the content of a stored playlist (patch by qball), this ...Qball Cow2006-03-26
* for windows compatibility, if we're unable to add a song, convert '\' to '/' ...Warren Dukes2005-03-08
* fix stateFile path getting garbledWarren Dukes2005-03-06
* implement saved memory by not storing full pathWarren Dukes2004-11-11
* new command "addid", this is the same as "add" command, except it also return...Warren Dukes2004-11-02
* oops, a typo, but that's ok, i'm still da manWarren Dukes2004-11-02
* a few extra strerror()'s sprinkled in the codeWarren Dukes2004-11-02
* use random() instead of rand()Warren Dukes2004-10-30
* oops, forgot the parse the state_file as a pathWarren Dukes2004-10-28
* merge shank-rewrite-config changesWarren Dukes2004-10-28
* #1) Fix a potential security hole, where mpd sends a line from a playlist to ...Warren Dukes2004-10-16
* fix bug #307Warren Dukes2004-10-15
* rename idToNum and numToId to idToPostion and positionToId - from tw-nymWarren Dukes2004-06-30
* patch from np for orderPlaylist()Warren Dukes2004-06-26
* fix move commandWarren Dukes2004-06-19
* fix C99 stuff for commandErrorWarren Dukes2004-06-15
* forget to set playlist.current = 0 when toggling randomWarren Dukes2004-06-14
* bug fix for deleting a song when the last song or next to last song is playin...Warren Dukes2004-06-14
* change 'Num' => 'Pos" for positionWarren Dukes2004-06-13
* since stuff like vorbis streams report actual time into stream,Warren Dukes2004-06-10
* implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw...Warren Dukes2004-06-09
* implmented ID functions, need to implemented id commandsWarren Dukes2004-06-09
* implemented song id'sWarren Dukes2004-06-09
* fix ack error when attempt to save a playlist that already existsWarren Dukes2004-06-08
* on random select, move current to the first song playedWarren Dukes2004-06-08
* make enabling random always randomize the entire playlistWarren Dukes2004-06-08
* spelling fix for avutonWarren Dukes2004-06-06
* slightly safer copying of metadataChunk to MpdTagWarren Dukes2004-06-06
* mechanism for updating metadata while decodingWarren Dukes2004-06-06
* new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes2004-06-05
* remove ickiness ness with play on a non existing file setting playlist_state ...Warren Dukes2004-06-04
* simple fix for play -1Warren Dukes2004-06-04
* finish ack error codesWarren Dukes2004-06-04
* work on ACK error codesWarren Dukes2004-06-04
* clean up ACK error coding a little bitWarren Dukes2004-06-04
* remove debug code, and preivous commit fixes a segfault due to a doble free o...Warren Dukes2004-06-03
* don't stop on play command!Warren Dukes2004-06-03