index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
DirectorySave.cxx
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-03
TextFile: convert to a class
Max Kellermann
1
-15
/
+12
2013-01-03
text_file: convert to C++
Max Kellermann
1
-4
/
+1
2013-01-03
PlaylistVector: use std::list
Max Kellermann
1
-2
/
+2
2013-01-03
Directory: rename struct directory to Directory
Max Kellermann
1
-7
/
+7
2013-01-02
Directory: turn functions to methods
Max Kellermann
1
-14
/
+12
2013-01-02
Directory: make the header C++ only
Max Kellermann
1
-1
/
+1
2013-01-02
db_save, state_file: convert to C++
Max Kellermann
1
-5
/
+8
2012-02-13
directory.h: move DIRECTORY_DIR to directory_save.c
Max Kellermann
1
-0
/
+1
2012-01-24
directory: replace songvec with doubly linked list
Max Kellermann
1
-1
/
+3
2012-01-24
directory: add function directory_get_song(), ...
Max Kellermann
1
-2
/
+2
2012-01-24
directory: replace dirvec with doubly linked list
Max Kellermann
1
-5
/
+2
2012-01-24
directory: simplify constructors and clarify API documentation
Max Kellermann
1
-15
/
+5
2011-09-10
directory_save: pass const pointer to _save()
Max Kellermann
1
-3
/
+3
2011-01-29
copyright year 2011
Max Kellermann
1
-1
/
+1
2010-07-25
directory_save: duplicate the playlist name
Max Kellermann
1
-2
/
+9
2010-07-21
update: store playlist files in database
Max Kellermann
1
-0
/
+9
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-11-12
include config.h in all sources
Max Kellermann
1
-0
/
+1
2009-11-07
database: I/O error handling in db_save()
Max Kellermann
1
-17
/
+12
2009-11-01
song_save: load one song at a time
Max Kellermann
1
-5
/
+15
2009-11-01
directory_save: partially revert the g_str_has_prefix() patch
Max Kellermann
1
-2
/
+2
2009-11-01
database: use strcmp() instead of g_str_has_prefix()
Max Kellermann
1
-3
/
+3
2009-11-01
text_file: allocate line buffers dynamically
Max Kellermann
1
-22
/
+23
2009-11-01
directory_save: allocate directory object earlier, assign mtime
Max Kellermann
1
-12
/
+13
2009-11-01
directory_save: free directory on error
Max Kellermann
1
-1
/
+3
2009-11-01
directory_save: abort on duplicate subdirectory
Max Kellermann
1
-7
/
+9
2009-11-01
directory_save: moved code to directory_load_subdir()
Max Kellermann
1
-49
/
+63
2009-07-05
song_save: use GError for error handling
Max Kellermann
1
-1
/
+4
2009-07-05
song_save: no CamelCase
Max Kellermann
1
-1
/
+1
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-6
/
+7
2009-03-02
directory: directory_load() returns GError
Max Kellermann
1
-16
/
+43
2009-02-28
directory: added "mtime" property
Max Kellermann
1
-2
/
+9
2009-02-27
directory: moved DIRECTORY_* string constants
Max Kellermann
1
-0
/
+4
2009-01-04
directory: added directory_is_root()
Max Kellermann
1
-2
/
+2
2009-01-03
don't include utils.h when it isn't used
Max Kellermann
1
-1
/
+0
2008-12-29
removed os_compat.h
Max Kellermann
1
-0
/
+3
2008-12-28
utils: removed myFgets()
Max Kellermann
1
-4
/
+6
2008-10-28
utils: use g_str_has_prefix() instead of prefixcmp()
Max Kellermann
1
-6
/
+6
2008-10-20
path: replaced mpd_basename() with g_path_get_basename()
Max Kellermann
1
-1
/
+4
2008-10-09
directory: don't query database during load
Max Kellermann
1
-2
/
+2
2008-10-09
directory: check the absolute path of a subdirectory while loading
Max Kellermann
1
-0
/
+4
2008-10-09
directory: moved dirvec struct declaration to dirvec.h
Max Kellermann
1
-1
/
+0
2008-10-09
diretory: moved code to directory_save.c, directory_print.c
Max Kellermann
1
-137
/
+1
2008-10-08
directory: path must not be NULL
Max Kellermann
1
-7
/
+7
2008-10-08
directory: eliminate CamelCase
Max Kellermann
1
-23
/
+23
2008-10-08
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
1
-1
/
+1
2008-10-08
directory: moved code to database.c
Max Kellermann
1
-308
/
+10
2008-10-08
directory: converted isRootDirectory() to an inline function
Max Kellermann
1
-5
/
+5
2008-10-08
song: removed CamelCase
Max Kellermann
1
-1
/
+1
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
1
-6
/
+7
[next]