| Commit message (Expand) | Author | Age | Files | Lines |
* | db_plugin: add method visit() | Max Kellermann | 2011-09-13 | 1 | -18/+14 |
* | db_plugin: add method get_song() | Max Kellermann | 2011-09-13 | 1 | -2/+1 |
* | database: generate GError when database is disabled | Max Kellermann | 2011-09-13 | 1 | -5/+8 |
* | directory: don't visit "self" in _walk() | Max Kellermann | 2011-09-13 | 1 | -0/+4 |
* | database: add struct db_visitor | Max Kellermann | 2011-09-13 | 1 | -19/+15 |
* | db_plugin: introducing a plugin API for the song database | Max Kellermann | 2011-09-10 | 1 | -159/+40 |
* | database: move code to db_save.c | Max Kellermann | 2011-09-10 | 1 | -128/+3 |
* | database: return GError on failure | Max Kellermann | 2011-09-09 | 1 | -17/+28 |
* | Merge branch 'v0.16.x' | Max Kellermann | 2011-07-19 | 1 | -1/+1 |
|\ |
|
| * | database: require X_OK on parent directory, not R_OK | Max Kellermann | 2011-07-18 | 1 | -1/+1 |
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
|/ |
|
* | database, ...: remove EINTR checks after stdio calls | Max Kellermann | 2010-07-25 | 1 | -4/+4 |
* | database: remove outdated comment | Max Kellermann | 2010-07-21 | 1 | -1/+0 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -1/+1 |
* | database: I/O error handling in db_save() | Max Kellermann | 2009-11-07 | 1 | -1/+3 |
* | database: rescan after metadata_to_use change | Max Kellermann | 2009-11-04 | 1 | -0/+32 |
* | song_save: load one song at a time | Max Kellermann | 2009-11-01 | 1 | -1/+1 |
* | database: save database format version | Max Kellermann | 2009-11-01 | 1 | -1/+17 |
* | database: use strcmp() instead of g_str_has_prefix() | Max Kellermann | 2009-11-01 | 1 | -1/+1 |
* | database: removed redundant music_root allocation | Max Kellermann | 2009-11-01 | 1 | -2/+0 |
* | text_file: allocate line buffers dynamically | Max Kellermann | 2009-11-01 | 1 | -19/+19 |
* | database: fixed NULL pointer dereference after charset change | Max Kellermann | 2009-06-30 | 1 | -4/+5 |
* | directory: added directory_lookup_song() | Max Kellermann | 2009-04-01 | 1 | -25/+1 |
* | directory: renamed directory_get_directory() | Max Kellermann | 2009-04-01 | 1 | -1/+1 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -7/+7 |
* | directory: directory_load() returns GError | Max Kellermann | 2009-03-02 | 1 | -1/+5 |
* | database: db_load() returns GError | Max Kellermann | 2009-03-02 | 1 | -15/+40 |
* | database: no CamelCase | Max Kellermann | 2009-03-02 | 1 | -16/+15 |
* | directory: moved DIRECTORY_* string constants | Max Kellermann | 2009-02-27 | 1 | -0/+5 |
* | database: don't load database after charset was reconfigured | Max Kellermann | 2009-02-12 | 1 | -6/+4 |
* | database: eliminate "goto" usage | Max Kellermann | 2009-01-25 | 1 | -7/+8 |
* | use g_free() instead of free() | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | mapper: make the music_directory optional | Max Kellermann | 2009-01-18 | 1 | -5/+23 |
* | database: pass database file name to db_init() | Max Kellermann | 2009-01-18 | 1 | -32/+36 |
* | conf: replaced getConfigParamValue() with config_get_string() | Max Kellermann | 2009-01-17 | 1 | -2/+3 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -1/+1 |
* | database: use stdbool | Max Kellermann | 2009-01-04 | 1 | -21/+20 |
* | database: db_init() initializes library, does not update | Max Kellermann | 2009-01-04 | 1 | -8/+2 |
* | stats: added stats_update() | Max Kellermann | 2009-01-04 | 1 | -4/+1 |
* | don't exit after --create-db | Max Kellermann | 2009-01-04 | 1 | -7/+0 |
* | database: use GLib instead of utils.h | Max Kellermann | 2009-01-02 | 1 | -2/+3 |
* | event_pipe: added pipe_event enum and callbacks | Max Kellermann | 2009-01-01 | 1 | -1/+0 |
* | event_pipe: renamed functions from main_notify_* to event_pipe_* | Max Kellermann | 2009-01-01 | 1 | -1/+1 |
* | main_notify: renamed source to event_pipe.c | Max Kellermann | 2009-01-01 | 1 | -1/+1 |
* | database: use GLib logging | Max Kellermann | 2008-12-29 | 1 | -36/+38 |
* | removed os_compat.h | Max Kellermann | 2008-12-29 | 1 | -1/+6 |
* | utils: removed myFgets() | Max Kellermann | 2008-12-28 | 1 | -3/+7 |
* | path: no CamelCase | Max Kellermann | 2008-11-05 | 1 | -2/+2 |
* | utils: use g_str_has_prefix() instead of prefixcmp() | Max Kellermann | 2008-10-28 | 1 | -2/+2 |