aboutsummaryrefslogtreecommitdiffstats
path: root/src/database.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* database.h: rename to DatabaseSimple.hxxMax Kellermann2013-01-031-88/+0
* database.h: move prototypes to DatabaseGlue.hxxMax Kellermann2013-01-031-14/+0
* database.h: eliminate db_*_song()Max Kellermann2013-01-031-9/+0
* DatabasePlugin: add method ReturnSong()Max Kellermann2012-08-161-0/+4
* DatabaseGlue: pass block to db_init()Max Kellermann2012-08-081-2/+2
* DatabaseGlue: add function db_is_simple()Max Kellermann2012-08-081-0/+18
* DatabaseGlue: remove db_walk(), db_visit()Max Kellermann2012-08-021-12/+0
* gcc.h: re-add gcc_const and gcc_pureMax Kellermann2012-08-021-5/+5
* database: add "pure" attributesMax Kellermann2012-02-131-0/+5
* database: remove obsolete prototype db_check()Max Kellermann2012-02-131-3/+0
* directory: require the caller to lock the db_mutexMax Kellermann2012-02-021-0/+3
* db_plugin: add method visit()Max Kellermann2011-09-131-0/+7
* database: don't allow uri==NULLMax Kellermann2011-09-131-0/+5
* database: add struct db_visitorMax Kellermann2011-09-131-3/+5
* db_plugin: introducing a plugin API for the song databaseMax Kellermann2011-09-101-8/+3
* database: return GError on failureMax Kellermann2011-09-091-2/+2
* copyright year 2011Max Kellermann2011-01-291-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* all: Update copyright header.Avuton Olrich2009-03-131-7/+7
* database: db_load() returns GErrorMax Kellermann2009-03-021-1/+3
* mapper: make the music_directory optionalMax Kellermann2009-01-181-0/+4
* database: pass database file name to db_init()Max Kellermann2009-01-181-7/+5
* update: save the database even if it is emptyMax Kellermann2009-01-081-0/+11
* database: use stdboolMax Kellermann2009-01-041-3/+4
* database: db_init() initializes library, does not updateMax Kellermann2009-01-041-0/+13
* added prefix to header macrosMax Kellermann2008-10-311-2/+2
* database: renamed get_get_song() to db_get_song()Max Kellermann2008-10-091-1/+1
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-081-12/+18
* database: removed printDirectoryInfo()Max Kellermann2008-10-081-3/+0
* directory: moved code to database.cMax Kellermann2008-10-081-0/+55