aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbUtils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* player_control: removed the global variable "pc"Max Kellermann2011-01-101-5/+11
* dbUtils: don't use directoryAddSongToPlaylist() twiceMax Kellermann2011-01-101-1/+1
* song_print: song_print() returns voidMax Kellermann2010-02-081-2/+2
* Merge release 0.15.8 from branch 'v0.15.xMax Kellermann2010-01-181-1/+4
|\
| * dbUtils: return empty tag value only if no value was foundMax Kellermann2010-01-021-1/+4
* | Update copyright notices.Avuton Olrich2009-12-311-1/+1
* | Merged release 0.15.7 from branch 'v0.15.x'Max Kellermann2009-12-271-1/+0
|\|
| * dbUtils: return multiple tag values per songMax Kellermann2009-12-271-1/+0
* | song: added function song_get_duration()Max Kellermann2009-12-261-2/+1
* | include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* | song: renamed attribute "url" to "uri"Max Kellermann2009-10-131-2/+2
* | command: add "findadd" command.Anton Khirnov2009-08-251-0/+22
* | playlist: no CamelCaseMax Kellermann2009-07-141-1/+1
|/
* dbUtils: removed printSavedMemoryFromFilenames()Max Kellermann2009-03-151-35/+0
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* tag: no CamelCaseMax Kellermann2009-02-271-3/+3
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-041-1/+1
* use g_free() instead of free()Max Kellermann2009-01-251-1/+1
* locate: added locate_item_list_casefold()Max Kellermann2009-01-241-6/+2
* queue_print, dbUtils: use struct locate_item_listMax Kellermann2009-01-241-39/+21
* locate: added struct locate_item_listMax Kellermann2009-01-241-5/+6
* locate: no CamelCaseMax Kellermann2009-01-241-7/+7
* locate: renamed LocateTagItem to "struct locate_item"Max Kellermann2009-01-241-14/+18
* locate: use const pointersMax Kellermann2009-01-221-20/+13
* stats: use one db_walk() to obtain statsMax Kellermann2009-01-181-41/+0
* directory: added directory_is_root()Max Kellermann2009-01-041-3/+4
* dbUtils: use GLib instead of utils.hMax Kellermann2009-01-031-3/+4
* dbUtils.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-2/+2
* stored_playlist: no CamelCaseMax Kellermann2008-10-221-1/+1
* renamed storedPlaylist.c to stored_playlist.cMax Kellermann2008-10-221-1/+1
* locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann2008-10-151-2/+4
* directory: fix update in root directoryMax Kellermann2008-10-081-2/+2
* directory: eliminate CamelCaseMax Kellermann2008-10-081-2/+2
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-081-15/+13
* directory: moved code to database.cMax Kellermann2008-10-081-0/+1
* song: converted typedef Song to struct songMax Kellermann2008-10-081-12/+23
* directory: converted typedef Directory to struct directoryMax Kellermann2008-10-081-6/+8
* dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong2008-10-071-2/+2
* song: replace printSong* with song_print_*Eric Wong2008-10-071-6/+6
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-1/+1
* allow searching for albums with an empty tagEric Wong2008-09-291-0/+2
* Replace SongList with struct songvecEric Wong2008-09-231-2/+2
* use strset.h instead of tagTracker.hMax Kellermann2008-09-081-6/+17
* tag: don't pass "fd" to printVisitedInTagTracker()Max Kellermann2008-09-071-1/+1
* pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann2008-09-071-34/+33
* directory: don't pass fd to traverseAllIn()Max Kellermann2008-09-071-15/+15
* directory: don't pass fd to traverseAllIn() callbacksMax Kellermann2008-09-071-36/+67
* playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-071-4/+3
* playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-071-2/+2