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
...
*
updated: always call removeDeletedFromDirectory()
Max Kellermann
2008-10-09
1
-3
/
+1
*
update: eliminated addSubDirectoryToDirectory()
Max Kellermann
2008-10-09
1
-27
/
+8
*
update: make the "song" variable more local
Max Kellermann
2008-10-09
1
-3
/
+2
*
update: do the recursive directory check only once
Max Kellermann
2008-10-09
1
-8
/
+6
*
update: copy stat to new directory
Max Kellermann
2008-10-09
1
-1
/
+3
*
update: avoid duplicate stat() calls
Max Kellermann
2008-10-09
1
-27
/
+35
*
update: rewrote updatePath() using updateInDirectory()
Max Kellermann
2008-10-09
1
-68
/
+21
*
update: don't export updateDirectory()
Max Kellermann
2008-10-09
4
-14
/
+25
*
update: pass const pointer to addSubDirectoryToDirectory()
Max Kellermann
2008-10-09
1
-1
/
+1
*
update: never pass root path to updatePath()
Max Kellermann
2008-10-09
1
-6
/
+1
*
database: renamed get_get_song() to db_get_song()
Max Kellermann
2008-10-09
5
-8
/
+8
*
update: don't sanitize the path again
Max Kellermann
2008-10-09
1
-13
/
+3
*
update: merged addDirectoryPathToDB() into addParentPathToDB()
Max Kellermann
2008-10-09
1
-25
/
+3
*
update: make addDirectoryPathToDB() non-recursive
Max Kellermann
2008-10-09
1
-11
/
+15
*
update: delete directory after failed update
Max Kellermann
2008-10-09
1
-1
/
+8
*
update: moved code to directory_make_child_checked()
Max Kellermann
2008-10-09
1
-22
/
+25
*
update: clear root after error
Max Kellermann
2008-10-09
1
-0
/
+1
*
update: locked delete after update error
Max Kellermann
2008-10-09
1
-1
/
+40
*
dirvec: added dirvec_clear()
Max Kellermann
2008-10-09
1
-0
/
+6
*
update: removed addToDirectory()
Max Kellermann
2008-10-09
1
-39
/
+12
*
directory: don't query database during load
Max Kellermann
2008-10-09
1
-2
/
+2
*
directory: check the absolute path of a subdirectory while loading
Max Kellermann
2008-10-09
1
-0
/
+4
*
directory: added inline wrappers for accessing children
Max Kellermann
2008-10-09
3
-7
/
+20
*
dirvec: constant pointers in dirvec_find()
Max Kellermann
2008-10-09
2
-2
/
+2
*
directory: moved dirvec struct declaration to dirvec.h
Max Kellermann
2008-10-09
6
-10
/
+7
*
diretory: moved code to directory_save.c, directory_print.c
Max Kellermann
2008-10-09
9
-116
/
+214
*
database: removed local variable bufferSize
Max Kellermann
2008-10-09
1
-3
/
+2
*
database: simplify db_load()
Max Kellermann
2008-10-09
1
-47
/
+42
*
shout: removed DISABLED_SHOUT_ENCODER_PLUGIN
Max Kellermann
2008-10-09
4
-11
/
+4
*
pcm: fix const flac in pcm_convertSampleRate()
Max Kellermann
2008-10-09
1
-1
/
+1
*
pcm: fixed software volume, broken by unsigned integer
Max Kellermann
2008-10-09
1
-6
/
+3
*
Fix error code for "Playlist already exists"
Qball Cow
2008-10-09
1
-1
/
+1
*
directory: fix update in root directory
Max Kellermann
2008-10-08
3
-4
/
+4
*
update: fix deadlock in delete_song()
Max Kellermann
2008-10-08
1
-1
/
+1
*
directory: include sys/types.h
Max Kellermann
2008-10-08
1
-1
/
+1
*
directory: path must not be NULL
Max Kellermann
2008-10-08
3
-11
/
+9
*
directory: directory_get_path(NULL) is not allowed
Max Kellermann
2008-10-08
1
-2
/
+8
*
directory: eliminate CamelCase
Max Kellermann
2008-10-08
9
-58
/
+58
*
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
2008-10-08
11
-68
/
+79
*
database: removed printDirectoryInfo()
Max Kellermann
2008-10-08
3
-14
/
+5
*
directory: moved code to database.c
Max Kellermann
2008-10-08
13
-336
/
+425
*
directory: converted isRootDirectory() to an inline function
Max Kellermann
2008-10-08
2
-6
/
+10
*
song: don't allow calling song_get_url(NULL)
Max Kellermann
2008-10-08
2
-7
/
+2
*
song: use song_file_update() in song_file_load()
Max Kellermann
2008-10-08
1
-10
/
+3
*
song: song_file_update() returns bool
Max Kellermann
2008-10-08
3
-6
/
+6
*
song: don't check song_is_file() in song_file_update()
Max Kellermann
2008-10-08
1
-17
/
+16
*
song: removed CamelCase
Max Kellermann
2008-10-08
13
-58
/
+59
*
song: replaced all song constructors
Max Kellermann
2008-10-08
5
-28
/
+49
*
playlist: simplified setPlaylistRandomStatus()
Max Kellermann
2008-10-08
1
-16
/
+15
*
use the "bool" data type instead of "int"
Max Kellermann
2008-10-08
20
-65
/
+74
[prev]
[next]