summaryrefslogtreecommitdiff
path: root/firmware/common/dircache.c (follow)
Commit message (Expand)AuthorAge
* increase the dircache thread size to hopefully stop it StkOv'ingJonathan Gordon2007-01-17
* Fix lockup of simulator at startup if dircache enabledSteve Bavin2007-01-12
* Try to make sure dircache state file on flashed H1xx targets isMiika Pekkarinen2006-12-22
* Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen2006-12-05
* Support building tagcache db natively on PC using the core of theMiika Pekkarinen2006-11-10
* Add CPU boost tracker to see where boosts are coming fromSteve Bavin2006-10-05
* New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen2006-09-16
* Fixed performance problems when initializing tagcache.Miika Pekkarinen2006-08-26
* Make sure dircache blocks correctly.Miika Pekkarinen2006-08-14
* Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen2006-08-05
* Tagcache: Fixed runtime stats not being gathered when tagcache is keptMiika Pekkarinen2006-08-02
* Tagcache update: Support removal of entries and no longer the need forMiika Pekkarinen2006-07-10
* Fixed incorrect memory allocation bug with tagcache.Miika Pekkarinen2006-05-30
* Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen2006-04-16
* Dircache support for simulator also.Miika Pekkarinen2006-03-30
* More safety checks to dircache to block updates until cache is ready.Miika Pekkarinen2006-03-29
* Boost open() performance on platforms with dircache. Tagcache initialMiika Pekkarinen2006-03-28
* Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen2006-03-26
* Don't stop dircache thread when charger is plugged in/removed.Miika Pekkarinen2006-03-22
* Implement . and .. path in dircache to properly support moving filesMiika Pekkarinen2006-02-28
* Now dircache should work on players requiring long aligned memoryMiika Pekkarinen2006-01-31
* More comments to the dircache functions and a debug menu entry toMiika Pekkarinen2005-11-26
* Debug menu entry for the dircache.Miika Pekkarinen2005-11-26
* Fixed an empty directory problem with dircache when renaming files.Miika Pekkarinen2005-11-18
* Added dircache support to playlist. Now playlist filename pointers areMiika Pekkarinen2005-11-17
* Now correctly interrupting the dircache rebuilding.Miika Pekkarinen2005-10-20
* Do not try to read from dircache if directory was opened when cache was notMiika Pekkarinen2005-10-09
* Fixed a problem with dircache where filetree modified dircacheMiika Pekkarinen2005-10-08
* Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen2005-10-07