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
/
uisimulator
/
common
/
io.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Don't pass NULL to dlclose. Stops the simulator crashing if there's a problem...
Dan Everton
2006-03-11
*
Simulators: Fix pointer size vs. int size problems (64bit hosts) in plugin lo...
Jens Arnold
2006-03-02
*
Protect against text-mode files in Windows by using open() instead of creat()
Linus Nielsen Feltzing
2006-02-22
*
Fix permissions of directories created in the sim.
Dan Everton
2006-02-18
*
Bah, O_BINARY is of course Win32 only
Linus Nielsen Feltzing
2006-02-04
*
Fixed the codec loading problem in the Win32 SDL simulator
Linus Nielsen Feltzing
2006-02-04
*
Patch #1417462 by Dan Everton - Improved SDL simulator
Linus Nielsen Feltzing
2006-02-03
*
First steps towards SDL sim for windows
Linus Nielsen Feltzing
2006-01-25
*
New codec loader, using the same mechanism as the new plugin loader. API vers...
Jens Arnold
2006-01-18
*
Model & version check for simulator plugins.
Jens Arnold
2006-01-16
*
silence picky gcc4 warnings
Daniel Stenberg
2005-11-28
*
Win32 needs the mode bits for open too.
Magnus Holmgren
2005-07-19
*
Fixed a simulator crash while trying to play a song. Fixed crossfade
Miika Pekkarinen
2005-07-10
*
remove extra kludge we used to kill warnings on very old mingw cross-compile
Daniel Stenberg
2005-03-09
*
Simulators: more efficient implementation of sim_filesize().
Jens Arnold
2005-03-09
*
attempt to kill two annoying win32 cross-compiler warnings
Daniel Stenberg
2005-03-08
*
Simulator: sim_rename() must not use off_t in the argument for the same reaso...
Jens Arnold
2005-03-05
*
Simulators: lseek() working again for systems with an off_t datatype differin...
Jens Arnold
2005-02-28
*
Win32 simulator also needs open() option mangling
Jens Arnold
2005-02-24
*
Proper disk statistics for the win32 simulator.
Jens Arnold
2005-02-22
*
Killed some simulator warnings; proper plugin error reporting for Win32 simul...
Jens Arnold
2005-02-22
*
Build cleanup and general fixes. fprintf() is now fdprintf(), the separation
Daniel Stenberg
2005-02-22
*
Fixed red build...
Björn Stenberg
2005-01-24
*
The win32 open() was called with the wrong flags
Linus Nielsen Feltzing
2004-07-08
*
infrastructure for sorting by date+time, now we "only" need to decide on the UI
Jörg Hohensohn
2004-06-20
*
Create files with proper permissons on unix/linux, make open() and creat()
Daniel Stenberg
2004-06-14
*
translate from rockbox's open() options to the options used by the host
Daniel Stenberg
2004-06-14
*
Fixed VC++ build.
Hardeep Sidhu
2004-06-14
*
Finally, the archos directory sandbox works in the same way for both X11 and ...
Linus Nielsen Feltzing
2004-06-10