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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tag_item: avoid wasting space when struct is unpackable
Eric Wong
2008-10-12
2
-2
/
+4
*
song: use mpd_sizeof_str_flex_array for song.url
Eric Wong
2008-10-12
1
-2
/
+2
*
gcc: define mpd_sizeof_str_flex_array
Eric Wong
2008-10-12
1
-0
/
+5
*
Merge branch 'mk/directory'
Eric Wong
2008-10-11
31
-1298
/
+1471
|
\
|
*
directory: don't use identical struct and variable names
Eric Wong
2008-10-11
10
-130
/
+128
|
*
update: replaced update_return with global "modified" flag
Max Kellermann
2008-10-11
1
-68
/
+39
|
*
update: make the variable "progress" static
Max Kellermann
2008-10-11
1
-1
/
+1
|
*
update: don't print debug message when song was not modified
Max Kellermann
2008-10-11
1
-4
/
+5
|
*
update: fix memory leak in directory_update_init()
Max Kellermann
2008-10-11
1
-1
/
+4
|
*
update: make the job id unsigned
Max Kellermann
2008-10-11
2
-7
/
+7
|
*
update: job ID must be positive
Max Kellermann
2008-10-11
4
-10
/
+8
|
*
update: check progress!=IDLE in reap_update_task()
Max Kellermann
2008-10-11
1
-0
/
+3
|
*
update: fixed stack corruption due to pthread_join() call
Max Kellermann
2008-10-11
1
-1
/
+3
|
*
updated: always call removeDeletedFromDirectory()
Max Kellermann
2008-10-11
1
-3
/
+1
|
*
update: eliminated addSubDirectoryToDirectory()
Max Kellermann
2008-10-11
1
-27
/
+8
|
*
update: make the "song" variable more local
Max Kellermann
2008-10-11
1
-2
/
+1
|
*
update: do the recursive directory check only once
Max Kellermann
2008-10-11
1
-9
/
+6
|
*
update: copy stat to new directory
Max Kellermann
2008-10-11
1
-1
/
+3
|
*
update: avoid duplicate stat() calls
Max Kellermann
2008-10-11
1
-28
/
+38
|
*
update: rewrote updatePath() using updateInDirectory()
Max Kellermann
2008-10-11
1
-70
/
+19
|
*
update: don't export updateDirectory()
Max Kellermann
2008-10-11
4
-13
/
+20
|
*
update: pass const pointer to addSubDirectoryToDirectory()
Max Kellermann
2008-10-11
1
-1
/
+1
|
*
update: never pass root path to updatePath()
Max Kellermann
2008-10-11
1
-6
/
+1
|
*
update: merged addDirectoryPathToDB() into addParentPathToDB()
Max Kellermann
2008-10-11
1
-23
/
+3
|
*
update: make addDirectoryPathToDB() non-recursive
Max Kellermann
2008-10-11
1
-11
/
+13
|
*
update: delete directory after failed update
Max Kellermann
2008-10-11
1
-1
/
+8
|
*
update: moved code to directory_make_child_checked()
Max Kellermann
2008-10-11
1
-22
/
+25
|
*
update: clear root after error
Max Kellermann
2008-10-11
1
-0
/
+1
|
*
update: locked delete after update error
Max Kellermann
2008-10-11
1
-1
/
+37
|
*
dirvec: added dirvec_clear()
Max Kellermann
2008-10-11
1
-0
/
+5
|
*
update: removed addToDirectory()
Max Kellermann
2008-10-11
1
-38
/
+10
|
*
directory: don't query database during load
Max Kellermann
2008-10-11
1
-2
/
+1
|
*
directory: check the absolute path of a subdirectory while loading
Max Kellermann
2008-10-11
1
-0
/
+4
|
*
directory: added inline wrappers for accessing children
Max Kellermann
2008-10-11
3
-7
/
+19
|
*
dirvec: constant pointers in dirvec_find()
Max Kellermann
2008-10-11
2
-2
/
+2
|
*
directory: moved dirvec struct declaration to dirvec.h
Max Kellermann
2008-10-11
3
-7
/
+7
|
*
diretory: moved code to directory_save.c, directory_print.c
Max Kellermann
2008-10-11
8
-116
/
+226
|
*
database: removed local variable bufferSize
Max Kellermann
2008-10-11
1
-3
/
+2
|
*
database: simplify db_load()
Max Kellermann
2008-10-11
1
-47
/
+42
|
*
directory: fix update in root directory
Max Kellermann
2008-10-11
2
-4
/
+3
|
*
directory: path must not be NULL
Max Kellermann
2008-10-11
3
-10
/
+10
|
*
directory: directory_get_path(NULL) is not allowed
Max Kellermann
2008-10-11
1
-3
/
+4
|
*
songvec: pass const pointers
Max Kellermann
2008-10-11
2
-2
/
+2
|
*
directory: eliminate CamelCase
Max Kellermann
2008-10-11
7
-50
/
+50
|
*
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
2008-10-11
12
-62
/
+62
|
*
database: removed printDirectoryInfo()
Max Kellermann
2008-10-11
3
-12
/
+4
|
*
directory: moved code to database.c
Max Kellermann
2008-10-11
15
-335
/
+418
|
*
directory: converted isRootDirectory() to an inline function
Max Kellermann
2008-10-11
2
-6
/
+10
|
*
song: use song_file_update() in song_file_load()
Max Kellermann
2008-10-11
1
-11
/
+1
|
*
song: song_file_update() returns boolean
Max Kellermann
2008-10-11
2
-5
/
+3
[next]