| Commit message (Expand) | Author | Files | Lines |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-11-07 | database: I/O error handling in db_save() | Max Kellermann | 1 | -17/+12 |
2009-11-01 | song_save: load one song at a time | Max Kellermann | 1 | -5/+15 |
2009-11-01 | directory_save: partially revert the g_str_has_prefix() patch | Max Kellermann | 1 | -2/+2 |
2009-11-01 | database: use strcmp() instead of g_str_has_prefix() | Max Kellermann | 1 | -3/+3 |
2009-11-01 | text_file: allocate line buffers dynamically | Max Kellermann | 1 | -22/+23 |
2009-11-01 | directory_save: allocate directory object earlier, assign mtime | Max Kellermann | 1 | -12/+13 |
2009-11-01 | directory_save: free directory on error | Max Kellermann | 1 | -1/+3 |
2009-11-01 | directory_save: abort on duplicate subdirectory | Max Kellermann | 1 | -7/+9 |
2009-11-01 | directory_save: moved code to directory_load_subdir() | Max Kellermann | 1 | -49/+63 |
2009-07-05 | song_save: use GError for error handling | Max Kellermann | 1 | -1/+4 |
2009-07-05 | song_save: no CamelCase | Max Kellermann | 1 | -1/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-02 | directory: directory_load() returns GError | Max Kellermann | 1 | -16/+43 |
2009-02-28 | directory: added "mtime" property | Max Kellermann | 1 | -2/+9 |
2009-02-27 | directory: moved DIRECTORY_* string constants | Max Kellermann | 1 | -0/+4 |
2009-01-04 | directory: added directory_is_root() | Max Kellermann | 1 | -2/+2 |
2009-01-03 | don't include utils.h when it isn't used | Max Kellermann | 1 | -1/+0 |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -0/+3 |
2008-12-28 | utils: removed myFgets() | Max Kellermann | 1 | -4/+6 |
2008-10-28 | utils: use g_str_has_prefix() instead of prefixcmp() | Max Kellermann | 1 | -6/+6 |
2008-10-20 | path: replaced mpd_basename() with g_path_get_basename() | Max Kellermann | 1 | -1/+4 |
2008-10-09 | directory: don't query database during load | Max Kellermann | 1 | -2/+2 |
2008-10-09 | directory: check the absolute path of a subdirectory while loading | Max Kellermann | 1 | -0/+4 |
2008-10-09 | directory: moved dirvec struct declaration to dirvec.h | Max Kellermann | 1 | -1/+0 |
2008-10-09 | diretory: moved code to directory_save.c, directory_print.c | Max Kellermann | 1 | -137/+1 |
2008-10-08 | directory: path must not be NULL | Max Kellermann | 1 | -7/+7 |
2008-10-08 | directory: eliminate CamelCase | Max Kellermann | 1 | -23/+23 |
2008-10-08 | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 1 | -1/+1 |
2008-10-08 | directory: moved code to database.c | Max Kellermann | 1 | -308/+10 |
2008-10-08 | directory: converted isRootDirectory() to an inline function | Max Kellermann | 1 | -5/+5 |
2008-10-08 | song: removed CamelCase | Max Kellermann | 1 | -1/+1 |
2008-10-08 | song: converted typedef Song to struct song | Max Kellermann | 1 | -6/+7 |
2008-10-08 | directory: converted typedef Directory to struct directory | Max Kellermann | 1 | -28/+33 |
2008-10-08 | update: merged exploreDirectory() into updateDirectory() | Max Kellermann | 1 | -1/+1 |
2008-10-08 | directory: added directory_is_empty() | Max Kellermann | 1 | -1/+1 |
2008-10-08 | directory: moved code to update.c | Max Kellermann | 1 | -575/+17 |
2008-10-07 | directory: fix return value in removeDeletedFromDirectory | Eric Wong | 1 | -1/+1 |
2008-10-07 | directory: serialize song deletes from playlist during update | Eric Wong | 1 | -3/+28 |
2008-10-07 | directory: use songvec_for_each for iterators | Eric Wong | 1 | -28/+30 |
2008-10-07 | dbUtils/directory: traverseAllIn forEachSong returns -1 on error | Eric Wong | 1 | -12/+9 |
2008-10-07 | Assert if we don't have song or song->url set | Eric Wong | 1 | -2/+2 |
2008-10-06 | song: stop storing song_type | Eric Wong | 1 | -1/+1 |
2008-10-06 | song: use flex arrays to store song->url | Eric Wong | 1 | -1/+1 |
2008-10-06 | directory: reuse existing directory if found on update | Eric Wong | 1 | -4/+9 |
2008-10-06 | directory: simplify list update handling logic | Eric Wong | 1 | -45/+60 |
2008-10-06 | directory: streamline deletes | Eric Wong | 1 | -17/+15 |
2008-09-29 | directory: isRootDirectory() is a one-liner | Eric Wong | 1 | -4/+1 |
2008-09-29 | directory: writeDirectoryInfo propagates errors | Eric Wong | 1 | -21/+19 |
2008-09-29 | directory: make it clear that DIRECTORY_MTIME is deprecated | Eric Wong | 1 | -1/+1 |