index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
common
/
dircache.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
2010-12-06
*
Ged rid of uisimulator/common/io.c for android builds.
Thomas Martitz
2010-09-01
*
Fix reds.
Thomas Martitz
2010-08-01
*
Rockbox as an application: add get_user_file_path().
Thomas Martitz
2010-08-01
*
Factor out opening and removing DIRCACHE_FILE into separate functions.
Thomas Martitz
2010-07-26
*
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2010-06-21
*
dircache:
Amaury Pouly
2010-05-21
*
Fix typos in comment
Michael Chicoine
2010-05-21
*
FS#10913: fix file browser not updated on microsd insertion/removal. This is ...
Amaury Pouly
2010-05-21
*
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-06
*
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2010-05-06
*
dircache: increase stack size to handle the worse case path during rebuild (d...
Amaury Pouly
2010-04-22
*
Add IO priority handling. Currently all IO has equal priority, except the dir...
Frank Gevaerts
2010-04-03
*
Fix a dircache NULL-pointer dereference.
Amaury Pouly
2010-02-21
*
Fix error handling in dircache generation.
Amaury Pouly
2010-02-17
*
-Cosmetic change in a comparison
Amaury Pouly
2010-02-16
*
Rewrite dircache generation to take advantage for the FAT code. Reduce RAM us...
Amaury Pouly
2010-02-14
*
Various dircache improvements: reduce size of a path buffer to MAX_PATH and r...
Amaury Pouly
2010-02-01
*
Fix a dircache bug (opening a directory opens the first file of that director...
Amaury Pouly
2010-01-31
*
- Split off strip_volume() to a separate file
Maurus Cuelenaere
2009-11-26
*
FS#10080
Nils Wallménius
2009-07-14
*
ok, 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-08-10
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
Moved atoi declaration to stdlib.h. Deleted atoi.h
Bertrik Sikken
2008-04-28
*
Killed unnecessary global variables by making them static.
Bertrik Sikken
2008-04-20
*
FS#7598 - Dircache support for multivolume targets (by Phil Light).
Miika Pekkarinen
2008-03-11
*
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
2008-01-13
*
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-16
*
Correct a dodgy logf call.
Nicolas Pennequin
2007-10-02
*
Remove redundant remove call, which caused problems in the simulator.
Magnus Holmgren
2007-09-16
*
Fix FS#7679 - modifying files with dircahce enabled doesnt change the access ...
Jonathan Gordon
2007-09-02
*
Makes apps and plugins interract with directories using a posix-like api inst...
Kevin Ferrare
2007-07-20
*
Tiny fix for an unlikely error path.
Steve Bavin
2007-06-01
*
Dircache fixes: Stop scanning properly if shutdown is initiated. Require user...
Miika Pekkarinen
2007-04-07
*
Fix several printf-style warnings in logf builds.
Magnus Holmgren
2007-03-18
*
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...
Daniel Ankers
2007-03-04
*
Fix dircache on simulators
Steve Bavin
2007-02-01
*
increase the dircache thread size to hopefully stop it StkOv'ing
Jonathan Gordon
2007-01-17
*
Fix lockup of simulator at startup if dircache enabled
Steve Bavin
2007-01-12
*
Try to make sure dircache state file on flashed H1xx targets is
Miika Pekkarinen
2006-12-22
*
Removed the cpu boost tracking debug feature for now because of
Miika Pekkarinen
2006-12-05
*
Support building tagcache db natively on PC using the core of the
Miika Pekkarinen
2006-11-10
*
Add CPU boost tracker to see where boosts are coming from
Steve Bavin
2006-10-05
*
New scheduler, with priorities for swcodec platforms. Frequent task
Miika Pekkarinen
2006-09-16
*
Fixed performance problems when initializing tagcache.
Miika Pekkarinen
2006-08-26
*
Make sure dircache blocks correctly.
Miika Pekkarinen
2006-08-14
*
Initial support and use for EEPROM memory on H120 & H140 players when
Miika Pekkarinen
2006-08-05
[next]