1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 6526577 Plugin parameters should be const. by Steve Bavin · 16 years ago
  3. ac01778 Ported the archos player's jackpot plugin to bitmaps LCD (still need some neat bitmaps), multi screen support for jackpot plugin and iriverify by Kevin Ferrare · 17 years ago
  4. 8676dc2 Missed a couple. Hopefully fix all warnings. by Michael Sevakis · 17 years ago
  5. 26d242a General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds. by Michael Sevakis · 17 years ago
  6. 4d6374c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. by Jens Arnold · 18 years ago
  7. 67eb154 Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ignored on target and mixed into 'oflags' in the simulator. * Simplified io.c a bit by defining a dummy O_BINARY for OSes which don't have that. by Jens Arnold · 18 years ago
  8. b2ec716 Use correct file mode when creating files. Fixes task 5452 by Dan Everton · 18 years ago
  9. a36b1d4 New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. by Jens Arnold · 19 years ago
  10. 3841348 Patch by Alexandre Bourget, fixes the hanging iriverify plugin issue when converting already converted files by Linus Nielsen Feltzing · 19 years ago
  11. 2fa2bf6 Patch #1164207 by Alexandre Bourget, the iriverify plugin, transforms Rockbox generated playlists so they are recognized by the iRiver firmware by Linus Nielsen Feltzing · 20 years ago