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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-10-11
update: merged addDirectoryPathToDB() into addParentPathToDB()
Max Kellermann
1
-23
/
+3
2008-10-11
update: make addDirectoryPathToDB() non-recursive
Max Kellermann
1
-11
/
+13
2008-10-11
update: delete directory after failed update
Max Kellermann
1
-1
/
+8
2008-10-11
update: moved code to directory_make_child_checked()
Max Kellermann
1
-22
/
+25
2008-10-11
update: clear root after error
Max Kellermann
1
-0
/
+1
2008-10-11
update: locked delete after update error
Max Kellermann
1
-1
/
+37
2008-10-11
dirvec: added dirvec_clear()
Max Kellermann
1
-0
/
+5
2008-10-11
update: removed addToDirectory()
Max Kellermann
1
-38
/
+10
2008-10-11
directory: don't query database during load
Max Kellermann
1
-2
/
+1
2008-10-11
directory: check the absolute path of a subdirectory while loading
Max Kellermann
1
-0
/
+4
2008-10-11
directory: added inline wrappers for accessing children
Max Kellermann
3
-7
/
+19
2008-10-11
dirvec: constant pointers in dirvec_find()
Max Kellermann
2
-2
/
+2
2008-10-11
directory: moved dirvec struct declaration to dirvec.h
Max Kellermann
3
-7
/
+7
2008-10-11
diretory: moved code to directory_save.c, directory_print.c
Max Kellermann
8
-116
/
+226
2008-10-11
database: removed local variable bufferSize
Max Kellermann
1
-3
/
+2
2008-10-11
database: simplify db_load()
Max Kellermann
1
-47
/
+42
2008-10-11
directory: fix update in root directory
Max Kellermann
2
-4
/
+3
2008-10-11
directory: path must not be NULL
Max Kellermann
3
-10
/
+10
2008-10-11
directory: directory_get_path(NULL) is not allowed
Max Kellermann
1
-3
/
+4
2008-10-11
songvec: pass const pointers
Max Kellermann
2
-2
/
+2
2008-10-11
directory: eliminate CamelCase
Max Kellermann
7
-50
/
+50
2008-10-11
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
12
-62
/
+62
2008-10-11
database: removed printDirectoryInfo()
Max Kellermann
3
-12
/
+4
2008-10-11
directory: moved code to database.c
Max Kellermann
15
-335
/
+418
2008-10-11
directory: converted isRootDirectory() to an inline function
Max Kellermann
2
-6
/
+10
2008-10-11
song: use song_file_update() in song_file_load()
Max Kellermann
1
-11
/
+1
2008-10-11
song: song_file_update() returns boolean
Max Kellermann
2
-5
/
+3
2008-10-11
song: don't check song_is_file() in song_file_update()
Max Kellermann
1
-24
/
+24
2008-10-11
song: removed CamelCase
Max Kellermann
7
-45
/
+44
2008-10-11
song: replaced all song constructors
Max Kellermann
4
-27
/
+46
2008-10-11
playlist: simplified setPlaylistRandomStatus()
Max Kellermann
1
-5
/
+1
2008-10-11
CPP include cleanup
Max Kellermann
4
-4
/
+3
2008-10-11
song: converted typedef Song to struct song
Max Kellermann
15
-90
/
+99
2008-10-11
directory: converted typedef Directory to struct directory
Max Kellermann
9
-84
/
+89
2008-10-11
update: merged exploreDirectory() into updateDirectory()
Max Kellermann
3
-49
/
+15
2008-10-11
directory: added directory_is_empty()
Max Kellermann
2
-1
/
+6
2008-10-11
directory: moved code to update.c
Max Kellermann
8
-571
/
+629
2008-10-11
dirvec: moved code to dirvec.c
Max Kellermann
3
-62
/
+75
2008-10-11
song: really make the song struct non-packed
Max Kellermann
1
-1
/
+1
2008-10-11
song: don't make the struct packed
Max Kellermann
2
-2
/
+2
2008-10-07
directory: fix return value in removeDeletedFromDirectory
Eric Wong
1
-1
/
+1
2008-10-07
directory: serialize song deletes from playlist during update
Eric Wong
3
-11
/
+27
2008-10-07
directory: use songvec_for_each for iterators
Eric Wong
3
-63
/
+56
2008-10-07
dbUtils: more cleanups
Eric Wong
1
-11
/
+3
2008-10-07
song: Add song_print_url_x
Eric Wong
2
-0
/
+8
2008-10-07
dbUtils/directory: traverseAllIn forEachSong returns -1 on error
Eric Wong
2
-22
/
+14
2008-10-07
songvec: lock traversals for thread-safe updates/reads
Eric Wong
1
-10
/
+34
2008-10-06
song: add print_song_info_x for iterators tha pass void *
Eric Wong
2
-0
/
+8
2008-10-05
songvec: add songvec_for_each iterator
Eric Wong
2
-0
/
+15
2008-10-05
song: replace printSong* with song_print_*
Eric Wong
5
-24
/
+23
[next]