| Commit message (Expand) | Author | Files | Lines |
2013-01-02 | db_save, state_file: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-02 | configure.ac: disable C++ RTTI | Max Kellermann | 1 | -1/+4 |
2012-08-22 | Database*: fix nullptr dereference when no database is configured | Max Kellermann | 1 | -0/+12 |
2012-08-16 | DatabasePlugin: add method ReturnSong() | Max Kellermann | 1 | -0/+9 |
2012-08-15 | db_visitor: delete obsolete header | Max Kellermann | 1 | -1/+0 |
2012-08-08 | DatabaseGlue: look up the database plugin | Max Kellermann | 1 | -1/+11 |
2012-08-08 | DatabaseGlue: pass block to db_init() | Max Kellermann | 1 | -10/+1 |
2012-08-08 | DatabaseGlue: add function db_is_simple() | Max Kellermann | 1 | -0/+11 |
2012-08-07 | db_selection: rename to DatabaseSelection | Max Kellermann | 1 | -1/+0 |
2012-08-02 | DatabaseGlue: remove db_walk(), db_visit() | Max Kellermann | 1 | -49/+0 |
2012-08-02 | DatabaseGlue: add function GetDatabase() | Max Kellermann | 1 | -0/+9 |
2012-08-01 | db_plugin: convert to C++ | Max Kellermann | 1 | -13/+42 |
2012-02-02 | directory: require the caller to lock the db_mutex | Max Kellermann | 1 | -1/+3 |
2011-09-13 | db_plugin: add method visit() | Max Kellermann | 1 | -18/+14 |
2011-09-13 | db_plugin: add method get_song() | Max Kellermann | 1 | -2/+1 |
2011-09-13 | database: generate GError when database is disabled | Max Kellermann | 1 | -5/+8 |
2011-09-13 | directory: don't visit "self" in _walk() | Max Kellermann | 1 | -0/+4 |
2011-09-13 | database: add struct db_visitor | Max Kellermann | 1 | -19/+15 |
2011-09-10 | db_plugin: introducing a plugin API for the song database | Max Kellermann | 1 | -159/+40 |
2011-09-10 | database: move code to db_save.c | Max Kellermann | 1 | -128/+3 |
2011-09-09 | database: return GError on failure | Max Kellermann | 1 | -17/+28 |
2011-07-18 | database: require X_OK on parent directory, not R_OK | Max Kellermann | 1 | -1/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-07-25 | database, ...: remove EINTR checks after stdio calls | Max Kellermann | 1 | -4/+4 |
2010-07-21 | database: remove outdated comment | Max Kellermann | 1 | -1/+0 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -1/+1 |
2009-11-07 | database: I/O error handling in db_save() | Max Kellermann | 1 | -1/+3 |
2009-11-04 | database: rescan after metadata_to_use change | Max Kellermann | 1 | -0/+32 |
2009-11-01 | song_save: load one song at a time | Max Kellermann | 1 | -1/+1 |
2009-11-01 | database: save database format version | Max Kellermann | 1 | -1/+17 |
2009-11-01 | database: use strcmp() instead of g_str_has_prefix() | Max Kellermann | 1 | -1/+1 |
2009-11-01 | database: removed redundant music_root allocation | Max Kellermann | 1 | -2/+0 |
2009-11-01 | text_file: allocate line buffers dynamically | Max Kellermann | 1 | -19/+19 |
2009-06-30 | database: fixed NULL pointer dereference after charset change | Max Kellermann | 1 | -4/+5 |
2009-04-01 | directory: added directory_lookup_song() | Max Kellermann | 1 | -25/+1 |
2009-04-01 | directory: renamed directory_get_directory() | Max Kellermann | 1 | -1/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -7/+7 |
2009-03-02 | directory: directory_load() returns GError | Max Kellermann | 1 | -1/+5 |
2009-03-02 | database: db_load() returns GError | Max Kellermann | 1 | -15/+40 |
2009-03-02 | database: no CamelCase | Max Kellermann | 1 | -16/+15 |
2009-02-27 | directory: moved DIRECTORY_* string constants | Max Kellermann | 1 | -0/+5 |
2009-02-12 | database: don't load database after charset was reconfigured | Max Kellermann | 1 | -6/+4 |
2009-01-25 | database: eliminate "goto" usage | Max Kellermann | 1 | -7/+8 |
2009-01-25 | use g_free() instead of free() | Max Kellermann | 1 | -1/+1 |
2009-01-18 | mapper: make the music_directory optional | Max Kellermann | 1 | -5/+23 |
2009-01-18 | database: pass database file name to db_init() | Max Kellermann | 1 | -32/+36 |
2009-01-17 | conf: replaced getConfigParamValue() with config_get_string() | Max Kellermann | 1 | -2/+3 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -1/+1 |
2009-01-04 | database: use stdbool | Max Kellermann | 1 | -21/+20 |