| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | tag: added function tag_name_parse() | Max Kellermann | 2009-11-04 | 1 | -3/+3 |
* | locate: use g_ascii_strcasecmp() instead of strcasecmp() | Max Kellermann | 2009-04-28 | 1 | -4/+4 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | tag: make tag.num_items unsigned | Max Kellermann | 2009-02-27 | 1 | -2/+1 |
* | tag: no CamelCase | Max Kellermann | 2009-02-27 | 1 | -4/+3 |
* | use g_free() instead of free() | Max Kellermann | 2009-01-25 | 1 | -3/+3 |
* | Fix tag not being set when casefolding the locate_item_list | Qball Cow | 2009-01-25 | 1 | -1/+3 |
* | locate: added locate_item_list_casefold() | Max Kellermann | 2009-01-24 | 1 | -0/+12 |
* | queue_print, dbUtils: use struct locate_item_list | Max Kellermann | 2009-01-24 | 1 | -8/+10 |
* | locate: added struct locate_item_list | Max Kellermann | 2009-01-24 | 1 | -26/+26 |
* | locate: initialize the whole visited_types array | Max Kellermann | 2009-01-24 | 1 | -2/+6 |
* | locate: use bool instead of int | Max Kellermann | 2009-01-24 | 1 | -31/+30 |
* | locate: no CamelCase | Max Kellermann | 2009-01-24 | 1 | -54/+39 |
* | locate: renamed LocateTagItem to "struct locate_item" | Max Kellermann | 2009-01-24 | 1 | -11/+13 |
* | locate: use const pointers | Max Kellermann | 2009-01-22 | 1 | -5/+7 |
* | locate: fix strcmp() return value check | Max Kellermann | 2009-01-05 | 1 | -1/+1 |
* | song: allocate the result of song_get_url() | Max Kellermann | 2009-01-04 | 1 | -5/+11 |
* | locate: use GLib instead of utils.h | Max Kellermann | 2009-01-02 | 1 | -4/+5 |
* | locate: ignore case when searching in song paths | Max Kellermann | 2008-12-13 | 1 | -1/+1 |
* | locate: use g_utf8_casefold() instead of string_toupper() | Max Kellermann | 2008-10-15 | 1 | -4/+8 |
* | song: removed CamelCase | Max Kellermann | 2008-10-08 | 1 | -2/+2 |
* | song: converted typedef Song to struct song | Max Kellermann | 2008-10-08 | 1 | -4/+10 |
* | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 2008-09-29 | 1 | -2/+2 |
* | allow searching for albums with an empty tag | Eric Wong | 2008-09-29 | 1 | -1/+23 |
* | include cleanup | Max Kellermann | 2008-09-06 | 1 | -0/+1 |
* | tag: converted MpdTag.items to a pointer list | Max Kellermann | 2008-08-29 | 1 | -4/+4 |
* | converted MpdTagItem.type to an enum | Max Kellermann | 2008-08-26 | 1 | -2/+2 |
* | clean up CPP includes | Max Kellermann | 2008-04-12 | 1 | -1/+1 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -3/+4 |
* | fixed -Wshadow warnings | Max Kellermann | 2008-01-26 | 1 | -4/+4 |
* | Merge branches/ew r7104 | Eric Wong | 2007-12-28 | 1 | -7/+8 |
* | Use "file" instead of SONG_INFO (literally "file: ") for | J. Alexander Treuman | 2007-03-20 | 1 | -2/+2 |
* | Adding copyright headers to locate.[ch]. | J. Alexander Treuman | 2007-02-24 | 1 | -0/+18 |
* | Moving a bunch of the LocateTagItem code to locate.[ch] so that it can | J. Alexander Treuman | 2007-02-24 | 1 | -0/+193 |