summaryrefslogtreecommitdiff
path: root/uisimulator/common/io.c (unfollow)
Commit message (Expand)Author
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen
2006-09-29Allow UI simulator to be build on OS (Slightly updated version of FS5767)Barry Wardell
2006-09-28Improve simulator use of multiple codecsSteve Bavin
2006-08-26FS#5884 Fix simulator file delete/rename with dircache.Miika Pekkarinen
2006-06-17Simulator: two codecs may be loaded at same time if voice is enabled.Hardeep Sidhu
2006-03-11Don't pass NULL to dlclose. Stops the simulator crashing if there's a problem...Dan Everton
2006-03-02Simulators: Fix pointer size vs. int size problems (64bit hosts) in plugin lo...Jens Arnold
2006-02-22Protect against text-mode files in Windows by using open() instead of creat()Linus Nielsen Feltzing
2006-02-18Fix permissions of directories created in the sim.Dan Everton
2006-02-04Bah, O_BINARY is of course Win32 onlyLinus Nielsen Feltzing
2006-02-04Fixed the codec loading problem in the Win32 SDL simulatorLinus Nielsen Feltzing
2006-02-03Patch #1417462 by Dan Everton - Improved SDL simulatorLinus Nielsen Feltzing
2006-01-25First steps towards SDL sim for windowsLinus Nielsen Feltzing
2006-01-18New codec loader, using the same mechanism as the new plugin loader. API vers...Jens Arnold
2006-01-16Model & version check for simulator plugins.Jens Arnold
2005-11-28silence picky gcc4 warningsDaniel Stenberg
2005-07-19Win32 needs the mode bits for open too.Magnus Holmgren
2005-07-10Fixed a simulator crash while trying to play a song. Fixed crossfadeMiika Pekkarinen
2005-03-09remove extra kludge we used to kill warnings on very old mingw cross-compileDaniel Stenberg
2005-03-09Simulators: more efficient implementation of sim_filesize().Jens Arnold
2005-03-08attempt to kill two annoying win32 cross-compiler warningsDaniel Stenberg
2005-03-05Simulator: sim_rename() must not use off_t in the argument for the same reaso...Jens Arnold
2005-02-28Simulators: lseek() working again for systems with an off_t datatype differin...Jens Arnold
2005-02-24Win32 simulator also needs open() option manglingJens Arnold
2005-02-22Proper disk statistics for the win32 simulator.Jens Arnold
2005-02-22Killed some simulator warnings; proper plugin error reporting for Win32 simul...Jens Arnold
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg
2005-01-24Fixed red build...Björn Stenberg
2004-07-08The win32 open() was called with the wrong flagsLinus Nielsen Feltzing
2004-06-20infrastructure for sorting by date+time, now we "only" need to decide on the UIJörg Hohensohn
2004-06-14Create files with proper permissons on unix/linux, make open() and creat()Daniel Stenberg
2004-06-14translate from rockbox's open() options to the options used by the hostDaniel Stenberg
2004-06-14Fixed VC++ build.Hardeep Sidhu
2004-06-10Finally, the archos directory sandbox works in the same way for both X11 and ...Linus Nielsen Feltzing
2004-04-20Removed some X11 simulator warningsLinus Nielsen Feltzing
2004-04-16Added rmdir() for the x11 simulatorLinus Nielsen Feltzing
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing
2003-12-08my take at fixing the simulator warnings by adding mode_t, size_t, ssize_tDaniel Stenberg
2003-07-04Added FreeBSD support to uisimulator. Patch by Keith HubbardBjörn Stenberg
2003-06-29Added plugin loader. Moved games, demos and the text viewer to loadable plugi...Björn Stenberg
2003-03-18Added the filesize() functionLinus Nielsen Feltzing
2003-03-05killed a warningDaniel Stenberg
2003-03-05Set a mode that makes sense as the Rockbox code doesn't use modes...Daniel Stenberg
2003-02-15fix to not use the redefined calls within the redefined calls themselves,Daniel Stenberg
2003-02-07use new pathDaniel Stenberg
2003-01-28Added close() and proper creat() to x11 emulatorBjörn Stenberg
2003-01-15Added rename() to simulatorBjörn Stenberg
2003-01-09The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding do...Björn Stenberg
2002-11-12Added disk space to Info menu item. (Players press + to see it.)Björn Stenberg
2002-06-14warning hunt and kill sessionDaniel Stenberg