summaryrefslogtreecommitdiff
path: root/firmware/common/dircache.c
AgeCommit message (Expand)Author
2006-03-29More safety checks to dircache to block updates until cache is ready.Miika Pekkarinen
2006-03-28Boost open() performance on platforms with dircache. Tagcache initialMiika Pekkarinen
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen
2006-03-22Don't stop dircache thread when charger is plugged in/removed.Miika Pekkarinen
2006-02-28Implement . and .. path in dircache to properly support moving filesMiika Pekkarinen
2006-01-31Now dircache should work on players requiring long aligned memoryMiika Pekkarinen
2005-11-26More comments to the dircache functions and a debug menu entry toMiika Pekkarinen
2005-11-26Debug menu entry for the dircache.Miika Pekkarinen
2005-11-18Fixed an empty directory problem with dircache when renaming files.Miika Pekkarinen
2005-11-17Added dircache support to playlist. Now playlist filename pointers areMiika Pekkarinen
2005-10-20Now correctly interrupting the dircache rebuilding.Miika Pekkarinen
2005-10-09Do not try to read from dircache if directory was opened when cache was notMiika Pekkarinen
2005-10-08Fixed a problem with dircache where filetree modified dircacheMiika Pekkarinen
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen