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
/
dir_uncached.c
Age
Commit message (
Expand
)
Author
2011-02-02
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...
Andree Buschmann
2010-11-28
Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con...
Frank Gevaerts
2010-11-13
Reduce the amount of stack space needed by fat_rename and mkdir_uncached.
Michael Sparmann
2010-09-01
Ged rid of uisimulator/common/io.c for android builds.
Thomas Martitz
2010-03-15
dir_uncached: fix opendir_uncached to have opened directories keep enough inf...
Amaury Pouly
2010-03-10
Get rid of the parent_dir field in dir_uncached.c by using the same FAT trick...
Amaury Pouly
2010-01-03
Final removal of tabs in firmware path
Andree Buschmann
2009-11-26
Move strip_volume() to filefuncs.c and set properties.
Maurus Cuelenaere
2009-11-26
- Split off strip_volume() to a separate file
Maurus Cuelenaere
2009-11-26
Merge branch 'hotswap'
Maurus Cuelenaere
2009-07-14
FS#10080
Nils Wallménius
2009-03-02
Fix some memset calls that use the wrong order for arguments.
Tom Ross
2008-08-10
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-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-05
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...
Nicolas Pennequin
2008-04-28
Moved atoi declaration to stdlib.h. Deleted atoi.h
Bertrik Sikken
2008-03-11
FS#7598 - Dircache support for multivolume targets (by Phil Light).
Miika Pekkarinen
2007-07-20
Makes apps and plugins interract with directories using a posix-like api inst...
Kevin Ferrare