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