aboutsummaryrefslogtreecommitdiffstats
path: root/src/tagTracker.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-9/+1
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-2/+4
* sparse / gcc-2.95 / -pedantic fixesEric Wong2006-08-071-1/+1
* merge changes from mpd-tree:Warren Dukes2006-08-061-76/+61
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-3/+3
* Add mpd-indent.shAvuton Olrich2006-07-201-43/+56
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-1/+1
* remove the glib library dependencyEric Wong2006-07-161-63/+55
* [CLEANUP] Cleanup whitespace->tabsAvuton Olrich2006-07-151-33/+7
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-0/+18
* remove C++ style commentsEric Wong2005-11-191-2/+2
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-161-65/+69
* get rid of a gcc warningWarren Dukes2004-11-151-4/+4
* this shit really needs to be cleaned up, but its good enough for testing,Warren Dukes2004-11-151-10/+13
* oops, forgot to remove some DEBUG statmentsWarren Dukes2004-11-151-3/+0
* insert stuff in tagTracker in sorted order, hopefully this makes it fasterWarren Dukes2004-11-151-12/+10
* put tracking titles back in tag trackerWarren Dukes2004-11-141-5/+5
* fix test (we're not adding title's to the tag tracker)Warren Dukes2004-11-141-1/+1
* testWarren Dukes2004-11-141-1/+9
* a few DEBUG statementsWarren Dukes2004-11-131-0/+2
* somehow a } went missingWarren Dukes2004-11-111-1/+1
* ok, tagtracker now tracks title, this has the disadvantage of needing to sortWarren Dukes2004-11-111-13/+30
* better saved memmory displayWarren Dukes2004-11-111-1/+1
* ok, now song->url is only the filename, not the full path to the songWarren Dukes2004-11-111-1/+1
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-0/+142