aboutsummaryrefslogtreecommitdiffstats
path: root/src/tagTracker.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-29tag: converted tag_item.value to a char arrayMax Kellermann1-10/+0
2008-08-29removed tree.cMax Kellermann1-85/+69
2008-08-29pass constant pointersMax Kellermann1-1/+1
2008-04-12whitespace cleanupMax Kellermann1-14/+14
2008-04-12clean up CPP includesMax Kellermann1-2/+1
2008-01-26fix -Waggregate-returnMax Kellermann1-7/+7
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-3/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-9/+1
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-2/+4
2006-08-07sparse / gcc-2.95 / -pedantic fixesEric Wong1-1/+1
2006-08-06merge changes from mpd-tree:Warren Dukes1-76/+61
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-3/+3
2006-07-20Add mpd-indent.shAvuton Olrich1-43/+56
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-1/+1
2006-07-16remove the glib library dependencyEric Wong1-63/+55
2006-07-15[CLEANUP] Cleanup whitespace->tabsAvuton Olrich1-33/+7
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-0/+18
2005-11-19remove C++ style commentsEric Wong1-2/+2
2005-11-16DJWLindenaar balanced tree and master process patchQball Cow1-65/+69
2004-11-15get rid of a gcc warningWarren Dukes1-4/+4
2004-11-15this shit really needs to be cleaned up, but its good enough for testing,Warren Dukes1-10/+13
2004-11-15oops, forgot to remove some DEBUG statmentsWarren Dukes1-3/+0
2004-11-15insert stuff in tagTracker in sorted order, hopefully this makes it fasterWarren Dukes1-12/+10
2004-11-14put tracking titles back in tag trackerWarren Dukes1-5/+5
2004-11-14fix test (we're not adding title's to the tag tracker)Warren Dukes1-1/+1
2004-11-14testWarren Dukes1-1/+9
2004-11-13a few DEBUG statementsWarren Dukes1-0/+2
2004-11-11somehow a } went missingWarren Dukes1-1/+1
2004-11-11ok, tagtracker now tracks title, this has the disadvantage of needing to sortWarren Dukes1-13/+30
2004-11-11better saved memmory displayWarren Dukes1-1/+1
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes1-1/+1
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-0/+142