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
/
dbUtils.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-10-13
song: renamed attribute "url" to "uri"
Max Kellermann
1
-2
/
+2
2009-08-25
command: add "findadd" command.
Anton Khirnov
1
-0
/
+22
2009-07-14
playlist: no CamelCase
Max Kellermann
1
-1
/
+1
2009-03-15
dbUtils: removed printSavedMemoryFromFilenames()
Max Kellermann
1
-35
/
+0
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-6
/
+7
2009-02-27
tag: no CamelCase
Max Kellermann
1
-3
/
+3
2009-02-04
playlist: renamed global "playlist" variable to "g_playlist"
Max Kellermann
1
-1
/
+1
2009-01-25
use g_free() instead of free()
Max Kellermann
1
-1
/
+1
2009-01-24
locate: added locate_item_list_casefold()
Max Kellermann
1
-6
/
+2
2009-01-24
queue_print, dbUtils: use struct locate_item_list
Max Kellermann
1
-39
/
+21
2009-01-24
locate: added struct locate_item_list
Max Kellermann
1
-5
/
+6
2009-01-24
locate: no CamelCase
Max Kellermann
1
-7
/
+7
2009-01-24
locate: renamed LocateTagItem to "struct locate_item"
Max Kellermann
1
-14
/
+18
2009-01-22
locate: use const pointers
Max Kellermann
1
-20
/
+13
2009-01-18
stats: use one db_walk() to obtain stats
Max Kellermann
1
-41
/
+0
2009-01-04
directory: added directory_is_root()
Max Kellermann
1
-3
/
+4
2009-01-03
dbUtils: use GLib instead of utils.h
Max Kellermann
1
-3
/
+4
2008-11-24
dbUtils.c: replaced mpd_unused by G_GNUC_UNUSED
Thomas Jansen
1
-2
/
+2
2008-10-22
stored_playlist: no CamelCase
Max Kellermann
1
-1
/
+1
2008-10-22
renamed storedPlaylist.c to stored_playlist.c
Max Kellermann
1
-1
/
+1
2008-10-15
locate: use g_utf8_casefold() instead of string_toupper()
Max Kellermann
1
-2
/
+4
2008-10-08
directory: fix update in root directory
Max Kellermann
1
-2
/
+2
2008-10-08
directory: eliminate CamelCase
Max Kellermann
1
-2
/
+2
2008-10-08
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
1
-15
/
+13
2008-10-08
directory: moved code to database.c
Max Kellermann
1
-0
/
+1
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
1
-12
/
+23
2008-10-08
directory: converted typedef Directory to struct directory
Max Kellermann
1
-6
/
+8
2008-10-07
dbUtils/directory: traverseAllIn forEachSong returns -1 on error
Eric Wong
1
-2
/
+2
2008-10-07
song: replace printSong* with song_print_*
Eric Wong
1
-6
/
+6
2008-09-29
Switch to C99 types (retaining compat with old compilers)
Eric Wong
1
-1
/
+1
2008-09-29
allow searching for albums with an empty tag
Eric Wong
1
-0
/
+2
2008-09-23
Replace SongList with struct songvec
Eric Wong
1
-2
/
+2
2008-09-08
use strset.h instead of tagTracker.h
Max Kellermann
1
-6
/
+17
2008-09-07
tag: don't pass "fd" to printVisitedInTagTracker()
Max Kellermann
1
-1
/
+1
2008-09-07
pass "struct client" to dbUtils.c, song.c, tag_print.c
Max Kellermann
1
-34
/
+33
2008-09-07
directory: don't pass fd to traverseAllIn()
Max Kellermann
1
-15
/
+15
2008-09-07
directory: don't pass fd to traverseAllIn() callbacks
Max Kellermann
1
-36
/
+67
2008-09-07
playlist: don't pass "fd" to storedPlaylist.c functions
Max Kellermann
1
-4
/
+3
2008-09-07
playlist: don't pass "fd" to playlist.c functions
Max Kellermann
1
-2
/
+2
2008-09-07
song: moved code to song_print.c, song_save.c
Max Kellermann
1
-0
/
+1
2008-09-06
dbUtils, playlist, directory: pass constant pointers
Max Kellermann
1
-9
/
+10
2008-08-29
tag: converted MpdTag.items to a pointer list
Max Kellermann
1
-2
/
+2
2008-08-29
tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item
Max Kellermann
1
-1
/
+1
2008-08-26
converted MpdTagItem.type to an enum
Max Kellermann
1
-1
/
+1
2008-08-26
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
1
-9
/
+13
2008-03-26
eliminated duplicate initialization
Max Kellermann
1
-1
/
+1
2008-01-26
addToPlaylist/addSongToPlaylist: printId argument changed to added_id
Eric Wong
1
-1
/
+1
2008-01-26
fixed -Wshadow warnings
Max Kellermann
1
-2
/
+2
2007-05-16
Committing pat's rewrite of the stored playlist code. This also adds two
J. Alexander Treuman
1
-1
/
+4
2007-04-26
Forgot to change the associated fdprintf format to %li.
J. Alexander Treuman
1
-1
/
+1
[next]