1. a790277 Model & version check for simulator plugins. by Jens Arnold · 19 years ago
  2. ee76cc3 silence picky gcc4 warnings by Daniel Stenberg · 19 years ago
  3. 30b8378 Win32 needs the mode bits for open too. by Magnus Holmgren · 20 years ago
  4. 645a2e1 Fixed a simulator crash while trying to play a song. Fixed crossfade by Miika Pekkarinen · 20 years ago
  5. 2dddde2 remove extra kludge we used to kill warnings on very old mingw cross-compile by Daniel Stenberg · 20 years ago
  6. bb9dfa0 Simulators: more efficient implementation of sim_filesize(). by Jens Arnold · 20 years ago
  7. db44dad attempt to kill two annoying win32 cross-compiler warnings by Daniel Stenberg · 20 years ago
  8. 576d029 Simulator: sim_rename() must not use off_t in the argument for the same reason as sim_lseek(). Removed parentheses around system function names as the function name mangling is done differently with the new build system. by Jens Arnold · 20 years ago
  9. 399c081 Simulators: lseek() working again for systems with an off_t datatype differing from 'long' (cygwin/x11, maybe others). Removed unused sim_close(). by Jens Arnold · 20 years ago
  10. 527e121 Win32 simulator also needs open() option mangling by Jens Arnold · 20 years ago
  11. 7872426 Proper disk statistics for the win32 simulator. by Jens Arnold · 20 years ago
  12. cf208c5 Killed some simulator warnings; proper plugin error reporting for Win32 simulator. by Jens Arnold · 20 years ago
  13. 22b7701 Build cleanup and general fixes. fprintf() is now fdprintf(), the separation by Daniel Stenberg · 20 years ago
  14. 99dbd7c Fixed red build... by Björn Stenberg · 20 years ago
  15. b6f67a8 The win32 open() was called with the wrong flags by Linus Nielsen Feltzing · 21 years ago
  16. 74eb642 infrastructure for sorting by date+time, now we "only" need to decide on the UI by Jörg Hohensohn · 21 years ago
  17. 56e6335 Create files with proper permissons on unix/linux, make open() and creat() by Daniel Stenberg · 21 years ago
  18. 36c9a95 translate from rockbox's open() options to the options used by the host by Daniel Stenberg · 21 years ago
  19. fb26bfb Fixed VC++ build. by Hardeep Sidhu · 21 years ago
  20. a6142ab Finally, the archos directory sandbox works in the same way for both X11 and win32 simulators. Unfortunately, this breaks the VC++ compatibility. Also, the plugin API now supports DEBUGF. Last, but not least, we have a new plugin, vbrfix.rock. by Linus Nielsen Feltzing · 21 years ago[Renamed (84%) from uisimulator/x11/io.c]
  21. 6cc6e8b Removed some X11 simulator warnings by Linus Nielsen Feltzing · 21 years ago
  22. 8fa821d Added rmdir() for the x11 simulator by Linus Nielsen Feltzing · 21 years ago
  23. ef7293f New feature: NOw you can store the recorded files in either /recordings (the directory will be created automatically) or in the current directory. by Linus Nielsen Feltzing · 21 years ago
  24. ae960a9 my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t by Daniel Stenberg · 21 years ago
  25. f6ed970 Added FreeBSD support to uisimulator. Patch by Keith Hubbard by Björn Stenberg · 22 years ago
  26. 3f54121 Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ by Björn Stenberg · 22 years ago
  27. e98bad5 Added the filesize() function by Linus Nielsen Feltzing · 22 years ago
  28. 11d9ecb killed a warning properly indented some code by Daniel Stenberg · 22 years ago
  29. 7d2f8e7 Set a mode that makes sense as the Rockbox code doesn't use modes... by Daniel Stenberg · 22 years ago
  30. a865102 fix to not use the redefined calls within the redefined calls themselves, by Daniel Stenberg · 22 years ago
  31. 83131fa use new path by Daniel Stenberg · 22 years ago
  32. 2ba4fed Added close() and proper creat() to x11 emulator by Björn Stenberg · 22 years ago
  33. 7d80ba0 Added rename() to simulator by Björn Stenberg · 22 years ago
  34. c78e1b0 The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding down PLAY on it while playing other music. by Björn Stenberg · 22 years ago
  35. 6fb512a Added disk space to Info menu item. (Players press + to see it.) by Björn Stenberg · 22 years ago
  36. ed6c7e4 warning hunt and kill session by Daniel Stenberg · 23 years ago
  37. 32125d4 Added \n to debugf() by Björn Stenberg · 23 years ago
  38. e078edd x11_opendir() now fails properly in case the dir doesn't exist by Daniel Stenberg · 23 years ago
  39. 7488832 NULL is not defined when this compiles on Linux, let's avoid that for now by Daniel Stenberg · 23 years ago
  40. e3a12d3 adjusted to build on my solaris box by Daniel Stenberg · 23 years ago
  41. 27dfc7c extended the wrapper layer, we can't depend on much in the "real" dirent by Daniel Stenberg · 23 years ago
  42. 159d448 readdir() wrapper for proper dirent struct emulation in target code by Daniel Stenberg · 23 years ago
  43. 00f090f no more Logf(), only use debugf() by Daniel Stenberg · 23 years ago
  44. 0b306a4 Dave Chapman removed the annoying extra slash by Daniel Stenberg · 23 years ago
  45. 91f165e support open() properly so that the root dir works in the archos subdir by Daniel Stenberg · 23 years ago
  46. 7b3abdc added for dir emulation by Daniel Stenberg · 23 years ago