Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tag_pool: use memcmp() instead of strcmp() for non-terminated string | Max Kellermann | 2009-03-27 | 1 | -1/+3 |
* | tag_pool: use size_t for string length | Max Kellermann | 2009-03-27 | 1 | -2/+2 |
* | tag_pool: make "slots" static | Max Kellermann | 2009-03-14 | 1 | -1/+1 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | tag_pool: use GLib instead of utils.h | Max Kellermann | 2009-01-03 | 1 | -3/+2 |
* | tag & tag_pool: migrate from pthread to glib threads | Thomas Jansen | 2008-12-28 | 1 | -1/+14 |
* | tag_item: avoid wasting space when struct is unpackable | Eric Wong | 2008-10-13 | 1 | -1/+3 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -0/+2 |
* | tag: lock all accesses to tag_pool | Eric Wong | 2008-09-07 | 1 | -0/+2 |
* | tag: optimize tag_dup(), copy item references | Max Kellermann | 2008-08-29 | 1 | -6/+37 |
* | tag: added a pool for tag items | Max Kellermann | 2008-08-29 | 1 | -0/+108 |