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