summaryrefslogtreecommitdiff
path: root/src/directory_save.c
AgeCommit message (Expand)Author
2012-02-13directory.h: move DIRECTORY_DIR to directory_save.cMax Kellermann
2012-01-24directory: replace songvec with doubly linked listMax Kellermann
2012-01-24directory: add function directory_get_song(), ...Max Kellermann
2012-01-24directory: replace dirvec with doubly linked listMax Kellermann
2012-01-24directory: simplify constructors and clarify API documentationMax Kellermann
2011-09-10directory_save: pass const pointer to _save()Max Kellermann
2011-01-29copyright year 2011Max Kellermann
2010-07-25directory_save: duplicate the playlist nameMax Kellermann
2010-07-21update: store playlist files in databaseMax Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-11-12include config.h in all sourcesMax Kellermann
2009-11-07database: I/O error handling in db_save()Max Kellermann
2009-11-01song_save: load one song at a timeMax Kellermann
2009-11-01directory_save: partially revert the g_str_has_prefix() patchMax Kellermann
2009-11-01database: use strcmp() instead of g_str_has_prefix()Max Kellermann
2009-11-01text_file: allocate line buffers dynamicallyMax Kellermann
2009-11-01directory_save: allocate directory object earlier, assign mtimeMax Kellermann
2009-11-01directory_save: free directory on errorMax Kellermann
2009-11-01directory_save: abort on duplicate subdirectoryMax Kellermann
2009-11-01directory_save: moved code to directory_load_subdir()Max Kellermann
2009-07-05song_save: use GError for error handlingMax Kellermann
2009-07-05song_save: no CamelCaseMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-02directory: directory_load() returns GErrorMax Kellermann
2009-02-28directory: added "mtime" propertyMax Kellermann
2009-02-27directory: moved DIRECTORY_* string constantsMax Kellermann
2009-01-04directory: added directory_is_root()Max Kellermann
2009-01-03don't include utils.h when it isn't usedMax Kellermann
2008-12-29removed os_compat.hMax Kellermann
2008-12-28utils: removed myFgets()Max Kellermann
2008-10-28utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann
2008-10-20path: replaced mpd_basename() with g_path_get_basename()Max Kellermann
2008-10-09directory: don't query database during loadMax Kellermann
2008-10-09directory: check the absolute path of a subdirectory while loadingMax Kellermann
2008-10-09directory: moved dirvec struct declaration to dirvec.hMax Kellermann
2008-10-09diretory: moved code to directory_save.c, directory_print.cMax Kellermann