1. 821efc4 Introduce atjboottool for ATJ213x firmwares by Amaury Pouly · 12 years ago
  2. 2f1da04 zenutils/update_extract: make sure the archive is valid by Amaury Pouly · 13 years ago
  3. 7c9e7ec sbtools: add option to force sb dump by Amaury Pouly · 13 years ago
  4. f620093 rknanoutils: fix crash with no prefix, remove debug code by Amaury Pouly · 13 years ago
  5. 906963a rknanoutils: much more sensible format guess by Amaury Pouly · 13 years ago
  6. d6bbe39 rknanoutils: more reverse engineering of the BOOT format. by Amaury Pouly · 13 years ago
  7. cbd44f4 Update the rknano utils. by Amaury Pouly · 13 years ago
  8. c4911de Initial commit from rknano utils. This is very preliminary work. by Amaury Pouly · 13 years ago
  9. cc59ea4 Fix findaddr.pl tool for codecs by Amaury Pouly · 13 years ago
  10. a87a9ef imxtools: move tools to a new sbtools/ subdirectory by Amaury Pouly · 13 years ago
  11. 9c33f93 ypr0: Add kernel module to required support fm radio. by Thomas Martitz · 13 years ago
  12. 391f3ea Cosmetics by Amaury Pouly · 13 years ago
  13. 9f89ffa mkimxboot: fix warnings by Amaury Pouly · 13 years ago
  14. b62ec2b imxtools: make sb api work with in-memory files by Amaury Pouly · 13 years ago
  15. 972b894 Fix a typo. by Dominik Riebeling · 13 years ago
  16. 36d7f64 Fix rkusbtool compilation (FS#12664) by Teemu Nätkinniemi by Marcin Bukat · 13 years ago
  17. 91cf4a7 gitscraper: Provide way to get timestamps for files. by Dominik Riebeling · 13 years ago
  18. f40bfc9 Add codecs to librbcodec. by Sean Bartell · 14 years ago
  19. a000990 imxtools: fix missing '\n' by Amaury Pouly · 13 years ago
  20. b9f9d0d imxtools: fix missing '\n' by Amaury Pouly · 13 years ago
  21. 885db72 gitscraper: support Python3. by Dominik Riebeling · 13 years ago
  22. 2aae745 Add new tarball generation script. by Dominik Riebeling · 13 years ago
  23. e9d5f6c gitscraper: support compressing the sources as 7z. by Dominik Riebeling · 13 years ago
  24. 0666298 Correctly insert build ID. by Dominik Riebeling · 13 years ago
  25. 7d2c7b8 Rockbox Utility: add "revision" information back. by Dominik Riebeling · 13 years ago
  26. 7569450 rk27load: fix linking with newer toolchains by Marcin Bukat · 13 years ago
  27. ee1f54c Append "64bit" only on 64bit binary. by Dominik Riebeling · 13 years ago
  28. c483905 imxtools: remove most calls to bug/bugp from core library. by Amaury Pouly · 13 years ago
  29. d23d164 imxtools: use rand() instead of /dev/random. by Dominik Riebeling · 13 years ago
  30. 64f71e6 When writing data from repository open file as binary. by Dominik Riebeling · 13 years ago
  31. 001eb3b Update deployment script for git. by Dominik Riebeling · 13 years ago
  32. 909b96f Python module to get (some) files from the repository. by Dominik Riebeling · 13 years ago
  33. 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
  34. 1391710 Rockbox Utility: add missing folder to deployment script. by Dominik Riebeling · 13 years ago
  35. 9274cf3 zenutils: remove unused empty file by Rafaël Carré · 13 years ago
  36. 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
  37. 249bba0 Initial commit of the Samsung YP-R0 port. by Thomas Martitz · 13 years ago
  38. 1b7455e imxtools: fix compilation when cross compiling for windows (tm doesn't have timezone fields) by Amaury Pouly · 13 years ago
  39. 62e0cdc amsinfo: save files with .bin extension by Rafaël Carré · 13 years ago
  40. b9592e8 Convert one more file from DOS to UNIX. by Torne Wuff · 13 years ago
  41. 5692857 Bulk convert all DOS line endings to UNIX. by Torne Wuff · 13 years ago
  42. cd832bd imxtools: add function to free instruction by Amaury Pouly · 13 years ago
  43. ad9e280 imxtools: add const and set pointer to NULL on free to avoid double free by Amaury Pouly · 13 years ago
  44. e5db19d elftosb: add static by Amaury Pouly · 13 years ago
  45. 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
  46. 8389a02 Add missing copyright header by Amaury Pouly · 13 years ago
  47. dd0fffe sbtoos: restore elf extraction functionality of sbtoelf by Amaury Pouly · 13 years ago
  48. 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
  49. 591ec03 sbtools: rework the color hack and add switch to disable color output by Amaury Pouly · 13 years ago
  50. b674751 Fix a typo spotted from r30864. by Robert Menes · 13 years ago
  51. 1e74ef6 beastpatcher: check WMP version. by Dominik Riebeling · 13 years ago
  52. 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
  53. 853fd04 sbtools: fix compilation when linker expects correctly ordered files by Amaury Pouly · 13 years ago
  54. 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
  55. 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
  56. 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
  57. 4ef4830 sbtools: be more verbose on real key and iv; add very advanced code to craft images by Amaury Pouly · 13 years ago
  58. f45fb77 sbtoelf: don't cross check if key is not valid by Amaury Pouly · 13 years ago
  59. cab5dbd sbtoelf: handle the case where only one valid key is known by Amaury Pouly · 13 years ago
  60. b93e15c sbtools: fix sbtoelf to support NOP, add alignment support to elftosb by Amaury Pouly · 13 years ago
  61. bf83110 imx_hid_recovery: rewrite Makefile by Amaury Pouly · 13 years ago
  62. f4a1501 sbtools: fix sbtoelf to handle files with more than one hundred commands by Amaury Pouly · 13 years ago
  63. b458d33 Rockbox Utility now requires voice-corrections.txt. by Dominik Riebeling · 13 years ago
  64. eac2913 Fix off-by-one buffer error by Thomas Jarosch · 13 years ago
  65. df448bf Add support for i.MX28 to imx_hid_recovery, thanks to Wolfram Sang. by Amaury Pouly · 13 years ago
  66. 66dce4b sbtools: implement more complicated integer expression in db files, implement data sections, section attributes, file options, rework command line attributes by Amaury Pouly · 14 years ago
  67. 9d7df9a sbtools: move the db parse to its own file and improve error messages by Amaury Pouly · 14 years ago
  68. 64b4672 sbtools: implement virtual to physical address translation for elf files by Amaury Pouly · 14 years ago
  69. da44fd6 sbtools: fix code to work with file larger than header indicated size by Amaury Pouly · 14 years ago
  70. 781d59e sbtools: relax file size condition (easier to work with) by Amaury Pouly · 14 years ago
  71. 77a82ad rk27load - fix indentation by Marcin Bukat · 14 years ago
  72. e0024c9 Fix free on wrong variable by Thomas Jarosch · 14 years ago
  73. 51ae2e6 Don't close file descriptor twice by Thomas Jarosch · 14 years ago
  74. e79fca9 Remove use of which.py module. by Dominik Riebeling · 14 years ago
  75. de13803 sbtools: fix version output, add support for options section and product/component versions in command files by Amaury Pouly · 14 years ago
  76. 56bc02c sbtools: add missing cariage return, implement boot mode command, add C++ style comments support by Amaury Pouly · 14 years ago
  77. 9cc0dab elftosb: remove duplicate code, merge two redundant fields by Amaury Pouly · 14 years ago
  78. fed7780 elftosb: support 'strings' in section id, support load binary at address, support call/jump at address by Amaury Pouly · 14 years ago
  79. 143d451 elftosb: add support for jumps/calls with one argument by Amaury Pouly · 14 years ago
  80. 50be1a8 sbtools: add support for the mode command (rarely used) and explicit env variable to skip version check by Amaury Pouly · 14 years ago
  81. 4cfb5da sbtools: always check the result of getenv against NULL, use strcasecmp instead of strcmp more greater flexibility by Amaury Pouly · 14 years ago
  82. 2d2246e sbtoelf: add environment command to ignore format version checks (some files do not match it seems) by Amaury Pouly · 14 years ago
  83. 754b157 Remove superfluous executable bits on a bunch of files. by Torne Wuff · 14 years ago
  84. 9b7b653 Move various logo files to a single location. by Dominik Riebeling · 14 years ago
  85. 8f4202d Rockchip rk27xx utils by Marcin Bukat · 14 years ago
  86. 2ce1dfe Theme Editor: add libskin_parser files to clean rule. by Dominik Riebeling · 14 years ago
  87. 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 · 14 years ago
  88. a29ef61 sbtools: be more verbose on debug and fix a bug (uninitialized structure) by Amaury Pouly · 14 years ago
  89. 7d4616e Fix BUILDID getting appended even if not set. by Dominik Riebeling · 14 years ago
  90. 6ba552c deploy.py: support adding a build id. by Dominik Riebeling · 14 years ago
  91. 8fa0e13 sbtools: generate a unique name for each section by Amaury Pouly · 14 years ago
  92. c0838cb Add imx_hid_recovery_tool to send a sb file to a imx chip using the HID recovery mode by Amaury Pouly · 14 years ago
  93. 8da7237 sbtools: do not rely on the ELF flags and always assume the entry point is valid by Amaury Pouly · 14 years ago
  94. 8c768a5 Rockbox Utility deployment: insert revision into OS X' Info.plist too. by Dominik Riebeling · 14 years ago
  95. d905754 Correct revision replacement string gotten replaced by svn itself. by Dominik Riebeling · 14 years ago
  96. 79c6aca sbtools: fortify code against weird elf files with no string table and/or no sections/programs headers ! by Amaury Pouly · 14 years ago
  97. b6a6809 sbtools: document a bit the command file format by Amaury Pouly · 14 years ago
  98. 84c70b2 elftosb: implement encryption support; now fully working by Amaury Pouly · 14 years ago
  99. b2c5954 sbtoelf: fix to handle unencrypted files (minor tweak) by Amaury Pouly · 14 years ago
  100. e3fe395 elftosb: more code toward sb production by Amaury Pouly · 14 years ago