summaryrefslogtreecommitdiff
path: root/firmware/common/dircache.c
AgeCommit message (Expand)Author
2006-12-22Try to make sure dircache state file on flashed H1xx targets isMiika Pekkarinen
2006-12-05Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen
2006-08-26Fixed performance problems when initializing tagcache.Miika Pekkarinen
2006-08-14Make sure dircache blocks correctly.Miika Pekkarinen
2006-08-05Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen
2006-08-02Tagcache: Fixed runtime stats not being gathered when tagcache is keptMiika Pekkarinen
2006-07-10Tagcache update: Support removal of entries and no longer the need forMiika Pekkarinen
2006-05-30Fixed incorrect memory allocation bug with tagcache.Miika Pekkarinen
2006-04-16Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen
2006-03-30Dircache support for simulator also.Miika Pekkarinen
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