summaryrefslogtreecommitdiff
path: root/src/dbUtils.c
AgeCommit message (Expand)Author
2012-06-27New command searchaddplgeneticdrift
2012-06-27New command searchadd similar to command findadd.geneticdrift
2011-09-13database: add struct db_visitorMax Kellermann
2011-09-11stored_playlist: return GError, code is playlist_resultMax Kellermann
2011-09-06dbUtils: move code to db_print.cMax Kellermann
2011-09-05dbUtils: pass player_control to findAddIn()Max Kellermann
2011-01-29copyright year 2011Max Kellermann
2011-01-10player_control: removed the global variable "pc"Max Kellermann
2011-01-10dbUtils: don't use directoryAddSongToPlaylist() twiceMax Kellermann
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