aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory_save.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-25directory_save: duplicate the playlist nameMax Kellermann1-2/+9
2010-07-21update: store playlist files in databaseMax Kellermann1-0/+9
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-07database: I/O error handling in db_save()Max Kellermann1-17/+12
2009-11-01song_save: load one song at a timeMax Kellermann1-5/+15
2009-11-01directory_save: partially revert the g_str_has_prefix() patchMax Kellermann1-2/+2
2009-11-01database: use strcmp() instead of g_str_has_prefix()Max Kellermann1-3/+3
2009-11-01text_file: allocate line buffers dynamicallyMax Kellermann1-22/+23
2009-11-01directory_save: allocate directory object earlier, assign mtimeMax Kellermann1-12/+13
2009-11-01directory_save: free directory on errorMax Kellermann1-1/+3
2009-11-01directory_save: abort on duplicate subdirectoryMax Kellermann1-7/+9
2009-11-01directory_save: moved code to directory_load_subdir()Max Kellermann1-49/+63
2009-07-05song_save: use GError for error handlingMax Kellermann1-1/+4
2009-07-05song_save: no CamelCaseMax Kellermann1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-02directory: directory_load() returns GErrorMax Kellermann1-16/+43
2009-02-28directory: added "mtime" propertyMax Kellermann1-2/+9
2009-02-27directory: moved DIRECTORY_* string constantsMax Kellermann1-0/+4
2009-01-04directory: added directory_is_root()Max Kellermann1-2/+2
2009-01-03don't include utils.h when it isn't usedMax Kellermann1-1/+0
2008-12-29removed os_compat.hMax Kellermann1-0/+3
2008-12-28utils: removed myFgets()Max Kellermann1-4/+6
2008-10-28utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann1-6/+6
2008-10-20path: replaced mpd_basename() with g_path_get_basename()Max Kellermann1-1/+4
2008-10-09directory: don't query database during loadMax Kellermann1-2/+2
2008-10-09directory: check the absolute path of a subdirectory while loadingMax Kellermann1-0/+4
2008-10-09directory: moved dirvec struct declaration to dirvec.hMax Kellermann1-1/+0
2008-10-09diretory: moved code to directory_save.c, directory_print.cMax Kellermann1-137/+1
2008-10-08directory: path must not be NULLMax Kellermann1-7/+7
2008-10-08directory: eliminate CamelCaseMax Kellermann1-23/+23
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-1/+1
2008-10-08directory: moved code to database.cMax Kellermann1-308/+10
2008-10-08directory: converted isRootDirectory() to an inline functionMax Kellermann1-5/+5
2008-10-08song: removed CamelCaseMax Kellermann1-1/+1
2008-10-08song: converted typedef Song to struct songMax Kellermann1-6/+7
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann1-28/+33
2008-10-08update: merged exploreDirectory() into updateDirectory()Max Kellermann1-1/+1
2008-10-08directory: added directory_is_empty()Max Kellermann1-1/+1
2008-10-08directory: moved code to update.cMax Kellermann1-575/+17
2008-10-07directory: fix return value in removeDeletedFromDirectoryEric Wong1-1/+1
2008-10-07directory: serialize song deletes from playlist during updateEric Wong1-3/+28
2008-10-07directory: use songvec_for_each for iteratorsEric Wong1-28/+30
2008-10-07dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong1-12/+9
2008-10-07Assert if we don't have song or song->url setEric Wong1-2/+2
2008-10-06song: stop storing song_typeEric Wong1-1/+1
2008-10-06song: use flex arrays to store song->urlEric Wong1-1/+1
2008-10-06directory: reuse existing directory if found on updateEric Wong1-4/+9
2008-10-06directory: simplify list update handling logicEric Wong1-45/+60
2008-10-06directory: streamline deletesEric Wong1-17/+15