aboutsummaryrefslogtreecommitdiff
path: root/src/tag.c
Commit message (Expand)AuthorAge
* log: removed DEBUG() and FATAL()Max Kellermann2009-03-15
* all: Update copyright header.Avuton Olrich2009-03-13
* tag: convert ignore_tag_items to a bool arrayMax Kellermann2009-03-01
* tag: no CamelCaseMax Kellermann2009-03-01
* tag: moved APE code to tag_ape.cMax Kellermann2009-02-28
* tag: don't accept invalid UTF-8 sequencesMax Kellermann2009-02-27
* tag: make tag.num_items unsignedMax Kellermann2009-02-27
* tag: no CamelCaseMax Kellermann2009-02-27
* tag: make tag_equal() return boolMax Kellermann2009-02-27
* tag: fixed typo in MUSICBRAINZ_TRACKID tag nameMax Kellermann2009-02-17
* tag: remove unused variable paramLaszlo Ashin2009-01-25
* use g_free() instead of free()Max Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* use config_get_string() instead of config_get_param()Max Kellermann2009-01-25
* tag: added support for MusicBrainz tagsMax Kellermann2009-01-24
* conf: no CamelCase, part IMax Kellermann2009-01-17
* tag: added tag_get_value()Max Kellermann2009-01-15
* tag: added core support for the "album artist" tagMax Kellermann2009-01-13
* tag: allocate space for null terminator in clear_non_printable()Max Kellermann2009-01-04
* path, tag: don't allocate GError for charset conversionMax Kellermann2009-01-04
* tag: added function tag_merge()Max Kellermann2009-01-03
* tag: revert g_strescape() patchMax Kellermann2009-01-03
* tag: use g_strescape() to eliminate evil charactersMax Kellermann2009-01-03
* tag & tag_pool: migrate from pthread to glib threadsThomas Jansen2008-12-28
* tag: added function tag_has_type()Max Kellermann2008-11-03
* tag: use GLib instead of utils.hMax Kellermann2008-11-01
* utils: use GUINT32_FROM_LE() instead of readLEuint32()Max Kellermann2008-11-01
* tag: don't return const string from fix_utf8()Max Kellermann2008-11-01
* removed UTF-8 library, use GLib insteadMax Kellermann2008-10-31
* don't include os_compat.hMax Kellermann2008-10-08
* tag: merge clearMpdTag into tag_freeEric Wong2008-10-06
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-29
* use strset.h instead of tagTracker.hMax Kellermann2008-09-08
* tag: oops, of course items is now ** and not *Eric Wong2008-09-07
* tag: lock all accesses to tag_poolEric Wong2008-09-07
* tag: introduce handy items_size() functionEric Wong2008-09-07
* tag: moved code to tag_print.cMax Kellermann2008-09-07
* tag: fix segfault on updateEric Wong2008-09-06
* tag: optimize tag_dup(), copy item referencesMax Kellermann2008-08-29
* const pointersMax Kellermann2008-08-29
* tag: try not to reallocate tag.items in every add() callMax Kellermann2008-08-29
* tag: try not to duplicate the input stringMax Kellermann2008-08-29
* tag: pass length to fix_utf8()Max Kellermann2008-08-29
* added "length" parameter to validUtf8String()Max Kellermann2008-08-29
* assert value!=NULL in fix_utf8()Max Kellermann2008-08-29
* tag: converted macro fixUtf8() to an inline functionMax Kellermann2008-08-29
* tag: added a pool for tag itemsMax Kellermann2008-08-29
* tag: converted tag_item.value to a char arrayMax Kellermann2008-08-29
* tag: converted MpdTag.items to a pointer listMax Kellermann2008-08-29
* tag: moved code to tag_id3.cMax Kellermann2008-08-29