1. c483905 imxtools: remove most calls to bug/bugp from core library. by Amaury Pouly · 13 years ago
  2. d23d164 imxtools: use rand() instead of /dev/random. by Dominik Riebeling · 13 years ago
  3. 64f71e6 When writing data from repository open file as binary. by Dominik Riebeling · 13 years ago
  4. 001eb3b Update deployment script for git. by Dominik Riebeling · 13 years ago
  5. 909b96f Python module to get (some) files from the repository. by Dominik Riebeling · 13 years ago
  6. 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
  7. 1391710 Rockbox Utility: add missing folder to deployment script. by Dominik Riebeling · 13 years ago
  8. 9274cf3 zenutils: remove unused empty file by Rafaël Carré · 13 years ago
  9. 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
  10. 249bba0 Initial commit of the Samsung YP-R0 port. by Thomas Martitz · 13 years ago
  11. 1b7455e imxtools: fix compilation when cross compiling for windows (tm doesn't have timezone fields) by Amaury Pouly · 13 years ago
  12. 62e0cdc amsinfo: save files with .bin extension by Rafaël Carré · 13 years ago
  13. b9592e8 Convert one more file from DOS to UNIX. by Torne Wuff · 13 years ago
  14. 5692857 Bulk convert all DOS line endings to UNIX. by Torne Wuff · 13 years ago
  15. cd832bd imxtools: add function to free instruction by Amaury Pouly · 13 years ago
  16. ad9e280 imxtools: add const and set pointer to NULL on free to avoid double free by Amaury Pouly · 13 years ago
  17. e5db19d elftosb: add static by Amaury Pouly · 13 years ago
  18. 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
  19. 8389a02 Add missing copyright header by Amaury Pouly · 13 years ago
  20. dd0fffe sbtoos: restore elf extraction functionality of sbtoelf by Amaury Pouly · 13 years ago
  21. 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
  22. 591ec03 sbtools: rework the color hack and add switch to disable color output by Amaury Pouly · 13 years ago
  23. b674751 Fix a typo spotted from r30864. by Robert Menes · 13 years ago
  24. 1e74ef6 beastpatcher: check WMP version. by Dominik Riebeling · 13 years ago
  25. 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
  26. 853fd04 sbtools: fix compilation when linker expects correctly ordered files by Amaury Pouly · 13 years ago
  27. 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
  28. 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
  29. 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
  30. 4ef4830 sbtools: be more verbose on real key and iv; add very advanced code to craft images by Amaury Pouly · 13 years ago
  31. f45fb77 sbtoelf: don't cross check if key is not valid by Amaury Pouly · 13 years ago
  32. cab5dbd sbtoelf: handle the case where only one valid key is known by Amaury Pouly · 13 years ago
  33. b93e15c sbtools: fix sbtoelf to support NOP, add alignment support to elftosb by Amaury Pouly · 13 years ago
  34. bf83110 imx_hid_recovery: rewrite Makefile by Amaury Pouly · 13 years ago
  35. f4a1501 sbtools: fix sbtoelf to handle files with more than one hundred commands by Amaury Pouly · 13 years ago
  36. b458d33 Rockbox Utility now requires voice-corrections.txt. by Dominik Riebeling · 13 years ago
  37. eac2913 Fix off-by-one buffer error by Thomas Jarosch · 13 years ago
  38. df448bf Add support for i.MX28 to imx_hid_recovery, thanks to Wolfram Sang. by Amaury Pouly · 13 years ago
  39. 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
  40. 9d7df9a sbtools: move the db parse to its own file and improve error messages by Amaury Pouly · 13 years ago
  41. 64b4672 sbtools: implement virtual to physical address translation for elf files by Amaury Pouly · 13 years ago
  42. da44fd6 sbtools: fix code to work with file larger than header indicated size by Amaury Pouly · 13 years ago
  43. 781d59e sbtools: relax file size condition (easier to work with) by Amaury Pouly · 13 years ago
  44. 77a82ad rk27load - fix indentation by Marcin Bukat · 13 years ago
  45. e0024c9 Fix free on wrong variable by Thomas Jarosch · 13 years ago
  46. 51ae2e6 Don't close file descriptor twice by Thomas Jarosch · 13 years ago
  47. e79fca9 Remove use of which.py module. by Dominik Riebeling · 13 years ago
  48. de13803 sbtools: fix version output, add support for options section and product/component versions in command files by Amaury Pouly · 13 years ago
  49. 56bc02c sbtools: add missing cariage return, implement boot mode command, add C++ style comments support by Amaury Pouly · 13 years ago
  50. 9cc0dab elftosb: remove duplicate code, merge two redundant fields by Amaury Pouly · 13 years ago
  51. fed7780 elftosb: support 'strings' in section id, support load binary at address, support call/jump at address by Amaury Pouly · 13 years ago
  52. 143d451 elftosb: add support for jumps/calls with one argument by Amaury Pouly · 13 years ago
  53. 50be1a8 sbtools: add support for the mode command (rarely used) and explicit env variable to skip version check by Amaury Pouly · 14 years ago
  54. 4cfb5da sbtools: always check the result of getenv against NULL, use strcasecmp instead of strcmp more greater flexibility by Amaury Pouly · 14 years ago
  55. 2d2246e sbtoelf: add environment command to ignore format version checks (some files do not match it seems) by Amaury Pouly · 14 years ago
  56. 754b157 Remove superfluous executable bits on a bunch of files. by Torne Wuff · 14 years ago
  57. 9b7b653 Move various logo files to a single location. by Dominik Riebeling · 14 years ago
  58. 8f4202d Rockchip rk27xx utils by Marcin Bukat · 14 years ago
  59. 2ce1dfe Theme Editor: add libskin_parser files to clean rule. by Dominik Riebeling · 14 years ago
  60. 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
  61. a29ef61 sbtools: be more verbose on debug and fix a bug (uninitialized structure) by Amaury Pouly · 14 years ago
  62. 7d4616e Fix BUILDID getting appended even if not set. by Dominik Riebeling · 14 years ago
  63. 6ba552c deploy.py: support adding a build id. by Dominik Riebeling · 14 years ago
  64. 8fa0e13 sbtools: generate a unique name for each section by Amaury Pouly · 14 years ago
  65. 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
  66. 8da7237 sbtools: do not rely on the ELF flags and always assume the entry point is valid by Amaury Pouly · 14 years ago
  67. 8c768a5 Rockbox Utility deployment: insert revision into OS X' Info.plist too. by Dominik Riebeling · 14 years ago
  68. d905754 Correct revision replacement string gotten replaced by svn itself. by Dominik Riebeling · 14 years ago
  69. 79c6aca sbtools: fortify code against weird elf files with no string table and/or no sections/programs headers ! by Amaury Pouly · 14 years ago
  70. b6a6809 sbtools: document a bit the command file format by Amaury Pouly · 14 years ago
  71. 84c70b2 elftosb: implement encryption support; now fully working by Amaury Pouly · 14 years ago
  72. b2c5954 sbtoelf: fix to handle unencrypted files (minor tweak) by Amaury Pouly · 14 years ago
  73. e3fe395 elftosb: more code toward sb production by Amaury Pouly · 14 years ago
  74. 8bff259 sbtoslf: command size doesn't include itself, but section can be padded with random data by Amaury Pouly · 14 years ago
  75. 8a8d77b sbtoelf: include a raw command mode to see hidden command used by the bootrom (tag and nop) by Amaury Pouly · 14 years ago
  76. c4cb4cc sbtools: move internal elf definition to elf.c, implement elf reading by Amaury Pouly · 14 years ago
  77. e57e4c7 sbtools: add elftosb tool, yet to be finished (parsing of keys and command files done) by Amaury Pouly · 14 years ago
  78. e2f8fbf sbtools: update Makefile; fix whitespaces by Amaury Pouly · 14 years ago
  79. f6208bd Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosb by Amaury Pouly · 14 years ago
  80. 02118ed sbinfo: make the time calculation clearer by Amaury Pouly · 14 years ago
  81. 7098566 sbinfo: use a define instead of hardcoded values by Amaury Pouly · 14 years ago
  82. e4dd514 sbinfo: move more things to sb.h, rewrite code to use structures instead of hardcoded offsets by Amaury Pouly · 14 years ago
  83. d9b050e sbinfo: move sb specific bits of its own header by Amaury Pouly · 14 years ago
  84. 6821d2e sbinfo: fix section flags, don't output more than 80 characters per line, fix colours by Amaury Pouly · 14 years ago
  85. 80889ee sbinfo: fix section headers generation (first section is always undefined) by Amaury Pouly · 14 years ago
  86. 77268ec Update parse_testcodec to parse AAC-HE files with parametric stereo. by Michael Giacomelli · 14 years ago
  87. 2c29776 deploy.py: insert version number into sources. by Dominik Riebeling · 14 years ago
  88. 5c47872 Theme Editor: Made touch area position relative to enclosing viewports by Robert Bieber · 14 years ago
  89. cc6cc53 Fix wrong theme base path when loading a wps. by Dominik Riebeling · 14 years ago
  90. 8059347 Fix cross compiling on Linux: Python uses "linux2" as platform name. by Dominik Riebeling · 14 years ago
  91. 4cc2cc4 Fix a potential variable problem. Change some messages a bit. by Dominik Riebeling · 14 years ago
  92. 43a40ca Support cross compiling for Windows target. by Dominik Riebeling · 14 years ago
  93. e1244a0 Remove outdated and unmaintained wpseditor. by Dominik Riebeling · 14 years ago
  94. 8c6b8e6 Theme Editor: make cross compiling on OS X work. by Dominik Riebeling · 14 years ago
  95. f85c044 sbinfo: fix a few typos (thanks to Kane Xie), correct coding style, now generate segments along with program sections to make elf files appear more valid (this allows to rebuild an .sb file using elftosb2) by Amaury Pouly · 14 years ago
  96. 01c0523 Revert nonsense change. by Andree Buschmann · 14 years ago
  97. adf7224 Fix red. Replace remaining MEM's mit MEMORYSIZE. by Andree Buschmann · 14 years ago
  98. 5729be4 Theme Editor: Updated rendering code to accomodate new format for %xd tags, including long names, numerical tile specification, tag-evaluating tile specification, and tile offset by Robert Bieber · 14 years ago
  99. fcb9ea4 parse_testcodec.rb: add new 'pegase' filenames so they get a heading and fix printing of the MHz needed for realtime values. by Nils Wallménius · 14 years ago
  100. ee3fc61 Use more than one core in deployment script. by Dominik Riebeling · 14 years ago