aboutsummaryrefslogtreecommitdiffstats
path: root/src/str_pool.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix miscellaneous sparse warningsMax Kellermann2008-09-251-1/+1
| | | | Static variables, pointers vs integers, void function returning, ...
* manage tag string allocations in a poolMax Kellermann2008-09-151-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.