summaryrefslogtreecommitdiff
path: root/src/tag.c
AgeCommit message (Expand)Author
2013-01-07tag: convert to C++Max Kellermann
2012-08-08tag_pool: use GStaticMutexMax Kellermann
2012-02-12tag: add attribute "has_playlist"Max Kellermann
2011-01-29copyright year 2011Max Kellermann
2010-09-25eliminate g_error() usageThomas Jansen
2010-03-28Merge release 0.15.9 from branch 'v0.15.x'Max Kellermann
2010-03-17tag: added function tag_merge_replace()Max Kellermann
2010-01-06tag: fixed memmove() size argument in tag_delete_item()Max Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-11-12include config.h in all sourcesMax Kellermann
2009-11-04tag: added function tag_name_parse()Max Kellermann
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann
2009-07-09Implement ArtistSort tagBart Nagel
2009-07-07tag: added tag "AlbumArtistSort"Max Kellermann
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