aboutsummaryrefslogtreecommitdiffstats
path: root/src/database.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-281-2/+2
* path: replaced parent_path() with g_path_get_dirname()Max Kellermann2008-10-201-4/+7
* update: make the job id unsignedMax Kellermann2008-10-091-1/+1
* update: job ID must be positiveMax Kellermann2008-10-091-1/+1
* update: don't export updateDirectory()Max Kellermann2008-10-091-1/+13
* database: renamed get_get_song() to db_get_song()Max Kellermann2008-10-091-2/+2
* diretory: moved code to directory_save.c, directory_print.cMax Kellermann2008-10-091-0/+1
* database: removed local variable bufferSizeMax Kellermann2008-10-091-3/+2
* database: simplify db_load()Max Kellermann2008-10-091-47/+42
* directory: path must not be NULLMax Kellermann2008-10-081-2/+2
* directory: eliminate CamelCaseMax Kellermann2008-10-081-10/+9