| Commit message (Expand) | Author | Files | Lines |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-09-25 | eliminate g_error() usage | Thomas Jansen | 1 | -2/+3 |
2010-06-30 | tag: added function tag_name_parse() | Max Kellermann | 1 | -9/+41 |
2010-03-17 | tag: added function tag_merge_replace() | Max Kellermann | 1 | -0/+16 |
2010-01-06 | tag: fixed memmove() size argument in tag_delete_item() | 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-11-04 | tag: added function tag_name_parse() | Max Kellermann | 1 | -9/+41 |
2009-10-13 | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 1 | -13/+13 |
2009-07-09 | Implement ArtistSort tag | Bart Nagel | 1 | -0/+1 |
2009-07-07 | tag: added tag "AlbumArtistSort" | Max Kellermann | 1 | -0/+1 |
2009-04-28 | song_save: don't call tag_free(NULL) | Max Kellermann | 1 | -0/+2 |
2009-04-28 | tag: use g_ascii_strcasecmp() instead of strcasecmp() | Max Kellermann | 1 | -2/+2 |
2009-03-15 | log: removed DEBUG() and FATAL() | Max Kellermann | 1 | -3/+2 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-01 | tag: convert ignore_tag_items to a bool array | Max Kellermann | 1 | -5/+5 |
2009-03-01 | tag: no CamelCase | Max Kellermann | 1 | -8/+8 |
2009-02-28 | tag: moved APE code to tag_ape.c | Max Kellermann | 1 | -120/+0 |
2009-02-27 | tag: don't accept invalid UTF-8 sequences | Max Kellermann | 1 | -5/+27 |
2009-02-27 | tag: make tag.num_items unsigned | Max Kellermann | 1 | -13/+4 |
2009-02-27 | tag: no CamelCase | Max Kellermann | 1 | -37/+38 |
2009-02-27 | tag: make tag_equal() return bool | Max Kellermann | 1 | -12/+12 |
2009-02-17 | tag: fixed typo in MUSICBRAINZ_TRACKID tag name | Max Kellermann | 1 | -1/+1 |
2009-01-25 | tag: remove unused variable param | Laszlo Ashin | 1 | -3/+2 |
2009-01-25 | use g_free() instead of free() | Max Kellermann | 1 | -8/+6 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 1 | -1/+1 |
2009-01-25 | use config_get_string() instead of config_get_param() | Max Kellermann | 1 | -5/+5 |
2009-01-24 | tag: added support for MusicBrainz tags | Max Kellermann | 1 | -1/+7 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -2/+2 |
2009-01-15 | tag: added tag_get_value() | Max Kellermann | 1 | -3/+9 |
2009-01-13 | tag: added core support for the "album artist" tag | Max Kellermann | 1 | -0/+1 |
2009-01-04 | tag: allocate space for null terminator in clear_non_printable() | Max Kellermann | 1 | -3/+1 |
2009-01-04 | path, tag: don't allocate GError for charset conversion | Max Kellermann | 1 | -5/+2 |
2009-01-03 | tag: added function tag_merge() | Max Kellermann | 1 | -0/+46 |
2009-01-03 | tag: revert g_strescape() patch | Max Kellermann | 1 | -7/+56 |
2009-01-03 | tag: use g_strescape() to eliminate evil characters | Max Kellermann | 1 | -18/+22 |
2008-12-28 | tag & tag_pool: migrate from pthread to glib threads | Thomas Jansen | 1 | -8/+8 |
2008-11-03 | tag: added function tag_has_type() | Max Kellermann | 1 | -0/+12 |
2008-11-01 | tag: use GLib instead of utils.h | Max Kellermann | 1 | -8/+10 |
2008-11-01 | utils: use GUINT32_FROM_LE() instead of readLEuint32() | Max Kellermann | 1 | -8/+8 |
2008-11-01 | tag: don't return const string from fix_utf8() | Max Kellermann | 1 | -13/+13 |
2008-10-31 | removed UTF-8 library, use GLib instead | Max Kellermann | 1 | -4/+12 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -0/+2 |
2008-10-06 | tag: merge clearMpdTag into tag_free | Eric Wong | 1 | -12/+2 |
2008-09-29 | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 1 | -1/+1 |
2008-09-08 | use strset.h instead of tagTracker.h | Max Kellermann | 1 | -1/+0 |
2008-09-07 | tag: oops, of course items is now ** and not * | Eric Wong | 1 | -2/+2 |
2008-09-07 | tag: lock all accesses to tag_pool | Eric Wong | 1 | -6/+10 |
2008-09-07 | tag: introduce handy items_size() function | Eric Wong | 1 | -11/+12 |
2008-09-07 | tag: moved code to tag_print.c | Max Kellermann | 1 | -25/+2 |