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.c
Age
Commit message (
Expand
)
Author
2021-07-03
fat: move fattime_mktime to timefuncs
James Buren
2020-08-20
Revert root_redirect :(
William Wilgus
2020-08-20
Allow mounting of any directory as the root directory.
William Wilgus
2017-02-10
Restore dircache hookup in the database ramcache.
Michael Sevakis
2017-01-17
Do some debug and preparatory work for ramcache and playlist
Michael Sevakis
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
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
2002-05-07
load rockbox-mode in emacs!
Daniel Stenberg
2002-05-06
Added note about strtok() not being thread safe
Björn Stenberg
2002-05-06
Fixed dir parsing
Björn Stenberg
2002-05-03
Added opendir, closedir and readdir
Björn Stenberg