index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
directory_save.c
Age
Commit message (
Expand
)
Author
2009-11-07
database: I/O error handling in db_save()
Max Kellermann
2009-11-01
song_save: load one song at a time
Max Kellermann
2009-11-01
directory_save: partially revert the g_str_has_prefix() patch
Max Kellermann
2009-11-01
database: use strcmp() instead of g_str_has_prefix()
Max Kellermann
2009-11-01
text_file: allocate line buffers dynamically
Max Kellermann
2009-11-01
directory_save: allocate directory object earlier, assign mtime
Max Kellermann
2009-11-01
directory_save: free directory on error
Max Kellermann
2009-11-01
directory_save: abort on duplicate subdirectory
Max Kellermann
2009-11-01
directory_save: moved code to directory_load_subdir()
Max Kellermann
2009-07-05
song_save: use GError for error handling
Max Kellermann
2009-07-05
song_save: no CamelCase
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-02
directory: directory_load() returns GError
Max Kellermann
2009-02-28
directory: added "mtime" property
Max Kellermann
2009-02-27
directory: moved DIRECTORY_* string constants
Max Kellermann
2009-01-04
directory: added directory_is_root()
Max Kellermann
2009-01-03
don't include utils.h when it isn't used
Max Kellermann
2008-12-29
removed os_compat.h
Max Kellermann
2008-12-28
utils: removed myFgets()
Max Kellermann
2008-10-28
utils: use g_str_has_prefix() instead of prefixcmp()
Max Kellermann
2008-10-20
path: replaced mpd_basename() with g_path_get_basename()
Max Kellermann
2008-10-09
directory: don't query database during load
Max Kellermann
2008-10-09
directory: check the absolute path of a subdirectory while loading
Max Kellermann
2008-10-09
directory: moved dirvec struct declaration to dirvec.h
Max Kellermann
2008-10-09
diretory: moved code to directory_save.c, directory_print.c
Max Kellermann