1. 75bab49 set/clear port bits with atomic instructions instead of read-modify-write, saves time+space, allows port usage in ISR by Jörg Hohensohn · 21 years ago
  2. 9e95757 Various bug fixes for the radio screen, along with a screen freeze for testing pusposes by Linus Nielsen Feltzing · 21 years ago
  3. ba9b433 Made the recording filename creation function global by Linus Nielsen Feltzing · 21 years ago
  4. 6015b1f Forgot to commit the credits by Linus Nielsen Feltzing · 21 years ago
  5. f13410a Patch #836267 by Zakk Roberts, adds peak meter to the radio screen, plus a few more changes by Linus Nielsen Feltzing · 21 years ago
  6. de8b0c3 Now clears the buttonbar before drawing by Linus Nielsen Feltzing · 21 years ago
  7. 0a2e2c8 Renamed the buttonbar functions by Linus Nielsen Feltzing · 21 years ago
  8. f97756e Patch #835815 by Henrik Backe, prevents stack overflow in .rockbox browser. by Linus Nielsen Feltzing · 21 years ago
  9. c6f234a WPS files now supports comments by Linus Nielsen Feltzing · 21 years ago
  10. 1e781ea Generic F-key buttonbar functionality by Linus Nielsen Feltzing · 21 years ago
  11. 6afd0a7 Now the keyboard entry screen updates the status bar by Linus Nielsen Feltzing · 21 years ago
  12. c70a750 Patch #780511 by Pierre Delore, a NIM game for Players by Linus Nielsen Feltzing · 21 years ago
  13. 8737a93 Patch #816310 by Lee Pilgrim, a VU meter plugin by Linus Nielsen Feltzing · 21 years ago
  14. 54a7e20 Oooops by Linus Nielsen Feltzing · 21 years ago
  15. c22b411 Patch #798050 by Leslie Donaldson, activates Line In on Player models by Linus Nielsen Feltzing · 21 years ago
  16. 51d962f Another fix for bug #835158, now handles multiple splits by Linus Nielsen Feltzing · 21 years ago
  17. 532eb41 Now handles empty recordings without crashing. This fixes bug #835158. by Linus Nielsen Feltzing · 21 years ago
  18. d9e8bfe Patch #791531 by Barry McIntosh, fake time stamps for file creation/updates on Players by Linus Nielsen Feltzing · 21 years ago
  19. 03c5cf1 Patch #829546, updated Wallisertitsch language by Linus Nielsen Feltzing · 21 years ago
  20. 6dcb959 Patch #828749, updated Italian language by Linus Nielsen Feltzing · 21 years ago
  21. ee25e22 Patch #833400, Updated Icelandic language by Linus Nielsen Feltzing · 21 years ago
  22. ff81005 Patch #783177 by Craig Sather, fixes the progress bar glitch when fast forwarding by Linus Nielsen Feltzing · 21 years ago
  23. 4675a24 Patch #782228 by Barry McIntosh, makes the volume meter update when adjusting the volume in the WPS by Linus Nielsen Feltzing · 21 years ago
  24. e396c77 Killed a warning by Linus Nielsen Feltzing · 21 years ago
  25. 24a8b6a Frame-accurate file splits when recording. Now the PLAY button closes the current file and opens a new one. by Linus Nielsen Feltzing · 21 years ago
  26. 1694847 play .ch8 files with the Chip-8 emulator by Jörg Hohensohn · 21 years ago
  27. 0860a4d from request #628509: ported the Chip-8 emulator as a plugin by Jörg Hohensohn · 21 years ago
  28. d8b3181 HW info: removed the V2 boot ROM crap, now gives boot ROM CRC or says no boot ROM in case of flash mirror by Jörg Hohensohn · 21 years ago
  29. bfe9c5b Killed a warning (and a bug I introduced in the last commit) by Linus Nielsen Feltzing · 21 years ago
  30. 81f4b4f support for the ROM-less: boxes without boot ROM which start from flash mirrored to address zero by Jörg Hohensohn · 21 years ago
  31. ed11bd3 Updated the scramble/descramble for the V2 recorder by Linus Nielsen Feltzing · 21 years ago
  32. 266f411 Explicit setup of the bus controller wait states. This is supposed to fix the issue when the flashed recorder hangs when recording. by Linus Nielsen Feltzing · 21 years ago
  33. c6acb58 spellfix and riddance of old crap that is not valid anymore by Daniel Stenberg · 21 years ago
  34. c4ac99c Introducing entry 75. How to unsubscribe. by Daniel Stenberg · 21 years ago
  35. a63cf9b the plugin is now prepared to flash the "V2" variant: boxes without boot ROM which start from flash mirrored to address zero by Jörg Hohensohn · 21 years ago
  36. f11d07c Correct genre parsing by making code match comment (and specification) :) by Magnus Holmgren · 21 years ago
  37. b47fa98 Better error reporting by Linus Nielsen Feltzing · 21 years ago
  38. b47c580 The boolean Code Police strikes back. This will hopefully fix bug #827966. by Linus Nielsen Feltzing · 21 years ago
  39. eee3720 Genre parsing in id3v2.3 was still wrong. Also, the last frame in the tag could sometimes be ignored. This fixes the strange 1-digit track number bug. by Linus Nielsen Feltzing · 21 years ago
  40. 5557fe3 Added unsynchronization by Linus Nielsen Feltzing · 21 years ago
  41. 9ace158 cosmetic: moved my port inits to the "new" init function by Jörg Hohensohn · 21 years ago
  42. d9ae29a An attempt to fix the ID3V2 genre tag parsing by Linus Nielsen Feltzing · 21 years ago
  43. 0bce958 Added tag resolvers for TYE, TAL and TRK by Linus Nielsen Feltzing · 21 years ago
  44. 6964285 Synced. by Mats Lidell · 21 years ago
  45. 972f431 Resume rounding error fixes (patch #783078 by Harold Toler) by Björn Stenberg · 21 years ago
  46. 67a8bdc Fixed ff/rew rounding error (patch #783525 by Harold Toler) by Björn Stenberg · 21 years ago
  47. b1c429e Car Ignition Auto Stop (patch #736339 by Craig Sather) by Björn Stenberg · 21 years ago
  48. 3953211 Fixes sleep timer when connected to charger (patch #769591 by Henrik Backe) by Björn Stenberg · 21 years ago
  49. fb06748 Runtime display bug fix by Craig Sather (patch #766552) by Björn Stenberg · 21 years ago
  50. 2ec8e7d The 'rec upd' panic now prints the filename as well by Linus Nielsen Feltzing · 21 years ago
  51. 65a17b8 More linker safe MP3 buffer handling in the simulator by Linus Nielsen Feltzing · 21 years ago
  52. cbbbcd1 patch #785885 by Magnus Holmgren: way faster rolo, with assembler by Jörg Hohensohn · 21 years ago
  53. 1f30fa7 patch #801964 by Magnus Holmgren: 10% faster bitswap by Jörg Hohensohn · 21 years ago
  54. b3d9683 fixed rolo-ing of original Archos firmware when flashed. Finally narrowed it down, PAIOR needs to be initialized. by Jörg Hohensohn · 21 years ago
  55. 130dccf .rockbox-browser showed old cached data when the .rockbox dir was already cached by the dir browser. Now it forces a reload of the .rockbox dir. by Linus Nielsen Feltzing · 21 years ago
  56. de179fd Changed 'Profiles' to 'Configurations'. by Björn Stenberg · 21 years ago
  57. fcbf103 Removed games and demos menus. by Björn Stenberg · 21 years ago
  58. d717b53 Removed games_menu.[ch] and demo_menu.[ch] since they are no longer used. by Björn Stenberg · 21 years ago
  59. de5477c Brian King's .rockbox browsing patch by Björn Stenberg · 21 years ago
  60. d527849 Proper echo of uclpack command line by Björn Stenberg · 21 years ago
  61. fa7653c Removed the battery level rise limiter. This provides more accurate values the minutes after booting. by Björn Stenberg · 21 years ago
  62. 4c370fe Removed -s compile flag by Björn Stenberg · 21 years ago
  63. bf25aad Corrected invalid function prototype. by Björn Stenberg · 21 years ago
  64. 0c0978f Fixed bad #include / #ifdef order that always produced a 0-byte .rock by Björn Stenberg · 21 years ago
  65. 5c60917 Include stdlib.h for abs(). Fixes build error. by Hardeep Sidhu · 21 years ago
  66. 3651b34 Gain display bugfix by Keith Hubbard. by Björn Stenberg · 21 years ago
  67. fad8f2c Removed reboot when DC connected. It serves no purpose and is confusing to users. by Björn Stenberg · 21 years ago
  68. 255f6ee Richard OBrien's initial Icelandic lang file by Daniel Stenberg · 21 years ago
  69. a9dce69 added myself by Jörg Hohensohn · 21 years ago
  70. 6058906 I release this plugin to cvs, now that I released new firmware images (see http://joerg.hohensohn.bei.t-online.de/archos/flash) with my new CRC check. by Jörg Hohensohn · 21 years ago
  71. 0c0867c In my webspace, I moved the flashing stuff one directory down, fixed the links for that. Plus some more text changes like link to sources and Archos UCLs. by Jörg Hohensohn · 21 years ago
  72. 0a89857 UCL playing featue, known issues, many other updates towards the status quo by Jörg Hohensohn · 21 years ago
  73. 72a914c My name is Linus Nielsen Feltzing... by Linus Nielsen Feltzing · 21 years ago
  74. 3adbb72 include the history too by Daniel Stenberg · 21 years ago
  75. d454f8c The Rockbox history. How it all started, dates and events. Who did what and by Daniel Stenberg · 21 years ago
  76. 5d68d27 Now settings_apply() also sets the MP3 buffer margin (antiskip) by Linus Nielsen Feltzing · 21 years ago
  77. 118d45e ATA io_address_detect() now doesn't probe any more, but uses the h/w mask. Probing failed for some flash users. I hope this works for everybody, we have to try to find out. by Jörg Hohensohn · 21 years ago
  78. 20b61a2 version check removed, pointless since players by Jörg Hohensohn · 21 years ago
  79. 2956375 explain what flash is by Daniel Stenberg · 21 years ago
  80. 4160b75 Pass actual time instead of offset to mpeg_ff_rewind. Fixes ff/rew to wrong time when mpeg thread is busy loading data. by Hardeep Sidhu · 21 years ago
  81. 20ac4a2 Accepting PLAY as confirm in sound-menu (as in all other settings menu). by Kjell Ericson · 21 years ago
  82. a8b672b filesize limit lowered to 40KB, player images are so small by Jörg Hohensohn · 21 years ago
  83. 53ee344 Slightly more correct initialization of the power/charging code by Linus Nielsen Feltzing · 21 years ago
  84. 7131608 Print debug messages to stdout if no debugger present by Hardeep Sidhu · 21 years ago
  85. 50bb7f2 Jesús Rodríguez Marcial contributed this! by Daniel Stenberg · 21 years ago
  86. 56c2a62 The newest german .lng file is 5.26K, so I extended the maximum .lng file by Daniel Stenberg · 21 years ago
  87. 056439e Measured voltages for LiIon. I found rockbox-liion.gif by Uwe Freese · 21 years ago
  88. 18261c9 Reset playing variables when usb connected by Hardeep Sidhu · 21 years ago
  89. 1f48140 many new german strings by Uwe Freese · 21 years ago
  90. b880986 just added slovenian and we have 20 languages by Daniel Stenberg · 21 years ago
  91. 123486e Jurij Dobravec provided this slovenian translation. by Daniel Stenberg · 21 years ago
  92. 3798249 Smarter jumpscroll. by Mats Lidell · 21 years ago
  93. c0879d1 The recording source setting is now saved correctly by Linus Nielsen Feltzing · 21 years ago
  94. b3621b7 Don't delete queued tracks in repeat one mode. by Hardeep Sidhu · 21 years ago
  95. 7a38db5 a minor bit of code policing by Robert Hak · 21 years ago
  96. 8afb858 we have ROCKBOX_DIR, lets use it by Robert Hak · 21 years ago
  97. a9fded1 Huw Smith's fix for saving memo function. by Hardeep Sidhu · 21 years ago
  98. 7f67717 Ignore ON button in ask_resume(), to avoid mistakenly cancelling resume. by Björn Stenberg · 21 years ago
  99. 143da86 Take statusbar into account when updating a line by Hardeep Sidhu · 21 years ago
  100. 8abc9d4 Fixed silly typo. by Björn Stenberg · 21 years ago