index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
common
/
dircache.c
Age
Commit message (
Expand
)
Author
2006-04-16
Commit tagcache in background when possible (at least dircache enabled).
Miika Pekkarinen
2006-03-30
Dircache support for simulator also.
Miika Pekkarinen
2006-03-29
More safety checks to dircache to block updates until cache is ready.
Miika Pekkarinen
2006-03-28
Boost open() performance on platforms with dircache. Tagcache initial
Miika Pekkarinen
2006-03-26
Initial version of tagcache! There are still some bugs in the engine
Miika Pekkarinen
2006-03-22
Don't stop dircache thread when charger is plugged in/removed.
Miika Pekkarinen
2006-02-28
Implement . and .. path in dircache to properly support moving files
Miika Pekkarinen
2006-01-31
Now dircache should work on players requiring long aligned memory
Miika Pekkarinen
2005-11-26
More comments to the dircache functions and a debug menu entry to
Miika Pekkarinen
2005-11-26
Debug menu entry for the dircache.
Miika Pekkarinen
2005-11-18
Fixed an empty directory problem with dircache when renaming files.
Miika Pekkarinen
2005-11-17
Added dircache support to playlist. Now playlist filename pointers are
Miika Pekkarinen
2005-10-20
Now correctly interrupting the dircache rebuilding.
Miika Pekkarinen
2005-10-09
Do not try to read from dircache if directory was opened when cache was not
Miika Pekkarinen
2005-10-08
Fixed a problem with dircache where filetree modified dircache
Miika Pekkarinen
2005-10-07
Implemented directory caching. No more waiting for disk to spin up while
Miika Pekkarinen