1. a5ec3f4 Add buflib tests to .gitignore by Thomas Jarosch · 10 years ago
  2. c5933f4 Add and adapt buflib shrink tests by Thomas Jarosch · 10 years ago
  3. 77aa94b Add buflib test for maximum allocation by Thomas Jarosch · 10 years ago
  4. 5f824e2 Add and adapt buflib move tests by Thomas Jarosch · 10 years ago
  5. 7d5f133 Bring abroad second buflib test by Thomas Jarosch · 10 years ago
  6. e7d9432 Enable printing of buflib allocations by Thomas Jarosch · 10 years ago
  7. e138016 Initial import of simple buflib unit test by Thomas Jarosch · 10 years ago
  8. eb9c845 Fix up some DEBUGF statements by Thomas Jarosch · 10 years ago
  9. 98280bb Multiple variables for 'my' need to be in parenthesis by Thomas Jarosch · 10 years ago
  10. dd75bb7 Don't build sims twice by Thomas Jarosch · 10 years ago
  11. 5f603d3 Fix syntax error (missing semicolon) by Thomas Jarosch · 10 years ago
  12. bce72e6 buflib: Switch from term "cookie" to "metadata" by Thomas Jarosch · 10 years ago
  13. 66df5f3 Improve core_alloc() / buflib_alloc() documentation by Thomas Jarosch · 10 years ago
  14. 7265375 Shortcuts: Add move callback for buflib allocations by Thomas Jarosch · 10 years ago
  15. 9076b43 PictureFlow: Add move callback for buflib allocations by Thomas Jarosch · 10 years ago
  16. b0277e4 XWorld: fix some typos in keymaps.h by Franklin Wei · 10 years ago
  17. 812406f Limit "struct dircache_runinfo" to file scope by Thomas Jarosch · 10 years ago
  18. 09f7bb8 Add missing newline in debug output by Thomas Jarosch · 10 years ago
  19. da5a36d Document 'union buflib_data' by Thomas Jarosch · 10 years ago
  20. 193c5df XWorld: cleanup by Franklin Wei · 10 years ago
  21. e7c282f More standard conforming codec_realloc() by Thomas Jarosch · 10 years ago
  22. d68262e Two more typo fixes by Thomas Jarosch · 10 years ago
  23. 91f1393 Fix typos in documentation by Thomas Jarosch · 10 years ago
  24. ce94c3e Fix for DX50 xworld keymaps.h by Benjamin Brown · 10 years ago
  25. 339bea4 Fixes more red for xworlds keymaps by Benjamin Brown · 10 years ago
  26. 7de7c22 Xworld - Fixes warnings for cowond2, hifimanhm60x, ibassodx50, and by Benjamin Brown · 10 years ago
  27. 78cd5c1 Fixes xworld keymaps for ondavx747, hifimanhm60x, and cowond2 by Benjamin Brown · 10 years ago
  28. 3781726 fix xworld building with 24-bit lcd also fix a couple unused vars by Franklin Wei · 10 years ago
  29. 1bc3964 Fix compilation error. by Michael Giacomelli · 10 years ago
  30. 33cb13d Xworld - Another World interpreter for Rockbox by Franklin Wei · 10 years ago
  31. b681e93 mikmod plugin: Remove bogus doubled return statement by Thomas Jarosch · 10 years ago
  32. 71c0516 zxbox: Add missing break; statement by Thomas Jarosch · 10 years ago
  33. 5d3aa1b Fix red (pass pointer of 'item') by Thomas Jarosch · 10 years ago
  34. 06eeab0 Always initialize "item" by Thomas Jarosch · 10 years ago
  35. 9a5f7ce wavrecord plugin: Add harmless sanity check by Thomas Jarosch · 10 years ago
  36. 29ffa83 Remove useless assignment of 'len' by Thomas Jarosch · 10 years ago
  37. 515a07e sb1: fix buggy comparison by Amaury Pouly · 10 years ago
  38. 61e322c mkzenboot: Fix double close of bootfd on error by Thomas Jarosch · 10 years ago
  39. 1eb1bc2 DX 50: Fix file descriptor leak on error by Thomas Jarosch · 10 years ago
  40. 575ec89 mini2440: Fix bogus buffer access in LCD backlight driver by Thomas Jarosch · 10 years ago
  41. d62e1b3 vibe 500: Fix ide_powered() always returning false by Thomas Jarosch · 10 years ago
  42. ef1497c Add missing va_end() call when the log is full by Thomas Jarosch · 10 years ago
  43. c54537a Prevent theoretical out-of-bounds access in STM_Load() by Thomas Jarosch · 10 years ago
  44. f8d9e9c m3u playlist parser: Check size limit before using buffer by Thomas Jarosch · 10 years ago
  45. 2caf887 text_viewer plugin: Fix two out-of-bounds buffer accesses by Thomas Jarosch · 10 years ago
  46. 1ff5fd4 Fix broken buflib_handle check in backdrop settings loader by Thomas Jarosch · 10 years ago
  47. c55be3b maemo port: Fix startup crash exposed by audio thread refactoring by Thomas Jarosch · 10 years ago
  48. 55a5aab Add newlines at the end of the file by Thomas Jarosch · 10 years ago
  49. 3add6c7 Fix up maemo port after byte swap header refactoring by Thomas Jarosch · 10 years ago
  50. 5dab768 regtools/qeditor: use the new model, drop unused code by Amaury Pouly · 10 years ago
  51. abed208 regtools/qeditor: introduce custom table model for reg fields by Amaury Pouly · 10 years ago
  52. edaeee1 regtoosl/qeditor: remove unused code by Amaury Pouly · 10 years ago
  53. 88053b8 regtools/qeditor: fix field editor not updating the validator on change by Amaury Pouly · 10 years ago
  54. 04e798e regtools/qeditor: fix backend dump bug, be more correct on read by Amaury Pouly · 10 years ago
  55. 6cb8611 regtools/socdesc: update library with a field useful functions by Amaury Pouly · 10 years ago
  56. 7749c4d qeditor: message widget now supports IDs, useful to clear messages by Amaury Pouly · 10 years ago
  57. cef5e10 qeditor: change setting names, they were inconsistent by Amaury Pouly · 10 years ago
  58. dc3ae2a qeditor: rework register dump to be more general and flexible by Amaury Pouly · 10 years ago
  59. 1bcc4fc qeditor: introduce a new "RAM" backend, and refactor file backend by Amaury Pouly · 10 years ago
  60. 4a711fe qeditor: display message on "Nothing" backend selection by Amaury Pouly · 10 years ago
  61. 99ed6d2 qeditor: backends can now report validity status by Amaury Pouly · 10 years ago
  62. b08620d qeditor: introduce a message widget to display non-interactive messages by Amaury Pouly · 10 years ago
  63. 3b4e631 qeditor: rework mainwindow tab names handling by Amaury Pouly · 10 years ago
  64. fe1fed8 qeditor: add copyright by Amaury Pouly · 10 years ago
  65. 94c4834 Revert "regtools/qeditor: use the new model, drop unused code" by Amaury Pouly · 10 years ago
  66. 3b3d9bf regtools/qeditor: use the new model, drop unused code by Amaury Pouly · 10 years ago
  67. 0389fd0 MTP: put libs after files in the Makefile, to please old gcc versions by Amaury Pouly · 10 years ago
  68. b320bba iPod Classic: YUV to RGB optimizations for ARM v5+ by Cástor Muñoz · 10 years ago
  69. a2136a8 ypr0: Get it up and running again by Thomas Martitz · 10 years ago
  70. 9454ad4 iPod Classic: configure piezo GPIO ports by Cástor Muñoz · 10 years ago
  71. bfb63f8 iPod Classic: minor modifications in TIMER by Cástor Muñoz · 10 years ago
  72. 8618f2c rk27xx: sd: properly align buffer used for DMA transfers. by Andrew Ryabinin · 10 years ago
  73. d1fcfe9 Add IS_ALIGNED(x, a) macro helper by Andrew Ryabinin · 10 years ago
  74. d924c83 Fix warning in WMA Pro and remove a c++ comment. by Michael Giacomelli · 10 years ago
  75. aa2c55e Fix FS#13009. by Michael Giacomelli · 10 years ago
  76. 0cd9e4e hwstub/atj213x: add clock setup to crt0.S by Marcin Bukat · 10 years ago
  77. 5e1381b qeditor: add clock analyser for ATJ213x by Marcin Bukat · 10 years ago
  78. e99c036 hwstub_shell: add support for call and jump by Marcin Bukat · 10 years ago
  79. 9439635 hwstub: lua functions for atj213x/irivere150 by Marcin Bukat · 10 years ago
  80. 19f4e39 regs-atj213x.xml upadte by Marcin Bukat · 10 years ago
  81. cd04a5f hwstub/qeditor: add support for atomic read/writes by Marcin Bukat · 10 years ago
  82. 794169a iPod Classic: fix HW_FREQ_32 by Cástor Muñoz · 10 years ago
  83. 61206ce Add myself to committers list by Cástor Muñoz · 10 years ago
  84. 5796969 iPod Classic: update timer API using 32-bit timers. by Cástor Muñoz · 10 years ago
  85. 229a02a adfuload: fix argument parsing by Amaury Pouly · 10 years ago
  86. 16dcde4 hwstub_shell: add atj target by Amaury Pouly · 10 years ago
  87. edb0c6c iPod Classic: fix s5l8702 cache line length. by Cástor Muñoz · 10 years ago
  88. bcca111 HDD1630/HDD6330/SA9200: Integration of the clicker with the "Keyclick" menu. by Szymon Dziok · 10 years ago
  89. 73a7802 zen: typo by Amaury Pouly · 10 years ago
  90. 6677f97 Fix YUV generic C performance function on 24-bit framebuffer by Amaury Pouly · 10 years ago
  91. b29d311 Fix remaining errors in Polish translation. by Szymon Dziok · 10 years ago
  92. ce88fa2 Polish translation update. by Szymon Dziok · 10 years ago
  93. bb5341c regtools: ATJ213x description file by Marcin Bukat · 10 years ago
  94. df2ac74 adfuload: Improve arguments parsing by Marcin Bukat · 10 years ago
  95. d11704f hwstub: Add atj213x support by Marcin Bukat · 10 years ago bootloader_zenxfi3_v1
  96. 791be56 atjbootool: fix date printing by Amaury Pouly · 10 years ago
  97. e3cc0ca Manual: add missing actions in Sokoban for the Packard Bell Vibe 500. by Szymon Dziok · 10 years ago
  98. e7f113e Manual for the Samsung YH820. by Szymon Dziok · 10 years ago
  99. fa11990 Pegbox: use the same keymap for Samsung YH820 and YH920. by Szymon Dziok · 10 years ago
  100. a8b5589 Manual for the Samsung YH920/YH925. by Szymon Dziok · 10 years ago