1. f40bfc9 Add codecs to librbcodec. by Sean Bartell · 13 years ago
  2. a000990 imxtools: fix missing '\n' by Amaury Pouly · 12 years ago
  3. b9f9d0d imxtools: fix missing '\n' by Amaury Pouly · 12 years ago
  4. 885db72 gitscraper: support Python3. by Dominik Riebeling · 12 years ago
  5. 2aae745 Add new tarball generation script. by Dominik Riebeling · 13 years ago
  6. e9d5f6c gitscraper: support compressing the sources as 7z. by Dominik Riebeling · 13 years ago
  7. 0666298 Correctly insert build ID. by Dominik Riebeling · 13 years ago
  8. 7d2c7b8 Rockbox Utility: add "revision" information back. by Dominik Riebeling · 13 years ago
  9. 7569450 rk27load: fix linking with newer toolchains by Marcin Bukat · 13 years ago
  10. ee1f54c Append "64bit" only on 64bit binary. by Dominik Riebeling · 13 years ago
  11. c483905 imxtools: remove most calls to bug/bugp from core library. by Amaury Pouly · 13 years ago
  12. d23d164 imxtools: use rand() instead of /dev/random. by Dominik Riebeling · 13 years ago
  13. 64f71e6 When writing data from repository open file as binary. by Dominik Riebeling · 13 years ago
  14. 001eb3b Update deployment script for git. by Dominik Riebeling · 13 years ago
  15. 909b96f Python module to get (some) files from the repository. by Dominik Riebeling · 13 years ago
  16. 28a10ec sbloader: always send packets of size xfer_size (even the first). Also maintain a table of known transfer sizes. In particular stmp3770 uses 48 instead of 1024. by Amaury Pouly · 13 years ago
  17. 1391710 Rockbox Utility: add missing folder to deployment script. by Dominik Riebeling · 13 years ago
  18. 9274cf3 zenutils: remove unused empty file by Rafaël Carré · 13 years ago
  19. bf021e3 ypr0: Add variables to provide a argv and stdout/err redirection for running Rockbox to the loader script. by Thomas Martitz · 13 years ago
  20. 249bba0 Initial commit of the Samsung YP-R0 port. by Thomas Martitz · 13 years ago
  21. 1b7455e imxtools: fix compilation when cross compiling for windows (tm doesn't have timezone fields) by Amaury Pouly · 13 years ago
  22. 62e0cdc amsinfo: save files with .bin extension by Rafaël Carré · 13 years ago
  23. b9592e8 Convert one more file from DOS to UNIX. by Torne Wuff · 13 years ago
  24. 5692857 Bulk convert all DOS line endings to UNIX. by Torne Wuff · 13 years ago
  25. cd832bd imxtools: add function to free instruction by Amaury Pouly · 13 years ago
  26. ad9e280 imxtools: add const and set pointer to NULL on free to avoid double free by Amaury Pouly · 13 years ago
  27. e5db19d elftosb: add static by Amaury Pouly · 13 years ago
  28. 5827937 sbtools: rename to imxtools, move imx_hid_recovery to imxtools/sbloader, fix tools to correctly handle/free memory, properly return error codes by Amaury Pouly · 13 years ago
  29. 8389a02 Add missing copyright header by Amaury Pouly · 13 years ago
  30. dd0fffe sbtoos: restore elf extraction functionality of sbtoelf by Amaury Pouly · 13 years ago
  31. e36471d sbtools: move sb reading from sbtoelf.c to sb.c with a proper interface, fix sb production bug, fix ugly code, add sb dump code and sbtoelf loopback facility by Amaury Pouly · 13 years ago
  32. 591ec03 sbtools: rework the color hack and add switch to disable color output by Amaury Pouly · 13 years ago
  33. b674751 Fix a typo spotted from r30864. by Robert Menes · 13 years ago
  34. 1e74ef6 beastpatcher: check WMP version. by Dominik Riebeling · 13 years ago
  35. 4cab9f2 sbtools: fix handling of raw mode, have elf_write looks like elf_read, fix uninitiliazed offset of bss sections, add real key override on decrypt by Amaury Pouly · 13 years ago
  36. 853fd04 sbtools: fix compilation when linker expects correctly ordered files by Amaury Pouly · 13 years ago
  37. a8cde85 sbtools: add options to override real key and IV, fix output prefix in sbtoelf, unify command line to add keys by Amaury Pouly · 13 years ago
  38. d2a58f3 sbtools: move sb file production to its own file with a clean api, factor key reading even more by Amaury Pouly · 13 years ago
  39. 9fe029b sbtools: factor key code, introduce crypto layer, move from open/read/... to fopen/fread/..., add support for encryption/decryption using a device when the key is not known, move sbtoelf to use getopt for command line by Amaury Pouly · 13 years ago
  40. 4ef4830 sbtools: be more verbose on real key and iv; add very advanced code to craft images by Amaury Pouly · 13 years ago
  41. f45fb77 sbtoelf: don't cross check if key is not valid by Amaury Pouly · 13 years ago
  42. cab5dbd sbtoelf: handle the case where only one valid key is known by Amaury Pouly · 13 years ago
  43. b93e15c sbtools: fix sbtoelf to support NOP, add alignment support to elftosb by Amaury Pouly · 13 years ago
  44. bf83110 imx_hid_recovery: rewrite Makefile by Amaury Pouly · 13 years ago
  45. f4a1501 sbtools: fix sbtoelf to handle files with more than one hundred commands by Amaury Pouly · 13 years ago
  46. b458d33 Rockbox Utility now requires voice-corrections.txt. by Dominik Riebeling · 13 years ago
  47. eac2913 Fix off-by-one buffer error by Thomas Jarosch · 13 years ago
  48. df448bf Add support for i.MX28 to imx_hid_recovery, thanks to Wolfram Sang. by Amaury Pouly · 13 years ago
  49. 66dce4b sbtools: implement more complicated integer expression in db files, implement data sections, section attributes, file options, rework command line attributes by Amaury Pouly · 13 years ago
  50. 9d7df9a sbtools: move the db parse to its own file and improve error messages by Amaury Pouly · 13 years ago
  51. 64b4672 sbtools: implement virtual to physical address translation for elf files by Amaury Pouly · 13 years ago
  52. da44fd6 sbtools: fix code to work with file larger than header indicated size by Amaury Pouly · 13 years ago
  53. 781d59e sbtools: relax file size condition (easier to work with) by Amaury Pouly · 13 years ago
  54. 77a82ad rk27load - fix indentation by Marcin Bukat · 13 years ago
  55. e0024c9 Fix free on wrong variable by Thomas Jarosch · 13 years ago
  56. 51ae2e6 Don't close file descriptor twice by Thomas Jarosch · 13 years ago
  57. e79fca9 Remove use of which.py module. by Dominik Riebeling · 13 years ago
  58. de13803 sbtools: fix version output, add support for options section and product/component versions in command files by Amaury Pouly · 13 years ago
  59. 56bc02c sbtools: add missing cariage return, implement boot mode command, add C++ style comments support by Amaury Pouly · 13 years ago
  60. 9cc0dab elftosb: remove duplicate code, merge two redundant fields by Amaury Pouly · 13 years ago
  61. fed7780 elftosb: support 'strings' in section id, support load binary at address, support call/jump at address by Amaury Pouly · 13 years ago
  62. 143d451 elftosb: add support for jumps/calls with one argument by Amaury Pouly · 13 years ago
  63. 50be1a8 sbtools: add support for the mode command (rarely used) and explicit env variable to skip version check by Amaury Pouly · 13 years ago
  64. 4cfb5da sbtools: always check the result of getenv against NULL, use strcasecmp instead of strcmp more greater flexibility by Amaury Pouly · 13 years ago
  65. 2d2246e sbtoelf: add environment command to ignore format version checks (some files do not match it seems) by Amaury Pouly · 13 years ago
  66. 754b157 Remove superfluous executable bits on a bunch of files. by Torne Wuff · 13 years ago
  67. 9b7b653 Move various logo files to a single location. by Dominik Riebeling · 13 years ago
  68. 8f4202d Rockchip rk27xx utils by Marcin Bukat · 13 years ago
  69. 2ce1dfe Theme Editor: add libskin_parser files to clean rule. by Dominik Riebeling · 13 years ago
  70. bdb8f4c sbtools: fix a few memcpy with overlapping src/dst, fix a parsing bug (would access one byte paste the end of the buffer) by Amaury Pouly · 13 years ago
  71. a29ef61 sbtools: be more verbose on debug and fix a bug (uninitialized structure) by Amaury Pouly · 13 years ago
  72. 7d4616e Fix BUILDID getting appended even if not set. by Dominik Riebeling · 13 years ago
  73. 6ba552c deploy.py: support adding a build id. by Dominik Riebeling · 13 years ago
  74. 8fa0e13 sbtools: generate a unique name for each section by Amaury Pouly · 13 years ago
  75. c0838cb Add imx_hid_recovery_tool to send a sb file to a imx chip using the HID recovery mode by Amaury Pouly · 13 years ago
  76. 8da7237 sbtools: do not rely on the ELF flags and always assume the entry point is valid by Amaury Pouly · 13 years ago
  77. 8c768a5 Rockbox Utility deployment: insert revision into OS X' Info.plist too. by Dominik Riebeling · 13 years ago
  78. d905754 Correct revision replacement string gotten replaced by svn itself. by Dominik Riebeling · 13 years ago
  79. 79c6aca sbtools: fortify code against weird elf files with no string table and/or no sections/programs headers ! by Amaury Pouly · 13 years ago
  80. b6a6809 sbtools: document a bit the command file format by Amaury Pouly · 13 years ago
  81. 84c70b2 elftosb: implement encryption support; now fully working by Amaury Pouly · 13 years ago
  82. b2c5954 sbtoelf: fix to handle unencrypted files (minor tweak) by Amaury Pouly · 13 years ago
  83. e3fe395 elftosb: more code toward sb production by Amaury Pouly · 13 years ago
  84. 8bff259 sbtoslf: command size doesn't include itself, but section can be padded with random data by Amaury Pouly · 13 years ago
  85. 8a8d77b sbtoelf: include a raw command mode to see hidden command used by the bootrom (tag and nop) by Amaury Pouly · 13 years ago
  86. c4cb4cc sbtools: move internal elf definition to elf.c, implement elf reading by Amaury Pouly · 13 years ago
  87. e57e4c7 sbtools: add elftosb tool, yet to be finished (parsing of keys and command files done) by Amaury Pouly · 13 years ago
  88. e2f8fbf sbtools: update Makefile; fix whitespaces by Amaury Pouly · 13 years ago
  89. f6208bd Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosb by Amaury Pouly · 13 years ago
  90. 02118ed sbinfo: make the time calculation clearer by Amaury Pouly · 13 years ago
  91. 7098566 sbinfo: use a define instead of hardcoded values by Amaury Pouly · 13 years ago
  92. e4dd514 sbinfo: move more things to sb.h, rewrite code to use structures instead of hardcoded offsets by Amaury Pouly · 13 years ago
  93. d9b050e sbinfo: move sb specific bits of its own header by Amaury Pouly · 13 years ago
  94. 6821d2e sbinfo: fix section flags, don't output more than 80 characters per line, fix colours by Amaury Pouly · 13 years ago
  95. 80889ee sbinfo: fix section headers generation (first section is always undefined) by Amaury Pouly · 14 years ago
  96. 77268ec Update parse_testcodec to parse AAC-HE files with parametric stereo. by Michael Giacomelli · 14 years ago
  97. 2c29776 deploy.py: insert version number into sources. by Dominik Riebeling · 14 years ago
  98. 5c47872 Theme Editor: Made touch area position relative to enclosing viewports by Robert Bieber · 14 years ago
  99. cc6cc53 Fix wrong theme base path when loading a wps. by Dominik Riebeling · 14 years ago
  100. 8059347 Fix cross compiling on Linux: Python uses "linux2" as platform name. by Dominik Riebeling · 14 years ago