summaryrefslogtreecommitdiff
path: root/firmware/common/dircache.c
AgeCommit message (Expand)Author
2008-08-10ok, that was bigger than expected... reduce the max to 12 open dirs as a happ...Jonathan Gordon
2008-08-10"waste" a bit more RAM on targets with more than 8MB so more directories can ...Jonathan Gordon
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken
2008-04-20Killed unnecessary global variables by making them static.Bertrik Sikken
2008-03-11FS#7598 - Dircache support for multivolume targets (by Phil Light).Miika Pekkarinen
2008-01-13Dircache state should be checked too to make appflags work in every situation.Miika Pekkarinen
2008-01-13Always check for deleted files, no matter how slow it might be when DB autoup...Miika Pekkarinen
2007-10-16Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis
2007-10-02Correct a dodgy logf call.Nicolas Pennequin
2007-09-16Remove redundant remove call, which caused problems in the simulator.Magnus Holmgren
2007-09-02Fix FS#7679 - modifying files with dircahce enabled doesnt change the access ...Jonathan Gordon
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare
2007-06-01Tiny fix for an unlikely error path.Steve Bavin
2007-04-07Dircache fixes: Stop scanning properly if shutdown is initiated. Require user...Miika Pekkarinen
2007-03-18Fix several printf-style warnings in logf builds.Magnus Holmgren
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers
2007-02-01Fix dircache on simulatorsSteve Bavin
2007-01-17increase the dircache thread size to hopefully stop it StkOv'ingJonathan Gordon
2007-01-12Fix lockup of simulator at startup if dircache enabledSteve Bavin
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