| Commit message (Expand) | Author | Files | Lines |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -6/+9 |
2013-07-30 | tag: move enum tag_type to TagType.h | Max Kellermann | 1 | -0/+1 |
2013-01-30 | TagPool, ...: include cleanup | Max Kellermann | 1 | -0/+2 |
2013-01-07 | TagPool: use the Mutex class instead of GStaticMutex | Max Kellermann | 1 | -11/+1 |
2013-01-07 | tag: convert to C++ | Max Kellermann | 1 | -7/+8 |
2012-08-08 | tag_pool: use GStaticMutex | Max Kellermann | 1 | -14/+11 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-03-27 | tag_pool: use memcmp() instead of strcmp() for non-terminated string | Max Kellermann | 1 | -1/+3 |
2009-03-27 | tag_pool: use size_t for string length | Max Kellermann | 1 | -2/+2 |
2009-03-14 | tag_pool: make "slots" static | Max Kellermann | 1 | -1/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-01-03 | tag_pool: use GLib instead of utils.h | Max Kellermann | 1 | -3/+2 |
2008-12-28 | tag & tag_pool: migrate from pthread to glib threads | Thomas Jansen | 1 | -1/+14 |
2008-10-13 | tag_item: avoid wasting space when struct is unpackable | Eric Wong | 1 | -1/+3 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -0/+2 |
2008-09-07 | tag: lock all accesses to tag_pool | Eric Wong | 1 | -0/+2 |
2008-08-29 | tag: optimize tag_dup(), copy item references | Max Kellermann | 1 | -6/+37 |
2008-08-29 | tag: added a pool for tag items | Max Kellermann | 1 | -0/+108 |