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
*
Limit "struct dircache_runinfo" to file scope
Thomas Jarosch
2015-01-01
*
Rewrite filesystem code (WIP)
Michael Sevakis
2014-08-30
*
Cleanup MV/MD macros a little.
Michael Sevakis
2013-08-17
*
Update some missed pointers when moving the dircache allocation
Fred Bauer
2011-11-19
*
Simulate usb plugging on the sim better using sim_tasks.
Thomas Martitz
2011-11-17
*
Fix FS#12325 - screen corruption on early usb.
Thomas Martitz
2011-10-28
*
fix sign error
Fred Bauer
2011-10-21
*
Dircache: Allow dircache to be enabled without reboot.
Thomas Martitz
2011-08-30
*
GSoC/Buflib: Enable compaction in buflib.
Thomas Martitz
2011-08-30
*
GSoC/Buflib: Add buflib memory alocator to the core.
Thomas Martitz
2011-08-30
*
Dircache: Fix memory leak (and recently panic).
Thomas Martitz
2011-08-16
*
Dircache: Fix bug introduced in r30308.
Thomas Martitz
2011-08-15
*
GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.
Thomas Martitz
2011-08-14
*
Dircache: Fix 2 nasty bugs introduced with the reworks starting with r30032.
Thomas Martitz
2011-07-30
*
Initialize the d_names_start pointer correctly in dircache. This should
Miika Pekkarinen
2011-07-04
*
Fixed incorrect dircache reallocation during tagcache commit.
Miika Pekkarinen
2011-07-01
*
Fix loading dircache stat on h100. Relocating the data was broken due to stru...
Thomas Martitz
2011-06-22
*
Use ALIGN_UP() macro for alignment, in a more correct way also.
Thomas Martitz
2011-06-20
*
Dircache: A bit of follow-up code cleanup suggested by Amaury Pouly.
Thomas Martitz
2011-06-20
*
Optimize new dircache_copy_path so that the helper (strlcat) doesn't need to ...
Thomas Martitz
2011-06-20
*
Dircache: Don't expose struct dircache_entry and pointers into the cache, use...
Thomas Martitz
2011-06-20
*
Dircache: Move struct maindata declaration to dircache.c and actually check f...
Thomas Martitz
2011-06-20
*
Dircache: Change internal cache layout.
Thomas Martitz
2011-06-20
*
Fix dircache_size calculation bug introcuced 3 revisions ago.
Thomas Martitz
2011-06-20
*
Dircache: Return the size of the result string in dircache_copy_path() so tha...
Thomas Martitz
2011-06-20
*
Dircache: Rework and simplify dircache_copy_path().
Thomas Martitz
2011-06-20
*
Dircache: Remove dircache_entry::name_len.
Thomas Martitz
2011-06-20
*
Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
2011-05-08
*
All kernel objects in code shared amongs targets (core, plugins, codecs) shou...
Michael Sevakis
2011-02-14
*
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...
Andree Buschmann
2011-02-02
*
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
[next]