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