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
/
update.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-10-09
update: job ID must be positive
Max Kellermann
1
-2
/
+2
2008-10-09
update: check progress!=IDLE in reap_update_task()
Max Kellermann
1
-0
/
+3
2008-10-09
update: fixed stack corruption due to pthread_join() call
Max Kellermann
1
-1
/
+3
2008-10-09
updated: always call removeDeletedFromDirectory()
Max Kellermann
1
-3
/
+1
2008-10-09
update: eliminated addSubDirectoryToDirectory()
Max Kellermann
1
-27
/
+8
2008-10-09
update: make the "song" variable more local
Max Kellermann
1
-3
/
+2
2008-10-09
update: do the recursive directory check only once
Max Kellermann
1
-8
/
+6
2008-10-09
update: copy stat to new directory
Max Kellermann
1
-1
/
+3
2008-10-09
update: avoid duplicate stat() calls
Max Kellermann
1
-27
/
+35
2008-10-09
update: rewrote updatePath() using updateInDirectory()
Max Kellermann
1
-68
/
+21
2008-10-09
update: don't export updateDirectory()
Max Kellermann
1
-1
/
+10
2008-10-09
update: pass const pointer to addSubDirectoryToDirectory()
Max Kellermann
1
-1
/
+1
2008-10-09
update: never pass root path to updatePath()
Max Kellermann
1
-6
/
+1
2008-10-09
database: renamed get_get_song() to db_get_song()
Max Kellermann
1
-1
/
+1
2008-10-09
update: don't sanitize the path again
Max Kellermann
1
-13
/
+3
2008-10-09
update: merged addDirectoryPathToDB() into addParentPathToDB()
Max Kellermann
1
-25
/
+3
2008-10-09
update: make addDirectoryPathToDB() non-recursive
Max Kellermann
1
-11
/
+15
2008-10-09
update: delete directory after failed update
Max Kellermann
1
-1
/
+8
2008-10-09
update: moved code to directory_make_child_checked()
Max Kellermann
1
-22
/
+25
2008-10-09
update: clear root after error
Max Kellermann
1
-0
/
+1
2008-10-09
update: locked delete after update error
Max Kellermann
1
-1
/
+40
2008-10-09
update: removed addToDirectory()
Max Kellermann
1
-39
/
+12
2008-10-09
directory: added inline wrappers for accessing children
Max Kellermann
1
-6
/
+5
2008-10-09
directory: moved dirvec struct declaration to dirvec.h
Max Kellermann
1
-1
/
+0
2008-10-08
directory: fix update in root directory
Max Kellermann
1
-1
/
+1
2008-10-08
update: fix deadlock in delete_song()
Max Kellermann
1
-1
/
+1
2008-10-08
directory: eliminate CamelCase
Max Kellermann
1
-6
/
+6
2008-10-08
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
1
-7
/
+7
2008-10-08
directory: moved code to database.c
Max Kellermann
1
-0
/
+1
2008-10-08
song: song_file_update() returns bool
Max Kellermann
1
-2
/
+2
2008-10-08
song: removed CamelCase
Max Kellermann
1
-7
/
+7
2008-10-08
song: replaced all song constructors
Max Kellermann
1
-1
/
+1
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
1
-7
/
+9
2008-10-08
directory: converted typedef Directory to struct directory
Max Kellermann
1
-20
/
+27
2008-10-08
update: merged exploreDirectory() into updateDirectory()
Max Kellermann
1
-47
/
+13
2008-10-08
directory: moved code to update.c
Max Kellermann
1
-761
/
+245
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
1
-3
/
+28
2008-10-07
directory: use songvec_for_each for iterators
Eric Wong
1
-28
/
+30
2008-10-07
dbUtils/directory: traverseAllIn forEachSong returns -1 on error
Eric Wong
1
-12
/
+9
2008-10-07
Assert if we don't have song or song->url set
Eric Wong
1
-2
/
+2
2008-10-06
song: stop storing song_type
Eric Wong
1
-1
/
+1
2008-10-06
song: use flex arrays to store song->url
Eric Wong
1
-1
/
+1
2008-10-06
directory: reuse existing directory if found on update
Eric Wong
1
-4
/
+9
2008-10-06
directory: simplify list update handling logic
Eric Wong
1
-45
/
+60
2008-10-06
directory: streamline deletes
Eric Wong
1
-17
/
+15
2008-09-29
directory: isRootDirectory() is a one-liner
Eric Wong
1
-4
/
+1
2008-09-29
directory: writeDirectoryInfo propagates errors
Eric Wong
1
-21
/
+19
2008-09-29
directory: make it clear that DIRECTORY_MTIME is deprecated
Eric Wong
1
-1
/
+1
2008-09-29
directory: remove "Mp3" references
Eric Wong
1
-17
/
+17
[prev]
[next]