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
2013-01-07
tag: convert to C++
Max Kellermann
2012-08-08
tag_pool: use GStaticMutex
Max Kellermann
2012-02-12
tag: add attribute "has_playlist"
Max Kellermann
2011-01-29
copyright year 2011
Max Kellermann
2010-09-25
eliminate g_error() usage
Thomas Jansen
2010-03-28
Merge release 0.15.9 from branch 'v0.15.x'
Max Kellermann
2010-03-17
tag: added function tag_merge_replace()
Max Kellermann
2010-01-06
tag: fixed memmove() size argument in tag_delete_item()
Max Kellermann
2009-12-31
Update copyright notices.
Avuton Olrich
2009-11-12
include config.h in all sources
Max Kellermann
2009-11-04
tag: added function tag_name_parse()
Max Kellermann
2009-10-13
tag: removed the "_ITEM_" suffix from the enum names
Max Kellermann
2009-07-09
Implement ArtistSort tag
Bart Nagel
2009-07-07
tag: added tag "AlbumArtistSort"
Max Kellermann
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
[next]