aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbUtils.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-5/+11
2011-01-10dbUtils: don't use directoryAddSongToPlaylist() twiceMax Kellermann1-1/+1
2010-02-08song_print: song_print() returns voidMax Kellermann1-2/+2
2010-01-02dbUtils: return empty tag value only if no value was foundMax Kellermann1-1/+4
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-27dbUtils: return multiple tag values per songMax Kellermann1-1/+0
2009-12-26song: added function song_get_duration()Max Kellermann1-2/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-13song: renamed attribute "url" to "uri"Max Kellermann1-2/+2
2009-08-25command: add "findadd" command.Anton Khirnov1-0/+22
2009-07-14playlist: no CamelCaseMax Kellermann1-1/+1
2009-03-15dbUtils: removed printSavedMemoryFromFilenames()Max Kellermann1-35/+0
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-27tag: no CamelCaseMax Kellermann1-3/+3
2009-02-04playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann1-1/+1
2009-01-25use g_free() instead of free()Max Kellermann1-1/+1
2009-01-24locate: added locate_item_list_casefold()Max Kellermann1-6/+2
2009-01-24queue_print, dbUtils: use struct locate_item_listMax Kellermann1-39/+21
2009-01-24locate: added struct locate_item_listMax Kellermann1-5/+6
2009-01-24locate: no CamelCaseMax Kellermann1-7/+7
2009-01-24locate: renamed LocateTagItem to "struct locate_item"Max Kellermann1-14/+18
2009-01-22locate: use const pointersMax Kellermann1-20/+13
2009-01-18stats: use one db_walk() to obtain statsMax Kellermann1-41/+0
2009-01-04directory: added directory_is_root()Max Kellermann1-3/+4
2009-01-03dbUtils: use GLib instead of utils.hMax Kellermann1-3/+4
2008-11-24dbUtils.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-2/+2
2008-10-22stored_playlist: no CamelCaseMax Kellermann1-1/+1
2008-10-22renamed storedPlaylist.c to stored_playlist.cMax Kellermann1-1/+1
2008-10-15locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann1-2/+4
2008-10-08directory: fix update in root directoryMax Kellermann1-2/+2
2008-10-08directory: eliminate CamelCaseMax Kellermann1-2/+2
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-15/+13
2008-10-08directory: moved code to database.cMax Kellermann1-0/+1
2008-10-08song: converted typedef Song to struct songMax Kellermann1-12/+23
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann1-6/+8
2008-10-07dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong1-2/+2
2008-10-07song: replace printSong* with song_print_*Eric Wong1-6/+6
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-1/+1
2008-09-29allow searching for albums with an empty tagEric Wong1-0/+2
2008-09-23Replace SongList with struct songvecEric Wong1-2/+2
2008-09-08use strset.h instead of tagTracker.hMax Kellermann1-6/+17
2008-09-07tag: don't pass "fd" to printVisitedInTagTracker()Max Kellermann1-1/+1
2008-09-07pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann1-34/+33
2008-09-07directory: don't pass fd to traverseAllIn()Max Kellermann1-15/+15
2008-09-07directory: don't pass fd to traverseAllIn() callbacksMax Kellermann1-36/+67
2008-09-07playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann1-4/+3
2008-09-07playlist: don't pass "fd" to playlist.c functionsMax Kellermann1-2/+2
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann1-0/+1
2008-09-06dbUtils, playlist, directory: pass constant pointersMax Kellermann1-9/+10