aboutsummaryrefslogtreecommitdiffstats
path: root/src/locate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* tag: added function tag_name_parse()Max Kellermann2009-11-041-3/+3
* locate: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-4/+4
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* tag: make tag.num_items unsignedMax Kellermann2009-02-271-2/+1
* tag: no CamelCaseMax Kellermann2009-02-271-4/+3
* use g_free() instead of free()Max Kellermann2009-01-251-3/+3
* Fix tag not being set when casefolding the locate_item_listQball Cow2009-01-251-1/+3
* locate: added locate_item_list_casefold()Max Kellermann2009-01-241-0/+12
* queue_print, dbUtils: use struct locate_item_listMax Kellermann2009-01-241-8/+10
* locate: added struct locate_item_listMax Kellermann2009-01-241-26/+26
* locate: initialize the whole visited_types arrayMax Kellermann2009-01-241-2/+6
* locate: use bool instead of intMax Kellermann2009-01-241-31/+30
* locate: no CamelCaseMax Kellermann2009-01-241-54/+39
* locate: renamed LocateTagItem to "struct locate_item"Max Kellermann2009-01-241-11/+13
* locate: use const pointersMax Kellermann2009-01-221-5/+7
* locate: fix strcmp() return value checkMax Kellermann2009-01-051-1/+1
* song: allocate the result of song_get_url()Max Kellermann2009-01-041-5/+11
* locate: use GLib instead of utils.hMax Kellermann2009-01-021-4/+5
* locate: ignore case when searching in song pathsMax Kellermann2008-12-131-1/+1
* locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann2008-10-151-4/+8
* song: removed CamelCaseMax Kellermann2008-10-081-2/+2
* song: converted typedef Song to struct songMax Kellermann2008-10-081-4/+10
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-2/+2
* allow searching for albums with an empty tagEric Wong2008-09-291-1/+23
* include cleanupMax Kellermann2008-09-061-0/+1
* tag: converted MpdTag.items to a pointer listMax Kellermann2008-08-291-4/+4
* converted MpdTagItem.type to an enumMax Kellermann2008-08-261-2/+2
* clean up CPP includesMax Kellermann2008-04-121-1/+1
* fix -Wconst warningsMax Kellermann2008-02-051-3/+4
* fixed -Wshadow warningsMax Kellermann2008-01-261-4/+4
* Merge branches/ew r7104Eric Wong2007-12-281-7/+8
* Use "file" instead of SONG_INFO (literally "file: ") forJ. Alexander Treuman2007-03-201-2/+2
* Adding copyright headers to locate.[ch].J. Alexander Treuman2007-02-241-0/+18
* Moving a bunch of the LocateTagItem code to locate.[ch] so that it canJ. Alexander Treuman2007-02-241-0/+193