index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
playlist.c
Age
Commit message (
Expand
)
Author
2004-05-25
clear playlist.current on clearPlaylist()
Warren Dukes
2004-05-25
fix for floating point exception when adding randomly to the playlist with
Warren Dukes
2004-05-25
mem leak: forgot to free stream songs on clearPlaylist() and finishPlaylist()
Warren Dukes
2004-05-23
by popular demand: have stop remember the current song and play will start
Warren Dukes
2004-05-20
when playing a url, previous always goto to previous song and never to the
Warren Dukes
2004-05-19
fix a nasty bug when deleting a stream from the playlist
Warren Dukes
2004-05-19
just a we bit of changes
Warren Dukes
2004-05-13
redimentary addition of url's to playlist
Warren Dukes
2004-05-13
add type element to Song struct, and change utf8file to utf8url
Warren Dukes
2004-04-15
clean up a little bit main() code
Warren Dukes
2004-04-14
add vim shiznit to end of all source files
Warren Dukes
2004-04-13
ok, rework myfprintf so it uses write() and never use any file stream
Warren Dukes
2004-04-13
lots of fsCharset, utf8/ascii converting clean-up and robustness stuff
Warren Dukes
2004-04-11
clean up signal handling using a polling method, from the genius that is mack...
Warren Dukes
2004-04-11
fix some snafoos
Warren Dukes
2004-04-11
don't stop playlist on finishPlaylist()[D
Warren Dukes
2004-04-11
make "update" command background/non-blocking
Warren Dukes
2004-04-02
use EXIT_SUCCESS and EXIT_FAILURE
Warren Dukes
2004-03-31
fix for loading playlists on platforms where char is unsigned (like PPC)
Warren Dukes
2004-03-26
close audio device on pause, after we say we have paused, makes pause seem
Warren Dukes
2004-03-17
make playlist restart from current position in song when using state file
Warren Dukes
2004-03-10
remove some no longer used functions
Warren Dukes
2004-03-05
make a set of nested if statements less ambigous
Warren Dukes
2004-02-25
finally found the segfault, it occurs with random and repeat on,
Warren Dukes
2004-02-25
some more cleanups
Warren Dukes
2004-02-23
import from SF CVS
Warren Dukes