| Commit message (Expand) | Author | Files | Lines |
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 |
2009-01-04 | database: db_init() initializes library, does not update | Max Kellermann | 1 | -8/+2 |
2009-01-04 | stats: added stats_update() | Max Kellermann | 1 | -4/+1 |
2009-01-04 | don't exit after --create-db | Max Kellermann | 1 | -7/+0 |
2009-01-02 | database: use GLib instead of utils.h | Max Kellermann | 1 | -2/+3 |
2009-01-01 | event_pipe: added pipe_event enum and callbacks | Max Kellermann | 1 | -1/+0 |
2009-01-01 | event_pipe: renamed functions from main_notify_* to event_pipe_* | Max Kellermann | 1 | -1/+1 |
2009-01-01 | main_notify: renamed source to event_pipe.c | Max Kellermann | 1 | -1/+1 |
2008-12-29 | database: use GLib logging | Max Kellermann | 1 | -36/+38 |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -1/+6 |
2008-12-28 | utils: removed myFgets() | Max Kellermann | 1 | -3/+7 |
2008-11-05 | path: no CamelCase | Max Kellermann | 1 | -2/+2 |
2008-10-28 | utils: use g_str_has_prefix() instead of prefixcmp() | Max Kellermann | 1 | -2/+2 |
2008-10-20 | path: replaced parent_path() with g_path_get_dirname() | Max Kellermann | 1 | -4/+7 |
2008-10-09 | update: make the job id unsigned | Max Kellermann | 1 | -1/+1 |
2008-10-09 | update: job ID must be positive | Max Kellermann | 1 | -1/+1 |
2008-10-09 | update: don't export updateDirectory() | Max Kellermann | 1 | -1/+13 |
2008-10-09 | database: renamed get_get_song() to db_get_song() | Max Kellermann | 1 | -2/+2 |
2008-10-09 | diretory: moved code to directory_save.c, directory_print.c | Max Kellermann | 1 | -0/+1 |
2008-10-09 | database: removed local variable bufferSize | Max Kellermann | 1 | -3/+2 |
2008-10-09 | database: simplify db_load() | Max Kellermann | 1 | -47/+42 |
2008-10-08 | directory: path must not be NULL | Max Kellermann | 1 | -2/+2 |
2008-10-08 | directory: eliminate CamelCase | Max Kellermann | 1 | -10/+9 |
2008-10-08 | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 1 | -19/+26 |
2008-10-08 | database: removed printDirectoryInfo() | Max Kellermann | 1 | -10/+0 |
2008-10-08 | directory: moved code to database.c | Max Kellermann | 1 | -265/+54 |
2008-10-08 | directory: converted isRootDirectory() to an inline function | Max Kellermann | 1 | -5/+5 |