| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | path: replaced parent_path() with g_path_get_dirname() | Max Kellermann | 2008-10-20 | 1 | -4/+7 |
* | update: make the job id unsigned | Max Kellermann | 2008-10-09 | 1 | -1/+1 |
* | update: job ID must be positive | Max Kellermann | 2008-10-09 | 1 | -1/+1 |
* | update: don't export updateDirectory() | Max Kellermann | 2008-10-09 | 1 | -1/+13 |
* | database: renamed get_get_song() to db_get_song() | Max Kellermann | 2008-10-09 | 1 | -2/+2 |
* | diretory: moved code to directory_save.c, directory_print.c | Max Kellermann | 2008-10-09 | 1 | -0/+1 |
* | database: removed local variable bufferSize | Max Kellermann | 2008-10-09 | 1 | -3/+2 |
* | database: simplify db_load() | Max Kellermann | 2008-10-09 | 1 | -47/+42 |
* | directory: path must not be NULL | Max Kellermann | 2008-10-08 | 1 | -2/+2 |
* | directory: eliminate CamelCase | Max Kellermann | 2008-10-08 | 1 | -10/+9 |
* | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 2008-10-08 | 1 | -19/+26 |
* | database: removed printDirectoryInfo() | Max Kellermann | 2008-10-08 | 1 | -10/+0 |
* | directory: moved code to database.c | Max Kellermann | 2008-10-08 | 1 | -0/+324 |