aboutsummaryrefslogtreecommitdiffstats
path: root/src/str_pool.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright noticesAvuton Olrich2008-12-311-9/+10
|
* manage tag string allocations in a poolMax Kellermann2008-09-151-0/+28
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.