index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tag.c
Age
Commit message (
Expand
)
Author
2009-04-28
song_save: don't call tag_free(NULL)
Max Kellermann
2009-04-28
tag: use g_ascii_strcasecmp() instead of strcasecmp()
Max Kellermann
2009-03-15
log: removed DEBUG() and FATAL()
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-01
tag: convert ignore_tag_items to a bool array
Max Kellermann
2009-03-01
tag: no CamelCase
Max Kellermann
2009-02-28
tag: moved APE code to tag_ape.c
Max Kellermann
2009-02-27
tag: don't accept invalid UTF-8 sequences
Max Kellermann
2009-02-27
tag: make tag.num_items unsigned
Max Kellermann
2009-02-27
tag: no CamelCase
Max Kellermann
2009-02-27
tag: make tag_equal() return bool
Max Kellermann
2009-02-17
tag: fixed typo in MUSICBRAINZ_TRACKID tag name
Max Kellermann
2009-01-25
tag: remove unused variable param
Laszlo Ashin
2009-01-25
use g_free() instead of free()
Max Kellermann
2009-01-25
conf: const pointers in block get functions
Max Kellermann
2009-01-25
use config_get_string() instead of config_get_param()
Max Kellermann
2009-01-24
tag: added support for MusicBrainz tags
Max Kellermann
2009-01-17
conf: no CamelCase, part I
Max Kellermann
2009-01-15
tag: added tag_get_value()
Max Kellermann
2009-01-13
tag: added core support for the "album artist" tag
Max Kellermann
2009-01-04
tag: allocate space for null terminator in clear_non_printable()
Max Kellermann
2009-01-04
path, tag: don't allocate GError for charset conversion
Max Kellermann
2009-01-03
tag: added function tag_merge()
Max Kellermann
2009-01-03
tag: revert g_strescape() patch
Max Kellermann
2009-01-03
tag: use g_strescape() to eliminate evil characters
Max Kellermann
2008-12-28
tag & tag_pool: migrate from pthread to glib threads
Thomas Jansen
2008-11-03
tag: added function tag_has_type()
Max Kellermann
2008-11-01
tag: use GLib instead of utils.h
Max Kellermann
2008-11-01
utils: use GUINT32_FROM_LE() instead of readLEuint32()
Max Kellermann
2008-11-01
tag: don't return const string from fix_utf8()
Max Kellermann
2008-10-31
removed UTF-8 library, use GLib instead
Max Kellermann
2008-10-08
don't include os_compat.h
Max Kellermann
2008-10-06
tag: merge clearMpdTag into tag_free
Eric Wong
2008-09-29
Switch to C99 types (retaining compat with old compilers)
Eric Wong
2008-09-08
use strset.h instead of tagTracker.h
Max Kellermann
2008-09-07
tag: oops, of course items is now ** and not *
Eric Wong
2008-09-07
tag: lock all accesses to tag_pool
Eric Wong
2008-09-07
tag: introduce handy items_size() function
Eric Wong
2008-09-07
tag: moved code to tag_print.c
Max Kellermann
2008-09-06
tag: fix segfault on update
Eric Wong
2008-08-29
tag: optimize tag_dup(), copy item references
Max Kellermann
2008-08-29
const pointers
Max Kellermann
2008-08-29
tag: try not to reallocate tag.items in every add() call
Max Kellermann
2008-08-29
tag: try not to duplicate the input string
Max Kellermann
2008-08-29
tag: pass length to fix_utf8()
Max Kellermann
2008-08-29
added "length" parameter to validUtf8String()
Max Kellermann
2008-08-29
assert value!=NULL in fix_utf8()
Max Kellermann
2008-08-29
tag: converted macro fixUtf8() to an inline function
Max Kellermann
2008-08-29
tag: added a pool for tag items
Max Kellermann
2008-08-29
tag: converted tag_item.value to a char array
Max Kellermann
[next]