aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* song: don't export newNullSong()Max Kellermann2008-08-291-1/+1
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-291-10/+10
* assert song->url != NULLMax Kellermann2008-08-261-0/+3
* no camel case in struct decoder_pluginMax Kellermann2008-08-261-2/+2
* renamed inputPlugin.* to decoder_list.*Max Kellermann2008-08-261-1/+1
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-261-2/+3
* fix segmentation fault in song info parserMax Kellermann2008-03-261-4/+5
* eliminated duplicate initializationMax Kellermann2008-03-261-7/+3
* fix -Wconst warningsMax Kellermann2008-02-051-2/+2
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-3/+1
* song: updateSongInfo: left out charset conversion when going thread-safeEric Wong2008-01-011-2/+4
* Merge branches/ew r7104Eric Wong2007-12-281-44/+19
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-8/+4
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-3/+3
* add support for: list fileWarren Dukes2006-10-271-2/+0
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-5/+6
* remove deprecated myfprintf wrapperEric Wong2006-07-301-4/+5
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-9/+9
* Add mpd-indent.shAvuton Olrich2006-07-201-121/+140
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-2/+2
* [CLEANUP] Remove unused codeAvuton Olrich2006-07-151-19/+7
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Fix for bug 483Qball Cow2006-05-081-1/+2
* merge with mpd/trunk up to r3925Eric Wong2006-03-161-7/+13
* debug messages no longer cause segfaults :PEric Wong2005-10-251-1/+1
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-081-1/+6
* this shit really needs to be cleaned up, but its good enough for testing,Warren Dukes2004-11-151-1/+1
* fix a bug in pringSongUrl, don't print leading '/' for songs in root dirWarren Dukes2004-11-121-1/+1
* don't store only relative paths in the directory structure, its probably notWarren Dukes2004-11-121-1/+1
* ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes2004-11-111-7/+15
* ok, now song->url is only the filename, not the full path to the songWarren Dukes2004-11-111-4/+5
* implement saved memory by not storing full pathWarren Dukes2004-11-111-31/+61
* this is brokenWarren Dukes2004-11-111-7/+21
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-36/+20
* todo updateWarren Dukes2004-11-031-1/+0
* todo updateWarren Dukes2004-06-061-0/+5
* '\n' are badWarren Dukes2004-06-021-1/+5
* little cleanup of plugin stuffWarren Dukes2004-05-311-2/+6
* mp3 and ogg plugin stuffWarren Dukes2004-05-311-64/+10
* add type element to Song struct, and change utf8file to utf8urlWarren Dukes2004-05-131-62/+79
* 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-2/+0
* block signals when writing db to ensure db isn't corruptedWarren Dukes2004-04-131-0/+2
* add --only-create-db option from msellsWarren Dukes2004-04-111-1/+1
* work in prep of using msells/sbh's non-blocking update methodWarren Dukes2004-04-101-4/+55
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-021-2/+2
* lets cleanup some file type detection and not call stat() so muchWarren Dukes2004-03-311-14/+14
* parse length from Aac files and ID3 tagsWarren Dukes2004-03-211-0/+6