aboutsummaryrefslogtreecommitdiff
path: root/src/tag.c
Commit message (Expand)AuthorAge
* tag: convert to C++Max Kellermann2013-01-07
* tag_pool: use GStaticMutexMax Kellermann2012-08-08
* tag: add attribute "has_playlist"Max Kellermann2012-02-12
* copyright year 2011Max Kellermann2011-01-29
* eliminate g_error() usageThomas Jansen2010-09-25
* Merge release 0.15.9 from branch 'v0.15.x'Max Kellermann2010-03-28
|\
| * tag: added function tag_merge_replace()Max Kellermann2010-03-17
* | tag: fixed memmove() size argument in tag_delete_item()Max Kellermann2010-01-06
* | Update copyright notices.Avuton Olrich2009-12-31
* | include config.h in all sourcesMax Kellermann2009-11-12
* | tag: added function tag_name_parse()Max Kellermann2009-11-04
* | tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-13
* | Implement ArtistSort tagBart Nagel2009-07-09
* | tag: added tag "AlbumArtistSort"Max Kellermann2009-07-07
|/
* song_save: don't call tag_free(NULL)Max Kellermann2009-04-28
* tag: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* 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