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
/
song.c
Age
Commit message (
Expand
)
Author
2004-06-06
todo update
Warren Dukes
2004-06-02
'\n' are bad
Warren Dukes
2004-05-31
little cleanup of plugin stuff
Warren Dukes
2004-05-31
mp3 and ogg plugin stuff
Warren Dukes
2004-05-13
add type element to Song struct, and change utf8file to utf8url
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
block signals when writing db to ensure db isn't corrupted
Warren Dukes
2004-04-11
add --only-create-db option from msells
Warren Dukes
2004-04-10
work in prep of using msells/sbh's non-blocking update method
Warren Dukes
2004-04-02
use EXIT_SUCCESS and EXIT_FAILURE
Warren Dukes
2004-03-31
lets cleanup some file type detection and not call stat() so much
Warren Dukes
2004-03-21
parse length from Aac files and ID3 tags
Warren Dukes
2004-03-18
bunch of autotool cleanups
Warren Dukes
2004-03-17
have AAC and MP4 types
Warren Dukes
2004-03-17
fix a few snafoo's in configure.ac
Warren Dukes
2004-03-11
move time back into MpdTag
Warren Dukes
2004-03-10
move adding and removeing from tables from directory.c to song.c
Warren Dukes
2004-03-10
fix it so that mpd will work if mtime is 0 (for those strange folk)
Warren Dukes
2004-03-10
move time from tag info to song info.
Warren Dukes
2004-03-09
lets exit on unknown line in songinfo db
Warren Dukes
2004-03-09
strip return characters that are in the id3 tags
Warren Dukes
2004-02-23
import from SF CVS
Warren Dukes