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
/
directory.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
directory: use gcc.h macros, not GLib
Max Kellermann
2012-08-08
1
-6
/
+7
*
DatabaseSelection: add "match" attribute
Max Kellermann
2012-08-08
1
-1
/
+2
*
db_plugin: convert to C++
Max Kellermann
2012-08-01
1
-7
/
+17
*
directory.h: move DIRECTORY_DIR to directory_save.c
Max Kellermann
2012-02-13
1
-2
/
+0
*
playlist_vector: use the list_head library
Max Kellermann
2012-02-12
1
-3
/
+8
*
directory: require the caller to lock the db_mutex
Max Kellermann
2012-02-02
1
-0
/
+21
*
directory: replace songvec with doubly linked list
Max Kellermann
2012-01-24
1
-3
/
+15
*
directory: add function directory_get_song(), ...
Max Kellermann
2012-01-24
1
-0
/
+22
*
directory: replace dirvec with doubly linked list
Max Kellermann
2012-01-24
1
-8
/
+33
*
directory: simplify constructors and clarify API documentation
Max Kellermann
2012-01-24
1
-4
/
+45
*
Merge branch 'v0.16.x'
Max Kellermann
2011-11-28
1
-1
/
+1
|
\
|
*
directory: rename attribute "stat" to "have_stat"
Max Kellermann
2011-11-27
1
-1
/
+1
|
*
directory: convert "stat" to a bool
Max Kellermann
2011-11-27
1
-1
/
+1
*
|
db_plugin: add method visit()
Max Kellermann
2011-09-13
1
-1
/
+1
*
|
database: add struct db_visitor
Max Kellermann
2011-09-13
1
-4
/
+6
*
|
Merge branch 'v0.16.x'
Max Kellermann
2011-06-03
1
-1
/
+2
|
\
|
|
*
directory: allow directories with just playlists
Max Kellermann
2011-05-09
1
-1
/
+2
*
|
copyright year 2011
Max Kellermann
2011-01-29
1
-1
/
+1
|
/
*
Merge branch 'v0.15.x' into v0.16.x
Max Kellermann
2011-01-07
1
-2
/
+2
|
\
|
*
directory: fix warning "comparison between signed and unsigned"
Max Kellermann
2010-12-21
1
-2
/
+2
*
|
directory: cast DEVICE_INARCHIVE, DEVICE_CONTAINER to dev_t
Max Kellermann
2010-09-23
1
-2
/
+2
*
|
update: store playlist files in database
Max Kellermann
2010-07-21
1
-0
/
+4
*
|
Update copyright notices.
Avuton Olrich
2009-12-31
1
-1
/
+1
*
|
include config.h in all sources
Max Kellermann
2009-11-12
1
-1
/
+1
*
|
directory: include config.h
Max Kellermann
2009-11-11
1
-0
/
+1
|
/
*
directory: added directory_lookup_song()
Max Kellermann
2009-04-01
1
-0
/
+10
*
directory: renamed directory_get_directory()
Max Kellermann
2009-04-01
1
-1
/
+8
*
all: Update copyright header.
Avuton Olrich
2009-03-13
1
-6
/
+7
*
decoder_plugin: added method container_scan()
Jochen Keil
2009-03-09
1
-0
/
+1
*
directory: added "mtime" property
Max Kellermann
2009-02-28
1
-0
/
+1
*
directory: moved DIRECTORY_* string constants
Max Kellermann
2009-02-27
1
-7
/
+0
*
directory: added directory_is_root()
Max Kellermann
2009-01-04
1
-0
/
+9
*
song: adding support for songs in archives
Viliam Mateicka
2008-12-16
1
-0
/
+2
*
added prefix to header macros
Max Kellermann
2008-10-31
1
-2
/
+2
*
directory: added directory_get_name()
Max Kellermann
2008-10-13
1
-0
/
+6
*
directory: pass const pointers to inline functions
Max Kellermann
2008-10-13
1
-2
/
+2
*
directory: use mpd_sizeof_str_flex_array for path, too
Eric Wong
2008-10-13
1
-1
/
+1
*
directory: added inline wrappers for accessing children
Max Kellermann
2008-10-09
1
-0
/
+14
*
directory: moved dirvec struct declaration to dirvec.h
Max Kellermann
2008-10-09
1
-5
/
+1
*
diretory: moved code to directory_save.c, directory_print.c
Max Kellermann
2008-10-09
1
-13
/
+0
*
directory: include sys/types.h
Max Kellermann
2008-10-08
1
-1
/
+1
*
directory: path must not be NULL
Max Kellermann
2008-10-08
1
-2
/
+0
*
directory: directory_get_path(NULL) is not allowed
Max Kellermann
2008-10-08
1
-2
/
+8
*
directory: eliminate CamelCase
Max Kellermann
2008-10-08
1
-12
/
+13
*
directory: moved code to database.c
Max Kellermann
2008-10-08
1
-23
/
+26
*
directory: converted isRootDirectory() to an inline function
Max Kellermann
2008-10-08
1
-1
/
+5
*
don't include os_compat.h
Max Kellermann
2008-10-08
1
-0
/
+1
*
song: converted typedef Song to struct song
Max Kellermann
2008-10-08
1
-3
/
+5
*
directory: converted typedef Directory to struct directory
Max Kellermann
2008-10-08
1
-12
/
+12
*
directory: added directory_is_empty()
Max Kellermann
2008-10-08
1
-0
/
+8
[next]