summaryrefslogtreecommitdiff
path: root/src/dbUtils.c
AgeCommit message (Expand)Author
2010-02-08song_print: song_print() returns voidMax Kellermann
2010-01-18Merge release 0.15.8 from branch 'v0.15.xMax Kellermann
2010-01-02dbUtils: return empty tag value only if no value was foundMax Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-12-27Merged release 0.15.7 from branch 'v0.15.x'Max Kellermann
2009-12-27dbUtils: return multiple tag values per songMax Kellermann
2009-12-26song: added function song_get_duration()Max Kellermann
2009-11-12include config.h in all sourcesMax Kellermann
2009-10-13song: renamed attribute "url" to "uri"Max Kellermann
2009-08-25command: add "findadd" command.Anton Khirnov
2009-07-14playlist: no CamelCaseMax Kellermann
2009-03-15dbUtils: removed printSavedMemoryFromFilenames()Max Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-02-27tag: no CamelCaseMax Kellermann
2009-02-04playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann
2009-01-25use g_free() instead of free()Max Kellermann
2009-01-24locate: added locate_item_list_casefold()Max Kellermann
2009-01-24queue_print, dbUtils: use struct locate_item_listMax Kellermann
2009-01-24locate: added struct locate_item_listMax Kellermann
2009-01-24locate: no CamelCaseMax Kellermann
2009-01-24locate: renamed LocateTagItem to "struct locate_item"Max Kellermann
2009-01-22locate: use const pointersMax Kellermann
2009-01-18stats: use one db_walk() to obtain statsMax Kellermann
2009-01-04directory: added directory_is_root()Max Kellermann
2009-01-03dbUtils: use GLib instead of utils.hMax Kellermann
2008-11-24dbUtils.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-10-22stored_playlist: no CamelCaseMax Kellermann
2008-10-22renamed storedPlaylist.c to stored_playlist.cMax Kellermann
2008-10-15locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann
2008-10-08directory: fix update in root directoryMax Kellermann
2008-10-08directory: eliminate CamelCaseMax Kellermann
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann
2008-10-08directory: moved code to database.cMax Kellermann
2008-10-08song: converted typedef Song to struct songMax Kellermann
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann
2008-10-07dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong
2008-10-07song: replace printSong* with song_print_*Eric Wong
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong
2008-09-29allow searching for albums with an empty tagEric Wong
2008-09-23Replace SongList with struct songvecEric Wong
2008-09-08use strset.h instead of tagTracker.hMax Kellermann
2008-09-07tag: don't pass "fd" to printVisitedInTagTracker()Max Kellermann
2008-09-07pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann
2008-09-07directory: don't pass fd to traverseAllIn()Max Kellermann
2008-09-07directory: don't pass fd to traverseAllIn() callbacksMax Kellermann
2008-09-07playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann
2008-09-07playlist: don't pass "fd" to playlist.c functionsMax Kellermann
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann
2008-09-06dbUtils, playlist, directory: pass constant pointersMax Kellermann
2008-08-29tag: converted MpdTag.items to a pointer listMax Kellermann