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
/
include
/
dir.h
(
unfollow
)
Commit message (
Expand
)
Author
2005-02-26
long policy
Jean-Philippe Bernardy
2005-02-22
Build cleanup and general fixes. fprintf() is now fdprintf(), the separation
Daniel Stenberg
2005-02-18
Unified build system to use SOURCES for sim builds too, a single Makefile-look
Daniel Stenberg
2005-01-28
preparations for hotswapping MMC
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-01-21
New feature: NOw you can store the recorded files in either /recordings (the ...
Linus Nielsen Feltzing
2003-02-26
code police
Robert Hak
2003-02-14
include "standard" files with <> and not ""
Daniel Stenberg
2003-02-07
more moves
Daniel Stenberg
2002-11-01
Added remove()
Björn Stenberg
2002-08-02
debreakage
Daniel Stenberg
2002-08-02
ming compile fixes by Bill Napier
Daniel Stenberg
2002-07-15
Some more buffer length fixing
Linus Nielsen Feltzing
2002-06-12
fixed intptr_t to int, thanks to greg
Felix Arends
2002-05-27
Now supports multiple concurrent opendir()
Björn Stenberg
2002-05-07
Added open/close/read. read() only works on whole sectors right now.
Björn Stenberg
2002-05-07
if DIRFUNCTIONS_DEFINED is defined, then don't do the function prototypes
Daniel Stenberg
2002-05-06
Added atributes
Björn Stenberg
2002-05-03
Added opendir, closedir and readdir
Björn Stenberg
2002-04-30
again, a little win32 simulator compability fix
Felix Arends
2002-04-30
don't defined the dirent struct if DIRENT_DEFINED is defined...
Daniel Stenberg
2002-04-28
replaced _WIN32 constant with WIN32
Felix Arends
2002-04-28
added win32 simulator compability
Felix Arends
2002-04-28
Added attribute and size
Björn Stenberg
2002-04-27
Added closedir()
Björn Stenberg
2002-04-27
File and directory APIs
Björn Stenberg
2002-04-18
Moved definition of TRUE and FALSE to types.h
Björn Stenberg
2002-04-17
proper #ifdef'ing around the file to prevent errors if multiply included
Daniel Stenberg
2002-04-11
firmware typedefs. only bool so far
Daniel Stenberg
2002-03-26
updates
Daniel Stenberg
2002-03-26
lcd_update() works for X11 now...
Daniel Stenberg
2002-03-26
generic and specific LCD functions
Daniel Stenberg