aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-05-25clear playlist.current on clearPlaylist()Warren Dukes1-0/+1
2004-05-25fix for floating point exception when adding randomly to the playlist withWarren Dukes1-3/+5
2004-05-25mem leak: forgot to free stream songs on clearPlaylist() and finishPlaylist()Warren Dukes1-2/+2
2004-05-23by popular demand: have stop remember the current song and play will startWarren Dukes1-10/+26
2004-05-20when playing a url, previous always goto to previous song and never to theWarren Dukes1-1/+4
2004-05-19fix a nasty bug when deleting a stream from the playlistWarren Dukes1-4/+11
2004-05-19just a we bit of changesWarren Dukes1-8/+8
2004-05-13redimentary addition of url's to playlistWarren Dukes1-6/+21
2004-05-13add type element to Song struct, and change utf8file to utf8urlWarren Dukes1-12/+14
2004-04-15clean up a little bit main() codeWarren Dukes1-2/+2
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-13ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes1-4/+4
2004-04-13lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes1-1/+3
2004-04-11clean up signal handling using a polling method, from the genius that is mack...Warren Dukes1-24/+0
2004-04-11fix some snafoosWarren Dukes1-1/+0
2004-04-11don't stop playlist on finishPlaylist()[DWarren Dukes1-1/+0
2004-04-11make "update" command background/non-blockingWarren Dukes1-0/+4
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes1-8/+8
2004-03-31fix for loading playlists on platforms where char is unsigned (like PPC)Warren Dukes1-1/+3
2004-03-26close audio device on pause, after we say we have paused, makes pause seemWarren Dukes1-5/+0
2004-03-17make playlist restart from current position in song when using state fileWarren Dukes1-0/+2
2004-03-10remove some no longer used functionsWarren Dukes1-11/+0
2004-03-05make a set of nested if statements less ambigousWarren Dukes1-1/+4
2004-02-25finally found the segfault, it occurs with random and repeat on,Warren Dukes1-2/+2
2004-02-25some more cleanupsWarren Dukes1-1/+1