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
/
file.h
(
unfollow
)
Commit message (
Expand
)
Author
2005-10-07
Implemented directory caching. No more waiting for disk to spin up while
Miika Pekkarinen
2005-02-28
Simulators: lseek() working again for systems with an off_t datatype differin...
Jens Arnold
2005-02-22
Build cleanup and general fixes. fprintf() is now fdprintf(), the separation
Daniel Stenberg
2005-02-07
long policy
Jean-Philippe Bernardy
2005-01-28
preparations for hotswapping MMC
Jörg Hohensohn
2005-01-23
int -> long where needed
Jean-Philippe Bernardy
2004-06-10
Finally, the archos directory sandbox works in the same way for both X11 and ...
Linus Nielsen Feltzing
2003-12-09
easy-to-use function types for typecasting
Daniel Stenberg
2003-12-08
works with older glibc headers too now
Daniel Stenberg
2003-12-08
my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t
Daniel Stenberg
2003-06-29
Renamed flush() to fsync() to be more in line with POSIX/unix
Björn Stenberg
2003-03-18
Added the filesize() function
Linus Nielsen Feltzing
2003-03-10
Zagor added the flush() function
Linus Nielsen Feltzing
2003-02-14
this fixes the win32 simulator compilation
Felix Arends
2003-02-07
more moves
Daniel Stenberg
2003-01-09
Fixed win32 simulator warnings.
Hardeep Sidhu
2002-11-19
Added rename()
Björn Stenberg
2002-11-11
Bugfix: Flags work better when they're binary...
Björn Stenberg
2002-11-11
Added support for O_CREAT, O_APPEND and O_TRUNC.
Björn Stenberg
2002-11-11
Added ftruncate().
Björn Stenberg
2002-10-20
Snapshot of file writing code. Bugs remain. Only short names are supported yet.
Björn Stenberg
2002-09-13
undef MAX_PATH before defining it makes it play the simulator game better
Daniel Stenberg
2002-08-05
added weirdo extra protos for the mingw cross-compile build
Daniel Stenberg
2002-08-04
use our own prototypes for open, read, close and lseek if we compile
Daniel Stenberg
2002-08-02
just defensivelt check for defined defines before we define them
Daniel Stenberg
2002-08-02
ming compile fixes by Bill Napier
Daniel Stenberg
2002-07-05
Added MAX_PATH
Linus Nielsen Feltzing
2002-05-07
Added open/close/read. read() only works on whole sectors right now.
Björn Stenberg
2002-05-05
minor protection to not re-define O_RDONLY if it is already defined
Daniel Stenberg
2002-05-02
Added flags
Björn Stenberg
2002-04-28
replaced _WIN32 constant with WIN32
Felix Arends
2002-04-28
added win32 simulator compability
Felix Arends
2002-04-28
win32 simulator compatible
Felix Arends
2002-04-27
File and directory APIs
Björn Stenberg
2002-04-21
Alan's ATA code, or what's left of it after I have laid my grubby little hands
Björn Stenberg
2002-03-28
First version
Björn 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