aboutsummaryrefslogtreecommitdiffstats
path: root/src/str_pool.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-31Update copyright noticesAvuton Olrich1-9/+10
2008-09-25fix miscellaneous sparse warningsMax Kellermann1-1/+1
Static variables, pointers vs integers, void function returning, ...
2008-09-15manage tag string allocations in a poolMax Kellermann1-0/+125
There are many duplicated strings in the tag database, e.g. many songs having the same artist. Don't allocate such strings twice, manage all strings in a pool.