aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory_save.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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