aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_pool.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-03-27tag_pool: use memcmp() instead of strcmp() for non-terminated stringMax Kellermann1-1/+3
2009-03-27tag_pool: use size_t for string lengthMax Kellermann1-2/+2
2009-03-14tag_pool: make "slots" staticMax Kellermann1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-01-03tag_pool: use GLib instead of utils.hMax Kellermann1-3/+2
2008-12-28tag & tag_pool: migrate from pthread to glib threadsThomas Jansen1-1/+14
2008-10-13tag_item: avoid wasting space when struct is unpackableEric Wong1-1/+3
2008-10-08don't include os_compat.hMax Kellermann1-0/+2
2008-09-07tag: lock all accesses to tag_poolEric Wong1-0/+2
2008-08-29tag: optimize tag_dup(), copy item referencesMax Kellermann1-6/+37
2008-08-29tag: added a pool for tag itemsMax Kellermann1-0/+108