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
2008-04-28
Moved atoi declaration to stdlib.h. Deleted atoi.h
Bertrik Sikken
2008-04-20
Killed unnecessary global variables by making them static.
Bertrik Sikken
2008-03-11
FS#7598 - Dircache support for multivolume targets (by Phil Light).
Miika Pekkarinen
2008-01-13
Dircache state should be checked too to make appflags work in every situation.
Miika Pekkarinen
2008-01-13
Always check for deleted files, no matter how slow it might be when DB autoup...
Miika Pekkarinen
2007-10-16
Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...
Michael Sevakis
2007-10-16
Finally full multicore support for PortalPlayer 502x targets with an eye towa...
Michael Sevakis
2007-10-02
Correct a dodgy logf call.
Nicolas Pennequin
2007-09-16
Remove redundant remove call, which caused problems in the simulator.
Magnus Holmgren
2007-09-02
Fix FS#7679 - modifying files with dircahce enabled doesnt change the access ...
Jonathan Gordon
2007-07-20
Makes apps and plugins interract with directories using a posix-like api inst...
Kevin Ferrare
2007-06-01
Tiny fix for an unlikely error path.
Steve Bavin
2007-04-07
Dircache fixes: Stop scanning properly if shutdown is initiated. Require user...
Miika Pekkarinen
2007-03-18
Fix several printf-style warnings in logf builds.
Magnus Holmgren
2007-03-04
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...
Daniel Ankers
2007-02-01
Fix dircache on simulators
Steve Bavin
2007-01-17
increase the dircache thread size to hopefully stop it StkOv'ing
Jonathan Gordon
2007-01-12
Fix lockup of simulator at startup if dircache enabled
Steve Bavin
2006-12-22
Try to make sure dircache state file on flashed H1xx targets is
Miika Pekkarinen
2006-12-05
Removed the cpu boost tracking debug feature for now because of
Miika Pekkarinen
2006-11-10
Support building tagcache db natively on PC using the core of the
Miika Pekkarinen
2006-10-05
Add CPU boost tracker to see where boosts are coming from
Steve Bavin
2006-09-16
New scheduler, with priorities for swcodec platforms. Frequent task
Miika Pekkarinen
2006-08-26
Fixed performance problems when initializing tagcache.
Miika Pekkarinen
2006-08-14
Make sure dircache blocks correctly.
Miika Pekkarinen
2006-08-05
Initial support and use for EEPROM memory on H120 & H140 players when
Miika Pekkarinen
2006-08-02
Tagcache: Fixed runtime stats not being gathered when tagcache is kept
Miika Pekkarinen
2006-07-10
Tagcache update: Support removal of entries and no longer the need for
Miika Pekkarinen
2006-05-30
Fixed incorrect memory allocation bug with tagcache.
Miika Pekkarinen
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