aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* redimentary addition of url's to playlistWarren Dukes2004-05-131-6/+21
* add type element to Song struct, and change utf8file to utf8urlWarren Dukes2004-05-131-12/+14
* clean up a little bit main() codeWarren Dukes2004-04-151-2/+2
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes2004-04-131-4/+4
* lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes2004-04-131-1/+3
* clean up signal handling using a polling method, from the genius that is mack...Warren Dukes2004-04-111-24/+0
* fix some snafoosWarren Dukes2004-04-111-1/+0
* don't stop playlist on finishPlaylist()[DWarren Dukes2004-04-111-1/+0
* make "update" command background/non-blockingWarren Dukes2004-04-111-0/+4
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-021-8/+8
* fix for loading playlists on platforms where char is unsigned (like PPC)Warren Dukes2004-03-311-1/+3
* close audio device on pause, after we say we have paused, makes pause seemWarren Dukes2004-03-261-5/+0
* make playlist restart from current position in song when using state fileWarren Dukes2004-03-171-0/+2
* remove some no longer used functionsWarren Dukes2004-03-101-11/+0
* make a set of nested if statements less ambigousWarren Dukes2004-03-051-1/+4
* finally found the segfault, it occurs with random and repeat on,Warren Dukes2004-02-251-2/+2
* some more cleanupsWarren Dukes2004-02-251-1/+1
* import from SF CVSWarren Dukes2004-02-231-0/+1236