aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory_save.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* directory_save: duplicate the playlist nameMax Kellermann2010-07-251-2/+9
* update: store playlist files in databaseMax Kellermann2010-07-211-0/+9
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* database: I/O error handling in db_save()Max Kellermann2009-11-071-17/+12
* song_save: load one song at a timeMax Kellermann2009-11-011-5/+15
* directory_save: partially revert the g_str_has_prefix() patchMax Kellermann2009-11-011-2/+2
* database: use strcmp() instead of g_str_has_prefix()Max Kellermann2009-11-011-3/+3
* text_file: allocate line buffers dynamicallyMax Kellermann2009-11-011-22/+23
* directory_save: allocate directory object earlier, assign mtimeMax Kellermann2009-11-011-12/+13
* directory_save: free directory on errorMax Kellermann2009-11-011-1/+3
* directory_save: abort on duplicate subdirectoryMax Kellermann2009-11-011-7/+9
* directory_save: moved code to directory_load_subdir()Max Kellermann2009-11-011-49/+63
* song_save: use GError for error handlingMax Kellermann2009-07-051-1/+4
* song_save: no CamelCaseMax Kellermann2009-07-051-1/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* directory: directory_load() returns GErrorMax Kellermann2009-03-021-16/+43
* directory: added "mtime" propertyMax Kellermann2009-02-281-2/+9
* directory: moved DIRECTORY_* string constantsMax Kellermann2009-02-271-0/+4
* directory: added directory_is_root()Max Kellermann2009-01-041-2/+2
* don't include utils.h when it isn't usedMax Kellermann2009-01-031-1/+0
* removed os_compat.hMax Kellermann2008-12-291-0/+3
* utils: removed myFgets()Max Kellermann2008-12-281-4/+6
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-281-6/+6
* path: replaced mpd_basename() with g_path_get_basename()Max Kellermann2008-10-201-1/+4
* directory: don't query database during loadMax Kellermann2008-10-091-2/+2
* directory: check the absolute path of a subdirectory while loadingMax Kellermann2008-10-091-0/+4
* directory: moved dirvec struct declaration to dirvec.hMax Kellermann2008-10-091-1/+0
* diretory: moved code to directory_save.c, directory_print.cMax Kellermann2008-10-091-0/+101