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