summaryrefslogtreecommitdiffstats
path: root/uisimulator/common/io.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-21Hosted: Merge debugf() implementations. Cleanup debug.h.Thomas Martitz1-40/+0
2011-10-04r30706 was not the right fix - thanks to amiconn for catching the errorMichael Chicoine1-3/+3
2011-10-03Fix w32 cross-compiled sim showing 0KB for disk size and disk freeMichael Chicoine1-2/+2
2011-09-03Fix warning, 'read_next:' is only used when EOVERFLOW is defined.Andree Buschmann1-0/+2
2011-06-20Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz1-4/+3
2011-06-12Work around missing EOVERFLOW define on cygwin/mingw.Thomas Jarosch1-0/+2
2011-06-10RaaA / sim: Don't abort directory read if we encounter files larger than 2 GB...Thomas Jarosch1-1/+15
2011-04-16Fix regression in r29715: files listed multiple times in uisimulatorMichael Hohmuth1-2/+4
2011-04-15Better dircache handling in simulatorMichael Hohmuth1-3/+16
2011-02-18Implement cooperative threads on hosted platforms using C code.Thomas Martitz1-2/+5
2010-12-25Make sim build compilable under Cygwin. Fixes FS#11832.Andree Buschmann1-1/+9
2010-12-23RaaA: Improve tagcache search to make the database built.Thomas Martitz1-10/+26
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-1/+0
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz1-1/+1
2010-09-08Revert r27972 to fix FS#11610 (but in a way android builds still work).Thomas Martitz1-7/+0
2010-09-08fix red.Thomas Martitz1-0/+1
2010-09-08Cleanup io.c a bit.Thomas Martitz1-18/+1
2010-09-01Redo previous commit to not break android builds.Thomas Martitz1-0/+7
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz1-8/+13
2010-08-27Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz1-3/+6
2010-08-272nd try: Introduce a small api for loading code (codecs,plugins) from disk/me...Thomas Martitz1-100/+16
2010-08-27Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem...Thomas Martitz1-13/+100
2010-08-26Introduce a small api for loading code (codecs,plugins) from disk/memory.Thomas Martitz1-100/+13
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz1-8/+29
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-7/+9
2010-05-15- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz1-2/+2
2010-05-07Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn'...Thomas Martitz1-2/+3
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-5/+17
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-2/+2
2010-03-20Switch to using statvfs for simulated fat_size(). This makes io.c build on op...Jens Arnold1-14/+8
2010-02-01FS#10954: fix rename under simulator by Alex BenneeAmaury Pouly1-1/+6
2009-02-27FS#9964 take 2. Including the whole patch is a good idea.Steve Bavin1-104/+21
2009-02-27FS#9964 - Fix simulator file i/o when the --root option is used.Steve Bavin1-22/+19
2009-01-10Red build fix.Björn Stenberg1-0/+5
2008-12-15Moved database builder into a separate directory, and gave it its' own Makefi...Björn Stenberg1-8/+10
2008-11-24Renamed simulator disk directory from 'archos' to 'simdisk'.Björn Stenberg1-3/+3
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-07Best use C, not C++Steve Bavin1-7/+7
2008-04-07Remove some more simulator debugging output.Steve Bavin1-8/+7
2007-12-03Simulate the effects of sector caching a bit. Bypass I/O yield if a byte coun...Michael Sevakis1-9/+21
2007-12-03Simplify the uisimulator I/O routine and let the rockbox thread calling the f...Michael Sevakis1-106/+21
2007-11-08Code police; trailing spaces mainly.Steve Bavin1-14/+14
2007-11-08Add --root option to allow overriding of simulator root menu.Steve Bavin1-11/+20
2007-11-02Fix sims: sim_codec_load_ram() needed an updateNicolas Pennequin1-15/+2
2007-10-09Fix crosscompiling the uisim with mingw32 by adding a definition of CLOSEJonas Häggqvist1-0/+1
2007-10-09Keep track of the number of opened files in the sim to enforce the same limit...Nicolas Pennequin1-5/+30
2007-09-13FS #7752 by Catalin Patulea: Stop 'Rockbox Info' from crashing multivolume ta...Jens Arnold1-1/+13
2007-09-10UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) ...Michael Sevakis1-6/+13
2007-09-09UISIMULATOR: Give the host OS some needed context switching hints (which _is_...Michael Sevakis1-1/+2
2007-09-08Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis1-1/+168