1. 246026c imx233: add a comment in the bootloader by Amaury Pouly · 10 years ago
  2. 9d160c2 Include scrreprt.4ht from http://tug.org/svn/texlive/trunk/Master/texmf-dist/tex/generic/tex4ht/ by Frank Gevaerts · 10 years ago
  3. 3aebdfa usb: make usb_release_exclusive_storage private by Amaury Pouly · 10 years ago
  4. dc127f2 Clarify usb_powered() and fix some code. by Amaury Pouly · 10 years ago
  5. 1ab9155 usb: document usb states, powering and detection by Amaury Pouly · 10 years ago
  6. ae37d19 usb: document usb_status_event and #ifdef it with USB_STATUS_BY_EVENT by Amaury Pouly · 10 years ago
  7. 268114e usb: move usb charging function prototype from usb_core.h to usb.h by Amaury Pouly · 10 years ago
  8. 66690ca Get rid of USE_ROCKBOX_USB by Amaury Pouly · 10 years ago
  9. f91434c Fix yellow by Thomas Jarosch · 10 years ago
  10. fdd4aef Make thirty functions static to reduce binary size by Thomas Jarosch · 10 years ago
  11. c907e12 jz4740 usbtool: Fix undefined behavior in set_reg() by Thomas Jarosch · 10 years ago
  12. b43fcbd mktime(): Remove redundant assignment of 'result' by Thomas Jarosch · 10 years ago
  13. 404ebb8 hosted target: Fix uninitialized variable in dirinfo.attribute by Thomas Jarosch · 10 years ago
  14. 89ab3c2 Fix uninitialized variable (should fix libusb retry handling) by Thomas Jarosch · 10 years ago
  15. 8f1fbd1 Remove unneeded std::string .c_str() call by Thomas Jarosch · 10 years ago
  16. d0fffd6 Fix a tiny whitespace error in CREDITS by Franklin Wei · 10 years ago
  17. a5ec3f4 Add buflib tests to .gitignore by Thomas Jarosch · 10 years ago
  18. c5933f4 Add and adapt buflib shrink tests by Thomas Jarosch · 10 years ago
  19. 77aa94b Add buflib test for maximum allocation by Thomas Jarosch · 10 years ago
  20. 5f824e2 Add and adapt buflib move tests by Thomas Jarosch · 10 years ago
  21. 7d5f133 Bring abroad second buflib test by Thomas Jarosch · 10 years ago
  22. e7d9432 Enable printing of buflib allocations by Thomas Jarosch · 10 years ago
  23. e138016 Initial import of simple buflib unit test by Thomas Jarosch · 10 years ago
  24. eb9c845 Fix up some DEBUGF statements by Thomas Jarosch · 10 years ago
  25. 98280bb Multiple variables for 'my' need to be in parenthesis by Thomas Jarosch · 10 years ago
  26. dd75bb7 Don't build sims twice by Thomas Jarosch · 10 years ago
  27. 5f603d3 Fix syntax error (missing semicolon) by Thomas Jarosch · 10 years ago
  28. bce72e6 buflib: Switch from term "cookie" to "metadata" by Thomas Jarosch · 10 years ago
  29. 66df5f3 Improve core_alloc() / buflib_alloc() documentation by Thomas Jarosch · 10 years ago
  30. 7265375 Shortcuts: Add move callback for buflib allocations by Thomas Jarosch · 10 years ago
  31. 9076b43 PictureFlow: Add move callback for buflib allocations by Thomas Jarosch · 10 years ago
  32. b0277e4 XWorld: fix some typos in keymaps.h by Franklin Wei · 10 years ago
  33. 812406f Limit "struct dircache_runinfo" to file scope by Thomas Jarosch · 10 years ago
  34. 09f7bb8 Add missing newline in debug output by Thomas Jarosch · 10 years ago
  35. da5a36d Document 'union buflib_data' by Thomas Jarosch · 10 years ago
  36. 193c5df XWorld: cleanup by Franklin Wei · 10 years ago
  37. e7c282f More standard conforming codec_realloc() by Thomas Jarosch · 10 years ago
  38. d68262e Two more typo fixes by Thomas Jarosch · 10 years ago
  39. 91f1393 Fix typos in documentation by Thomas Jarosch · 10 years ago
  40. ce94c3e Fix for DX50 xworld keymaps.h by Benjamin Brown · 10 years ago
  41. 339bea4 Fixes more red for xworlds keymaps by Benjamin Brown · 10 years ago
  42. 7de7c22 Xworld - Fixes warnings for cowond2, hifimanhm60x, ibassodx50, and by Benjamin Brown · 10 years ago
  43. 78cd5c1 Fixes xworld keymaps for ondavx747, hifimanhm60x, and cowond2 by Benjamin Brown · 10 years ago
  44. 3781726 fix xworld building with 24-bit lcd also fix a couple unused vars by Franklin Wei · 10 years ago
  45. 1bc3964 Fix compilation error. by Michael Giacomelli · 10 years ago
  46. 33cb13d Xworld - Another World interpreter for Rockbox by Franklin Wei · 10 years ago
  47. b681e93 mikmod plugin: Remove bogus doubled return statement by Thomas Jarosch · 10 years ago
  48. 71c0516 zxbox: Add missing break; statement by Thomas Jarosch · 10 years ago
  49. 5d3aa1b Fix red (pass pointer of 'item') by Thomas Jarosch · 10 years ago
  50. 06eeab0 Always initialize "item" by Thomas Jarosch · 10 years ago
  51. 9a5f7ce wavrecord plugin: Add harmless sanity check by Thomas Jarosch · 10 years ago
  52. 29ffa83 Remove useless assignment of 'len' by Thomas Jarosch · 10 years ago
  53. 515a07e sb1: fix buggy comparison by Amaury Pouly · 10 years ago
  54. 61e322c mkzenboot: Fix double close of bootfd on error by Thomas Jarosch · 10 years ago
  55. 1eb1bc2 DX 50: Fix file descriptor leak on error by Thomas Jarosch · 10 years ago
  56. 575ec89 mini2440: Fix bogus buffer access in LCD backlight driver by Thomas Jarosch · 10 years ago
  57. d62e1b3 vibe 500: Fix ide_powered() always returning false by Thomas Jarosch · 10 years ago
  58. ef1497c Add missing va_end() call when the log is full by Thomas Jarosch · 10 years ago
  59. c54537a Prevent theoretical out-of-bounds access in STM_Load() by Thomas Jarosch · 10 years ago
  60. f8d9e9c m3u playlist parser: Check size limit before using buffer by Thomas Jarosch · 10 years ago
  61. 2caf887 text_viewer plugin: Fix two out-of-bounds buffer accesses by Thomas Jarosch · 10 years ago
  62. 1ff5fd4 Fix broken buflib_handle check in backdrop settings loader by Thomas Jarosch · 10 years ago
  63. c55be3b maemo port: Fix startup crash exposed by audio thread refactoring by Thomas Jarosch · 10 years ago
  64. 55a5aab Add newlines at the end of the file by Thomas Jarosch · 10 years ago
  65. 3add6c7 Fix up maemo port after byte swap header refactoring by Thomas Jarosch · 10 years ago
  66. 5dab768 regtools/qeditor: use the new model, drop unused code by Amaury Pouly · 10 years ago
  67. abed208 regtools/qeditor: introduce custom table model for reg fields by Amaury Pouly · 10 years ago
  68. edaeee1 regtoosl/qeditor: remove unused code by Amaury Pouly · 10 years ago
  69. 88053b8 regtools/qeditor: fix field editor not updating the validator on change by Amaury Pouly · 10 years ago
  70. 04e798e regtools/qeditor: fix backend dump bug, be more correct on read by Amaury Pouly · 10 years ago
  71. 6cb8611 regtools/socdesc: update library with a field useful functions by Amaury Pouly · 10 years ago
  72. 7749c4d qeditor: message widget now supports IDs, useful to clear messages by Amaury Pouly · 10 years ago
  73. cef5e10 qeditor: change setting names, they were inconsistent by Amaury Pouly · 10 years ago
  74. dc3ae2a qeditor: rework register dump to be more general and flexible by Amaury Pouly · 10 years ago
  75. 1bcc4fc qeditor: introduce a new "RAM" backend, and refactor file backend by Amaury Pouly · 10 years ago
  76. 4a711fe qeditor: display message on "Nothing" backend selection by Amaury Pouly · 10 years ago
  77. 99ed6d2 qeditor: backends can now report validity status by Amaury Pouly · 10 years ago
  78. b08620d qeditor: introduce a message widget to display non-interactive messages by Amaury Pouly · 10 years ago
  79. 3b4e631 qeditor: rework mainwindow tab names handling by Amaury Pouly · 10 years ago
  80. fe1fed8 qeditor: add copyright by Amaury Pouly · 10 years ago
  81. 94c4834 Revert "regtools/qeditor: use the new model, drop unused code" by Amaury Pouly · 10 years ago
  82. 3b3d9bf regtools/qeditor: use the new model, drop unused code by Amaury Pouly · 10 years ago
  83. 0389fd0 MTP: put libs after files in the Makefile, to please old gcc versions by Amaury Pouly · 10 years ago
  84. b320bba iPod Classic: YUV to RGB optimizations for ARM v5+ by Cástor Muñoz · 10 years ago
  85. a2136a8 ypr0: Get it up and running again by Thomas Martitz · 10 years ago
  86. 9454ad4 iPod Classic: configure piezo GPIO ports by Cástor Muñoz · 10 years ago
  87. bfb63f8 iPod Classic: minor modifications in TIMER by Cástor Muñoz · 10 years ago
  88. 8618f2c rk27xx: sd: properly align buffer used for DMA transfers. by Andrew Ryabinin · 10 years ago
  89. d1fcfe9 Add IS_ALIGNED(x, a) macro helper by Andrew Ryabinin · 10 years ago
  90. d924c83 Fix warning in WMA Pro and remove a c++ comment. by Michael Giacomelli · 10 years ago
  91. aa2c55e Fix FS#13009. by Michael Giacomelli · 10 years ago
  92. 0cd9e4e hwstub/atj213x: add clock setup to crt0.S by Marcin Bukat · 10 years ago
  93. 5e1381b qeditor: add clock analyser for ATJ213x by Marcin Bukat · 10 years ago
  94. e99c036 hwstub_shell: add support for call and jump by Marcin Bukat · 10 years ago
  95. 9439635 hwstub: lua functions for atj213x/irivere150 by Marcin Bukat · 10 years ago
  96. 19f4e39 regs-atj213x.xml upadte by Marcin Bukat · 10 years ago
  97. cd04a5f hwstub/qeditor: add support for atomic read/writes by Marcin Bukat · 10 years ago
  98. 794169a iPod Classic: fix HW_FREQ_32 by Cástor Muñoz · 10 years ago
  99. 61206ce Add myself to committers list by Cástor Muñoz · 10 years ago
  100. 5796969 iPod Classic: update timer API using 32-bit timers. by Cástor Muñoz · 10 years ago