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
/
dir_uncached.c
(
unfollow
)
Commit message (
Expand
)
Author
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
2013-08-17
Cleanup MV/MD macros a little.
Michael Sevakis
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
2007-06-30
Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...
Michael Sevakis
2007-02-03
Removed unused 'mode' parameter from mkdir() for consistency with creat().
Jens Arnold
2006-06-30
Simplify code...
Jens Arnold
2006-06-30
volume_strip() now ignores multiple leading slashes like the rest of the path...
Jens Arnold
2005-10-07
Implemented directory caching. No more waiting for disk to spin up while
Miika Pekkarinen
2005-01-28
preparations for hotswapping MMC
Jörg Hohensohn
2005-01-23
int -> long where needed
Jean-Philippe Bernardy
2005-01-03
using a pointer instead of array dereferencing saves ~250 bytes
Jörg Hohensohn
2005-01-01
volume names look better in sharp brackets, code slightly more compact
Jörg Hohensohn
2004-12-28
prepared to mount multiple partitions into one logical file system (most usef...
Jörg Hohensohn
2004-06-20
infrastructure for sorting by date+time, now we "only" need to decide on the UI
Jörg Hohensohn
2004-04-20
Better POSIX compatibility for mkdir(), rmdir() and opendir()
Linus Nielsen Feltzing
2004-04-16
New function: rmdir(). Also some changes in the fat code, to track the parent...
Linus Nielsen Feltzing
2004-02-11
Empty file/dir names are now rejected by open() and mkdir()
Linus Nielsen Feltzing
2004-01-21
New feature: NOw you can store the recorded files in either /recordings (the ...
Linus Nielsen Feltzing
2004-01-15
Second bug in mkdir() :-)
Linus Nielsen Feltzing
2004-01-15
First mkdir() bug killed :-)
Linus Nielsen Feltzing
2004-01-15
Implemented the mkdir() function in the FAT32 driver
Linus Nielsen Feltzing
2003-01-24
Remove use of rockbox-mode.el in local variables list.
Mats Lidell
2002-10-20
Snapshot of file writing code. Bugs remain. Only short names are supported yet.
Björn Stenberg
2002-08-15
Now doesn't truncate the lenght when comparing path components
Linus Nielsen Feltzing
2002-08-11
First version of loadable fonts patch by Alex Gitelman
Björn Stenberg
2002-07-15
Some more buffer length fixing
Linus Nielsen Feltzing
2002-06-18
Filenames are case insensitive in Fat32
Björn Stenberg
2002-05-27
Now supports multiple concurrent opendir()
Björn Stenberg
2002-05-24
strtok:ing a copy of the parameter instead
Björn Stenberg
2002-05-13
Changing to C99 'bool' type
Björn Stenberg
2002-05-07
Added open/close/read. read() only works on whole sectors right now.
Björn Stenberg
2002-05-07
Removed stray bad char
Björn Stenberg
[next]