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
/
dbUtils.c
Age
Commit message (
Expand
)
Author
2010-02-08
song_print: song_print() returns void
Max Kellermann
2010-01-18
Merge release 0.15.8 from branch 'v0.15.x
Max Kellermann
2010-01-02
dbUtils: return empty tag value only if no value was found
Max Kellermann
2009-12-31
Update copyright notices.
Avuton Olrich
2009-12-27
Merged release 0.15.7 from branch 'v0.15.x'
Max Kellermann
2009-12-27
dbUtils: return multiple tag values per song
Max Kellermann
2009-12-26
song: added function song_get_duration()
Max Kellermann
2009-11-12
include config.h in all sources
Max Kellermann
2009-10-13
song: renamed attribute "url" to "uri"
Max Kellermann
2009-08-25
command: add "findadd" command.
Anton Khirnov
2009-07-14
playlist: no CamelCase
Max Kellermann
2009-03-15
dbUtils: removed printSavedMemoryFromFilenames()
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-02-27
tag: no CamelCase
Max Kellermann
2009-02-04
playlist: renamed global "playlist" variable to "g_playlist"
Max Kellermann
2009-01-25
use g_free() instead of free()
Max Kellermann
2009-01-24
locate: added locate_item_list_casefold()
Max Kellermann
2009-01-24
queue_print, dbUtils: use struct locate_item_list
Max Kellermann
2009-01-24
locate: added struct locate_item_list
Max Kellermann
2009-01-24
locate: no CamelCase
Max Kellermann
2009-01-24
locate: renamed LocateTagItem to "struct locate_item"
Max Kellermann
2009-01-22
locate: use const pointers
Max Kellermann
2009-01-18
stats: use one db_walk() to obtain stats
Max Kellermann
2009-01-04
directory: added directory_is_root()
Max Kellermann
2009-01-03
dbUtils: use GLib instead of utils.h
Max Kellermann
2008-11-24
dbUtils.c: replaced mpd_unused by G_GNUC_UNUSED
Thomas Jansen
2008-10-22
stored_playlist: no CamelCase
Max Kellermann
2008-10-22
renamed storedPlaylist.c to stored_playlist.c
Max Kellermann
2008-10-15
locate: use g_utf8_casefold() instead of string_toupper()
Max Kellermann
2008-10-08
directory: fix update in root directory
Max Kellermann
2008-10-08
directory: eliminate CamelCase
Max Kellermann
2008-10-08
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
2008-10-08
directory: moved code to database.c
Max Kellermann
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
2008-10-08
directory: converted typedef Directory to struct directory
Max Kellermann
2008-10-07
dbUtils/directory: traverseAllIn forEachSong returns -1 on error
Eric Wong
2008-10-07
song: replace printSong* with song_print_*
Eric Wong
2008-09-29
Switch to C99 types (retaining compat with old compilers)
Eric Wong
2008-09-29
allow searching for albums with an empty tag
Eric Wong
2008-09-23
Replace SongList with struct songvec
Eric Wong
2008-09-08
use strset.h instead of tagTracker.h
Max Kellermann
2008-09-07
tag: don't pass "fd" to printVisitedInTagTracker()
Max Kellermann
2008-09-07
pass "struct client" to dbUtils.c, song.c, tag_print.c
Max Kellermann
2008-09-07
directory: don't pass fd to traverseAllIn()
Max Kellermann
2008-09-07
directory: don't pass fd to traverseAllIn() callbacks
Max Kellermann
2008-09-07
playlist: don't pass "fd" to storedPlaylist.c functions
Max Kellermann
2008-09-07
playlist: don't pass "fd" to playlist.c functions
Max Kellermann
2008-09-07
song: moved code to song_print.c, song_save.c
Max Kellermann
2008-09-06
dbUtils, playlist, directory: pass constant pointers
Max Kellermann
2008-08-29
tag: converted MpdTag.items to a pointer list
Max Kellermann
[next]