summaryrefslogtreecommitdiffstats
path: root/uisimulator/common/io.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-20A bit more readable code. Also saves one buffer.Jens Arnold1-12/+13
2007-04-19Make the simulator work with unicode filenames on windows. This includes both...Jens Arnold1-46/+120
2007-04-12Fix sim crashes on long filenames. Patch by Sean Morrisey with some minor cha...Peter D'Hoye1-29/+30
2007-04-07Declare struct sim_dirent the same way as rockbox core's struct dirent. Fixe...Jens Arnold1-2/+2
2007-04-06Fix redPeter D'Hoye1-1/+1
2007-04-06Fix file date and time reading in the simulator (used by the properties plugin)Peter D'Hoye1-2/+9
2007-03-17Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold1-2/+2
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold1-2/+1
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold1-15/+12
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen1-6/+47
2006-09-29Allow UI simulator to be build on OS (Slightly updated version of FS5767)Barry Wardell1-0/+3
2006-09-28Improve simulator use of multiple codecsSteve Bavin1-16/+19
2006-08-26FS#5884 Fix simulator file delete/rename with dircache.Miika Pekkarinen1-0/+15
2006-06-17Simulator: two codecs may be loaded at same time if voice is enabled.Hardeep Sidhu1-1/+10
2006-03-11Don't pass NULL to dlclose. Stops the simulator crashing if there's a problem...Dan Everton1-2/+0
2006-03-02Simulators: Fix pointer size vs. int size problems (64bit hosts) in plugin lo...Jens Arnold1-22/+20
2006-02-22Protect against text-mode files in Windows by using open() instead of creat()Linus Nielsen Feltzing1-2/+2
2006-02-18Fix permissions of directories created in the sim.Dan Everton1-1/+1
2006-02-04Bah, O_BINARY is of course Win32 onlyLinus Nielsen Feltzing1-0/+4
2006-02-04Fixed the codec loading problem in the Win32 SDL simulatorLinus Nielsen Feltzing1-1/+1
2006-02-03Patch #1417462 by Dan Everton - Improved SDL simulatorLinus Nielsen Feltzing1-0/+4
2006-01-25First steps towards SDL sim for windowsLinus Nielsen Feltzing1-1/+1
2006-01-18New codec loader, using the same mechanism as the new plugin loader. API vers...Jens Arnold1-17/+12
2006-01-16Model & version check for simulator plugins.Jens Arnold1-15/+10
2005-11-28silence picky gcc4 warningsDaniel Stenberg1-1/+1
2005-07-19Win32 needs the mode bits for open too.Magnus Holmgren1-4/+0
2005-07-10Fixed a simulator crash while trying to play a song. Fixed crossfadeMiika Pekkarinen1-0/+72
2005-03-09remove extra kludge we used to kill warnings on very old mingw cross-compileDaniel Stenberg1-7/+0
2005-03-09Simulators: more efficient implementation of sim_filesize().Jens Arnold1-5/+10
2005-03-08attempt to kill two annoying win32 cross-compiler warningsDaniel Stenberg1-0/+7
2005-03-05Simulator: sim_rename() must not use off_t in the argument for the same reaso...Jens Arnold1-12/+13
2005-02-28Simulators: lseek() working again for systems with an off_t datatype differin...Jens Arnold1-12/+12
2005-02-24Win32 simulator also needs open() option manglingJens Arnold1-4/+2
2005-02-22Proper disk statistics for the win32 simulator.Jens Arnold1-3/+10
2005-02-22Killed some simulator warnings; proper plugin error reporting for Win32 simul...Jens Arnold1-9/+15
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg1-7/+117
2005-01-24Fixed red build...Björn Stenberg1-1/+1