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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
db_plugin: convert to C++
Max Kellermann
2012-08-01
1
-314
/
+0
*
directory: require db lock for _{add,remove}_song()
Max Kellermann
2012-06-13
1
-0
/
+2
*
Merge branch 'v0.16.x'
Max Kellermann
2012-04-05
1
-1
/
+9
|
\
|
*
directory: use strrchr() instead of g_basename()
Max Kellermann
2012-04-04
1
-1
/
+9
*
|
directory: fix reverse order of child directories
treblid
2012-02-13
1
-1
/
+1
*
|
playlist_vector: use the list_head library
Max Kellermann
2012-02-12
1
-5
/
+5
*
|
directory: require the caller to lock the db_mutex
Max Kellermann
2012-02-02
1
-20
/
+15
*
|
directory: add new objects to the end of the linked list
Max Kellermann
2012-02-02
1
-2
/
+2
*
|
directory: fix deep path lookup
Max Kellermann
2012-01-29
1
-16
/
+14
*
|
directory: mark unused parameter
Max Kellermann
2012-01-24
1
-1
/
+2
*
|
directory: replace songvec with doubly linked list
Max Kellermann
2012-01-24
1
-13
/
+24
*
|
directory: add function directory_get_song(), ...
Max Kellermann
2012-01-24
1
-2
/
+32
*
|
directory: replace dirvec with doubly linked list
Max Kellermann
2012-01-24
1
-22
/
+49
*
|
directory: simplify constructors and clarify API documentation
Max Kellermann
2012-01-24
1
-4
/
+37
*
|
db_print: print absolute URI of playlist entries
Max Kellermann
2011-10-08
1
-1
/
+1
*
|
db_visitor: add method playlist()
Max Kellermann
2011-09-13
1
-0
/
+8
*
|
db_plugin: add method visit()
Max Kellermann
2011-09-13
1
-3
/
+4
*
|
directory: don't visit "self" in _walk()
Max Kellermann
2011-09-13
1
-4
/
+4
*
|
directory: don't require a "directory" visitor
Max Kellermann
2011-09-13
1
-6
/
+6
*
|
database: add struct db_visitor
Max Kellermann
2011-09-13
1
-19
/
+25
*
|
copyright year 2011
Max Kellermann
2011-01-29
1
-1
/
+1
|
/
*
directory: free playlist vector in directory_free()
Max Kellermann
2010-07-25
1
-0
/
+2
*
update: store playlist files in database
Max Kellermann
2010-07-21
1
-0
/
+2
*
Update copyright notices.
Avuton Olrich
2009-12-31
1
-1
/
+1
*
include config.h in all sources
Max Kellermann
2009-11-12
1
-0
/
+1
*
directory: free empty directories after removing them (memleak)
Max Kellermann
2009-08-14
1
-3
/
+8
*
directory: added directory_lookup_song()
Max Kellermann
2009-04-01
1
-0
/
+30
*
directory: renamed directory_get_directory()
Max Kellermann
2009-04-01
1
-4
/
+4
*
all: Update copyright header.
Avuton Olrich
2009-03-13
1
-6
/
+7
*
use g_free() instead of free()
Max Kellermann
2009-01-25
1
-2
/
+2
*
directory: use GLib instead of utils.h
Max Kellermann
2009-01-02
1
-5
/
+6
*
directory: directory_free() frees children
Max Kellermann
2008-10-31
1
-0
/
+7
*
path: replaced mpd_basename() with g_path_get_basename()
Max Kellermann
2008-10-20
1
-1
/
+2
*
directory: added directory_get_name()
Max Kellermann
2008-10-13
1
-0
/
+7
*
directory: use mpd_sizeof_str_flex_array for path, too
Eric Wong
2008-10-13
1
-6
/
+7
*
directory: added inline wrappers for accessing children
Max Kellermann
2008-10-09
1
-1
/
+1
*
directory: moved dirvec struct declaration to dirvec.h
Max Kellermann
2008-10-09
1
-1
/
+0
*
diretory: moved code to directory_save.c, directory_print.c
Max Kellermann
2008-10-09
1
-103
/
+3
*
directory: path must not be NULL
Max Kellermann
2008-10-08
1
-7
/
+7
*
directory: eliminate CamelCase
Max Kellermann
2008-10-08
1
-23
/
+23
*
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
2008-10-08
1
-1
/
+1
*
directory: moved code to database.c
Max Kellermann
2008-10-08
1
-308
/
+10
*
directory: converted isRootDirectory() to an inline function
Max Kellermann
2008-10-08
1
-5
/
+5
*
song: removed CamelCase
Max Kellermann
2008-10-08
1
-1
/
+1
*
song: converted typedef Song to struct song
Max Kellermann
2008-10-08
1
-6
/
+7
*
directory: converted typedef Directory to struct directory
Max Kellermann
2008-10-08
1
-28
/
+33
*
update: merged exploreDirectory() into updateDirectory()
Max Kellermann
2008-10-08
1
-1
/
+1
*
directory: added directory_is_empty()
Max Kellermann
2008-10-08
1
-1
/
+1
*
directory: moved code to update.c
Max Kellermann
2008-10-08
1
-575
/
+17
*
directory: fix return value in removeDeletedFromDirectory
Eric Wong
2008-10-07
1
-1
/
+1
[next]