| Commit message (Expand) | Author | Age | Files | Lines |
* | directory: replace songvec with doubly linked list | Max Kellermann | 2012-01-24 | 1 | -1/+3 |
* | directory: add function directory_get_song(), ... | Max Kellermann | 2012-01-24 | 1 | -2/+2 |
* | directory: replace dirvec with doubly linked list | Max Kellermann | 2012-01-24 | 1 | -5/+2 |
* | directory: simplify constructors and clarify API documentation | Max Kellermann | 2012-01-24 | 1 | -15/+5 |
* | directory_save: pass const pointer to _save() | Max Kellermann | 2011-09-10 | 1 | -3/+3 |
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
* | directory_save: duplicate the playlist name | Max Kellermann | 2010-07-25 | 1 | -2/+9 |
* | update: store playlist files in database | Max Kellermann | 2010-07-21 | 1 | -0/+9 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | database: I/O error handling in db_save() | Max Kellermann | 2009-11-07 | 1 | -17/+12 |
* | song_save: load one song at a time | Max Kellermann | 2009-11-01 | 1 | -5/+15 |
* | directory_save: partially revert the g_str_has_prefix() patch | Max Kellermann | 2009-11-01 | 1 | -2/+2 |
* | database: use strcmp() instead of g_str_has_prefix() | Max Kellermann | 2009-11-01 | 1 | -3/+3 |
* | text_file: allocate line buffers dynamically | Max Kellermann | 2009-11-01 | 1 | -22/+23 |
* | directory_save: allocate directory object earlier, assign mtime | Max Kellermann | 2009-11-01 | 1 | -12/+13 |
* | directory_save: free directory on error | Max Kellermann | 2009-11-01 | 1 | -1/+3 |
* | directory_save: abort on duplicate subdirectory | Max Kellermann | 2009-11-01 | 1 | -7/+9 |
* | directory_save: moved code to directory_load_subdir() | Max Kellermann | 2009-11-01 | 1 | -49/+63 |
* | song_save: use GError for error handling | Max Kellermann | 2009-07-05 | 1 | -1/+4 |
* | song_save: no CamelCase | Max Kellermann | 2009-07-05 | 1 | -1/+1 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | directory: directory_load() returns GError | Max Kellermann | 2009-03-02 | 1 | -16/+43 |
* | directory: added "mtime" property | Max Kellermann | 2009-02-28 | 1 | -2/+9 |
* | directory: moved DIRECTORY_* string constants | Max Kellermann | 2009-02-27 | 1 | -0/+4 |
* | directory: added directory_is_root() | Max Kellermann | 2009-01-04 | 1 | -2/+2 |
* | don't include utils.h when it isn't used | Max Kellermann | 2009-01-03 | 1 | -1/+0 |
* | removed os_compat.h | Max Kellermann | 2008-12-29 | 1 | -0/+3 |
* | utils: removed myFgets() | Max Kellermann | 2008-12-28 | 1 | -4/+6 |
* | utils: use g_str_has_prefix() instead of prefixcmp() | Max Kellermann | 2008-10-28 | 1 | -6/+6 |
* | path: replaced mpd_basename() with g_path_get_basename() | Max Kellermann | 2008-10-20 | 1 | -1/+4 |
* | directory: don't query database during load | Max Kellermann | 2008-10-09 | 1 | -2/+2 |
* | directory: check the absolute path of a subdirectory while loading | Max Kellermann | 2008-10-09 | 1 | -0/+4 |
* | directory: moved dirvec struct declaration to dirvec.h | Max Kellermann | 2008-10-09 | 1 | -1/+0 |
* | diretory: moved code to directory_save.c, directory_print.c | Max Kellermann | 2008-10-09 | 1 | -0/+101 |