aboutsummaryrefslogtreecommitdiff
path: root/src/dbUtils.c
Commit message (Expand)AuthorAge
* New command searchaddplgeneticdrift2012-06-27
* New command searchadd similar to command findadd.geneticdrift2012-06-27
* database: add struct db_visitorMax Kellermann2011-09-13
* stored_playlist: return GError, code is playlist_resultMax Kellermann2011-09-11
* dbUtils: move code to db_print.cMax Kellermann2011-09-06
* dbUtils: pass player_control to findAddIn()Max Kellermann2011-09-05
* copyright year 2011Max Kellermann2011-01-29
* player_control: removed the global variable "pc"Max Kellermann2011-01-10
* dbUtils: don't use directoryAddSongToPlaylist() twiceMax Kellermann2011-01-10
* song_print: song_print() returns voidMax Kellermann2010-02-08
* Merge release 0.15.8 from branch 'v0.15.xMax Kellermann2010-01-18
|\
| * dbUtils: return empty tag value only if no value was foundMax Kellermann2010-01-02
* | Update copyright notices.Avuton Olrich2009-12-31
* | Merged release 0.15.7 from branch 'v0.15.x'Max Kellermann2009-12-27
|\|
| * dbUtils: return multiple tag values per songMax Kellermann2009-12-27
* | song: added function song_get_duration()Max Kellermann2009-12-26
* | include config.h in all sourcesMax Kellermann2009-11-12
* | song: renamed attribute "url" to "uri"Max Kellermann2009-10-13
* | command: add "findadd" command.Anton Khirnov2009-08-25
* | playlist: no CamelCaseMax Kellermann2009-07-14
|/
* 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