aboutsummaryrefslogtreecommitdiffstats
path: root/src/database.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* directory: require the caller to lock the db_mutexMax Kellermann2012-02-021-1/+3
* db_plugin: add method visit()Max Kellermann2011-09-131-18/+14
* db_plugin: add method get_song()Max Kellermann2011-09-131-2/+1
* database: generate GError when database is disabledMax Kellermann2011-09-131-5/+8
* directory: don't visit "self" in _walk()Max Kellermann2011-09-131-0/+4
* database: add struct db_visitorMax Kellermann2011-09-131-19/+15
* db_plugin: introducing a plugin API for the song databaseMax Kellermann2011-09-101-159/+40
* database: move code to db_save.cMax Kellermann2011-09-101-128/+3
* database: return GError on failureMax Kellermann2011-09-091-17/+28
* Merge branch 'v0.16.x'Max Kellermann2011-07-191-1/+1
|\
| * database: require X_OK on parent directory, not R_OKMax Kellermann2011-07-181-1/+1
* | copyright year 2011Max Kellermann2011-01-291-1/+1
|/
* database, ...: remove EINTR checks after stdio callsMax Kellermann2010-07-251-4/+4
* database: remove outdated commentMax Kellermann2010-07-211-1/+0
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* database: I/O error handling in db_save()Max Kellermann2009-11-071-1/+3
* database: rescan after metadata_to_use changeMax Kellermann2009-11-041-0/+32
* song_save: load one song at a timeMax Kellermann2009-11-011-1/+1
* database: save database format versionMax Kellermann2009-11-011-1/+17
* database: use strcmp() instead of g_str_has_prefix()Max Kellermann2009-11-011-1/+1
* database: removed redundant music_root allocationMax Kellermann2009-11-011-2/+0
* text_file: allocate line buffers dynamicallyMax Kellermann2009-11-011-19/+19
* database: fixed NULL pointer dereference after charset changeMax Kellermann2009-06-301-4/+5
* directory: added directory_lookup_song()Max Kellermann2009-04-011-25/+1
* directory: renamed directory_get_directory()Max Kellermann2009-04-011-1/+1
* all: Update copyright header.Avuton Olrich2009-03-131-7/+7
* directory: directory_load() returns GErrorMax Kellermann2009-03-021-1/+5
* database: db_load() returns GErrorMax Kellermann2009-03-021-15/+40
* database: no CamelCaseMax Kellermann2009-03-021-16/+15
* directory: moved DIRECTORY_* string constantsMax Kellermann2009-02-271-0/+5
* database: don't load database after charset was reconfiguredMax Kellermann2009-02-121-6/+4
* database: eliminate "goto" usageMax Kellermann2009-01-251-7/+8
* use g_free() instead of free()Max Kellermann2009-01-251-1/+1
* mapper: make the music_directory optionalMax Kellermann2009-01-181-5/+23
* database: pass database file name to db_init()Max Kellermann2009-01-181-32/+36
* conf: replaced getConfigParamValue() with config_get_string()Max Kellermann2009-01-171-2/+3
* conf: no CamelCase, part IMax Kellermann2009-01-171-1/+1
* database: use stdboolMax Kellermann2009-01-041-21/+20
* database: db_init() initializes library, does not updateMax Kellermann2009-01-041-8/+2
* stats: added stats_update()Max Kellermann2009-01-041-4/+1
* don't exit after --create-dbMax Kellermann2009-01-041-7/+0
* database: use GLib instead of utils.hMax Kellermann2009-01-021-2/+3
* event_pipe: added pipe_event enum and callbacksMax Kellermann2009-01-011-1/+0
* event_pipe: renamed functions from main_notify_* to event_pipe_*Max Kellermann2009-01-011-1/+1
* main_notify: renamed source to event_pipe.cMax Kellermann2009-01-011-1/+1
* database: use GLib loggingMax Kellermann2008-12-291-36/+38
* removed os_compat.hMax Kellermann2008-12-291-1/+6
* utils: removed myFgets()Max Kellermann2008-12-281-3/+7
* path: no CamelCaseMax Kellermann2008-11-051-2/+2