aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseGlue.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann1-1/+1
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann1-3/+3
2013-01-03database.h: rename to DatabaseSimple.hxxMax Kellermann1-1/+1
2013-01-03database.h: move prototypes to DatabaseGlue.hxxMax Kellermann1-3/+3
2013-01-03database.h: eliminate db_*_song()Max Kellermann1-22/+0
2013-01-02Directory: turn functions to methodsMax Kellermann1-3/+1
2013-01-02Directory: make the header C++ onlyMax Kellermann1-2/+1
2013-01-02db_save, state_file: convert to C++Max Kellermann1-1/+1
2013-01-02configure.ac: disable C++ RTTIMax Kellermann1-1/+4
2012-08-22Database*: fix nullptr dereference when no database is configuredMax Kellermann1-0/+12
2012-08-16DatabasePlugin: add method ReturnSong()Max Kellermann1-0/+9
2012-08-15db_visitor: delete obsolete headerMax Kellermann1-1/+0
2012-08-08DatabaseGlue: look up the database pluginMax Kellermann1-1/+11
2012-08-08DatabaseGlue: pass block to db_init()Max Kellermann1-10/+1
2012-08-08DatabaseGlue: add function db_is_simple()Max Kellermann1-0/+11
2012-08-07db_selection: rename to DatabaseSelectionMax Kellermann1-1/+0
2012-08-02DatabaseGlue: remove db_walk(), db_visit()Max Kellermann1-49/+0
2012-08-02DatabaseGlue: add function GetDatabase()Max Kellermann1-0/+9
2012-08-01db_plugin: convert to C++Max Kellermann1-13/+42
2012-02-02directory: require the caller to lock the db_mutexMax Kellermann1-1/+3
2011-09-13db_plugin: add method visit()Max Kellermann1-18/+14
2011-09-13db_plugin: add method get_song()Max Kellermann1-2/+1
2011-09-13database: generate GError when database is disabledMax Kellermann1-5/+8
2011-09-13directory: don't visit "self" in _walk()Max Kellermann1-0/+4
2011-09-13database: add struct db_visitorMax Kellermann1-19/+15
2011-09-10db_plugin: introducing a plugin API for the song databaseMax Kellermann1-159/+40
2011-09-10database: move code to db_save.cMax Kellermann1-128/+3
2011-09-09database: return GError on failureMax Kellermann1-17/+28
2011-07-18database: require X_OK on parent directory, not R_OKMax Kellermann1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-07-25database, ...: remove EINTR checks after stdio callsMax Kellermann1-4/+4
2010-07-21database: remove outdated commentMax Kellermann1-1/+0
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-11-07database: I/O error handling in db_save()Max Kellermann1-1/+3
2009-11-04database: rescan after metadata_to_use changeMax Kellermann1-0/+32
2009-11-01song_save: load one song at a timeMax Kellermann1-1/+1
2009-11-01database: save database format versionMax Kellermann1-1/+17
2009-11-01database: use strcmp() instead of g_str_has_prefix()Max Kellermann1-1/+1
2009-11-01database: removed redundant music_root allocationMax Kellermann1-2/+0
2009-11-01text_file: allocate line buffers dynamicallyMax Kellermann1-19/+19
2009-06-30database: fixed NULL pointer dereference after charset changeMax Kellermann1-4/+5
2009-04-01directory: added directory_lookup_song()Max Kellermann1-25/+1
2009-04-01directory: renamed directory_get_directory()Max Kellermann1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-7/+7
2009-03-02directory: directory_load() returns GErrorMax Kellermann1-1/+5
2009-03-02database: db_load() returns GErrorMax Kellermann1-15/+40
2009-03-02database: no CamelCaseMax Kellermann1-16/+15
2009-02-27directory: moved DIRECTORY_* string constantsMax Kellermann1-0/+5
2009-02-12database: don't load database after charset was reconfiguredMax Kellermann1-6/+4