index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
locate.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-06-30
tag: added function tag_name_parse()
Max Kellermann
1
-3
/
+3
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-11-12
include config.h in all sources
Max Kellermann
1
-0
/
+1
2009-11-04
tag: added function tag_name_parse()
Max Kellermann
1
-3
/
+3
2009-04-28
locate: use g_ascii_strcasecmp() instead of strcasecmp()
Max Kellermann
1
-4
/
+4
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-6
/
+7
2009-02-27
tag: make tag.num_items unsigned
Max Kellermann
1
-2
/
+1
2009-02-27
tag: no CamelCase
Max Kellermann
1
-4
/
+3
2009-01-25
use g_free() instead of free()
Max Kellermann
1
-3
/
+3
2009-01-25
Fix tag not being set when casefolding the locate_item_list
Qball Cow
1
-1
/
+3
2009-01-24
locate: added locate_item_list_casefold()
Max Kellermann
1
-0
/
+12
2009-01-24
queue_print, dbUtils: use struct locate_item_list
Max Kellermann
1
-8
/
+10
2009-01-24
locate: added struct locate_item_list
Max Kellermann
1
-26
/
+26
2009-01-24
locate: initialize the whole visited_types array
Max Kellermann
1
-2
/
+6
2009-01-24
locate: use bool instead of int
Max Kellermann
1
-31
/
+30
2009-01-24
locate: no CamelCase
Max Kellermann
1
-54
/
+39
2009-01-24
locate: renamed LocateTagItem to "struct locate_item"
Max Kellermann
1
-11
/
+13
2009-01-22
locate: use const pointers
Max Kellermann
1
-5
/
+7
2009-01-05
locate: fix strcmp() return value check
Max Kellermann
1
-1
/
+1
2009-01-04
song: allocate the result of song_get_url()
Max Kellermann
1
-5
/
+11
2009-01-02
locate: use GLib instead of utils.h
Max Kellermann
1
-4
/
+5
2008-12-13
locate: ignore case when searching in song paths
Max Kellermann
1
-1
/
+1
2008-10-15
locate: use g_utf8_casefold() instead of string_toupper()
Max Kellermann
1
-4
/
+8
2008-10-08
song: removed CamelCase
Max Kellermann
1
-2
/
+2
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
1
-4
/
+10
2008-09-29
Switch to C99 types (retaining compat with old compilers)
Eric Wong
1
-2
/
+2
2008-09-29
allow searching for albums with an empty tag
Eric Wong
1
-1
/
+23
2008-09-06
include cleanup
Max Kellermann
1
-0
/
+1
2008-08-29
tag: converted MpdTag.items to a pointer list
Max Kellermann
1
-4
/
+4
2008-08-26
converted MpdTagItem.type to an enum
Max Kellermann
1
-2
/
+2
2008-04-12
clean up CPP includes
Max Kellermann
1
-1
/
+1
2008-02-05
fix -Wconst warnings
Max Kellermann
1
-3
/
+4
2008-01-26
fixed -Wshadow warnings
Max Kellermann
1
-4
/
+4
2007-12-28
Merge branches/ew r7104
Eric Wong
1
-7
/
+8
2007-03-20
Use "file" instead of SONG_INFO (literally "file: ") for
J. Alexander Treuman
1
-2
/
+2
2007-02-24
Adding copyright headers to locate.[ch].
J. Alexander Treuman
1
-0
/
+18
2007-02-24
Moving a bunch of the LocateTagItem code to locate.[ch] so that it can
J. Alexander Treuman
1
-0
/
+193