aboutsummaryrefslogtreecommitdiff
path: root/src/dbUtils.c
Commit message (Expand)AuthorAge
* dbUtils: removed printSavedMemoryFromFilenames()Max Kellermann2009-03-15
* all: Update copyright header.Avuton Olrich2009-03-13
* tag: no CamelCaseMax Kellermann2009-02-27
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-04
* use g_free() instead of free()Max Kellermann2009-01-25
* locate: added locate_item_list_casefold()Max Kellermann2009-01-24
* queue_print, dbUtils: use struct locate_item_listMax Kellermann2009-01-24
* locate: added struct locate_item_listMax Kellermann2009-01-24
* locate: no CamelCaseMax Kellermann2009-01-24
* locate: renamed LocateTagItem to "struct locate_item"Max Kellermann2009-01-24
* locate: use const pointersMax Kellermann2009-01-22
* stats: use one db_walk() to obtain statsMax Kellermann2009-01-18
* directory: added directory_is_root()Max Kellermann2009-01-04
* dbUtils: use GLib instead of utils.hMax Kellermann2009-01-03
* dbUtils.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* stored_playlist: no CamelCaseMax Kellermann2008-10-22
* renamed storedPlaylist.c to stored_playlist.cMax Kellermann2008-10-22
* locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann2008-10-15
* directory: fix update in root directoryMax Kellermann2008-10-08
* directory: eliminate CamelCaseMax Kellermann2008-10-08
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-08
* directory: moved code to database.cMax Kellermann2008-10-08
* song: converted typedef Song to struct songMax Kellermann2008-10-08
* directory: converted typedef Directory to struct directoryMax Kellermann2008-10-08
* dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong2008-10-07
* song: replace printSong* with song_print_*Eric Wong2008-10-07
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-29
* allow searching for albums with an empty tagEric Wong2008-09-29
* Replace SongList with struct songvecEric Wong2008-09-23
* use strset.h instead of tagTracker.hMax Kellermann2008-09-08
* tag: don't pass "fd" to printVisitedInTagTracker()Max Kellermann2008-09-07
* pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann2008-09-07
* directory: don't pass fd to traverseAllIn()Max Kellermann2008-09-07
* directory: don't pass fd to traverseAllIn() callbacksMax Kellermann2008-09-07
* playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-07
* playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-07
* song: moved code to song_print.c, song_save.cMax Kellermann2008-09-07
* dbUtils, playlist, directory: pass constant pointersMax Kellermann2008-09-06
* tag: converted MpdTag.items to a pointer listMax Kellermann2008-08-29
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-29
* converted MpdTagItem.type to an enumMax Kellermann2008-08-26
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* eliminated duplicate initializationMax Kellermann2008-03-26
* addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong2008-01-26
* fixed -Wshadow warningsMax Kellermann2008-01-26
* Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman2007-05-16
* Forgot to change the associated fdprintf format to %li.J. Alexander Treuman2007-04-26
* Changing SearchStats.playTime from int to unsigned long.J. Alexander Treuman2007-04-26
* Adding count command. It's usage is identical to find, but instead ofJ. Alexander Treuman2007-04-25
* The massive copyright updateAvuton Olrich2007-04-05