aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbUtils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* song: moved code to song_print.c, song_save.cMax Kellermann2008-09-071-0/+1
* dbUtils, playlist, directory: pass constant pointersMax Kellermann2008-09-061-9/+10
* tag: converted MpdTag.items to a pointer listMax Kellermann2008-08-291-2/+2
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-1/+1
* converted MpdTagItem.type to an enumMax Kellermann2008-08-261-1/+1
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-261-9/+13
* eliminated duplicate initializationMax Kellermann2008-03-261-1/+1
* addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong2008-01-261-1/+1
* fixed -Wshadow warningsMax Kellermann2008-01-261-2/+2
* Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman2007-05-161-1/+4
* Forgot to change the associated fdprintf format to %li.J. Alexander Treuman2007-04-261-1/+1
* Changing SearchStats.playTime from int to unsigned long.J. Alexander Treuman2007-04-261-1/+1