aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_pool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* tag_pool: use memcmp() instead of strcmp() for non-terminated stringMax Kellermann2009-03-271-1/+3
* tag_pool: use size_t for string lengthMax Kellermann2009-03-271-2/+2
* tag_pool: make "slots" staticMax Kellermann2009-03-141-1/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* tag_pool: use GLib instead of utils.hMax Kellermann2009-01-031-3/+2
* tag & tag_pool: migrate from pthread to glib threadsThomas Jansen2008-12-281-1/+14
* tag_item: avoid wasting space when struct is unpackableEric Wong2008-10-131-1/+3
* don't include os_compat.hMax Kellermann2008-10-081-0/+2
* tag: lock all accesses to tag_poolEric Wong2008-09-071-0/+2
* tag: optimize tag_dup(), copy item referencesMax Kellermann2008-08-291-6/+37
* tag: added a pool for tag itemsMax Kellermann2008-08-291-0/+108