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
/
uisimulator
/
common
/
io.c
Age
Commit message (
Expand
)
Author
2010-09-09
Extend lc_open() to also being able to load overlay plugins.
Thomas Martitz
2010-09-08
Revert r27972 to fix FS#11610 (but in a way android builds still work).
Thomas Martitz
2010-09-08
fix red.
Thomas Martitz
2010-09-08
Cleanup io.c a bit.
Thomas Martitz
2010-09-01
Redo previous commit to not break android builds.
Thomas Martitz
2010-09-01
Ged rid of uisimulator/common/io.c for android builds.
Thomas Martitz
2010-08-27
Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.
Thomas Martitz
2010-08-27
2nd try: Introduce a small api for loading code (codecs,plugins) from disk/me...
Thomas Martitz
2010-08-27
Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem...
Thomas Martitz
2010-08-26
Introduce a small api for loading code (codecs,plugins) from disk/memory.
Thomas Martitz
2010-08-02
Rockbox as an application: Commit current Android port progress.
Thomas Martitz
2010-08-01
Rockbox as an application: add get_user_file_path().
Thomas Martitz
2010-05-15
- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...
Thomas Martitz
2010-05-07
Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn'...
Thomas Martitz
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2010-05-06
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...
Thomas Martitz
2010-03-20
Switch to using statvfs for simulated fat_size(). This makes io.c build on op...
Jens Arnold
2010-02-01
FS#10954: fix rename under simulator by Alex Bennee
Amaury Pouly
2009-02-27
FS#9964 take 2. Including the whole patch is a good idea.
Steve Bavin
2009-02-27
FS#9964 - Fix simulator file i/o when the --root option is used.
Steve Bavin
2009-01-10
Red build fix.
Björn Stenberg
2008-12-15
Moved database builder into a separate directory, and gave it its' own Makefi...
Björn Stenberg
2008-11-24
Renamed simulator disk directory from 'archos' to 'simdisk'.
Björn Stenberg
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-07
Best use C, not C++
Steve Bavin
2008-04-07
Remove some more simulator debugging output.
Steve Bavin
2007-12-03
Simulate the effects of sector caching a bit. Bypass I/O yield if a byte coun...
Michael Sevakis
2007-12-03
Simplify the uisimulator I/O routine and let the rockbox thread calling the f...
Michael Sevakis
2007-11-08
Code police; trailing spaces mainly.
Steve Bavin
2007-11-08
Add --root option to allow overriding of simulator root menu.
Steve Bavin
2007-11-02
Fix sims: sim_codec_load_ram() needed an update
Nicolas Pennequin
2007-10-09
Fix crosscompiling the uisim with mingw32 by adding a definition of CLOSE
Jonas Häggqvist
2007-10-09
Keep track of the number of opened files in the sim to enforce the same limit...
Nicolas Pennequin
2007-09-13
FS #7752 by Catalin Patulea: Stop 'Rockbox Info' from crashing multivolume ta...
Jens Arnold
2007-09-10
UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) ...
Michael Sevakis
2007-09-09
UISIMULATOR: Give the host OS some needed context switching hints (which _is_...
Michael Sevakis
2007-09-08
Sim I/O and threading that runs more like on target. Tweakable if any genuine...
Michael Sevakis
2007-04-20
A bit more readable code. Also saves one buffer.
Jens Arnold
2007-04-19
Make the simulator work with unicode filenames on windows. This includes both...
Jens Arnold
2007-04-12
Fix sim crashes on long filenames. Patch by Sean Morrisey with some minor cha...
Peter D'Hoye
2007-04-07
Declare struct sim_dirent the same way as rockbox core's struct dirent. Fixe...
Jens Arnold
2007-04-06
Fix red
Peter D'Hoye
2007-04-06
Fix file date and time reading in the simulator (used by the properties plugin)
Peter D'Hoye
2007-03-17
Cast some more to keep both 32 bit and 64 bit simulator platforms happy.
Jens Arnold
2007-02-03
Removed unused 'mode' parameter from mkdir() for consistency with creat().
Jens Arnold
2007-02-01
Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...
Jens Arnold
2006-11-10
Support building tagcache db natively on PC using the core of the
Miika Pekkarinen
2006-09-29
Allow UI simulator to be build on OS (Slightly updated version of FS5767)
Barry Wardell
2006-09-28
Improve simulator use of multiple codecs
Steve Bavin
2006-08-26
FS#5884 Fix simulator file delete/rename with dircache.
Miika Pekkarinen
[next]