1. c3a908f Always format error message using ANSI functions to get rid of type-punning when building with rbutil. by Dominik Riebeling · 15 years ago
  2. 3e489c1 Rename print_error() in ipodpatcher and sansapatcher. by Dominik Riebeling · 15 years ago
  3. 34213c3 Small tweaks to r21778/r21779 - use -p for both mkdir and cp commands in dmg creation rule by Dave Chapman · 16 years ago
  4. 06cd53b sansapatcher: new sansapatcher.dmg creation rule for OSX by Rafaël Carré · 16 years ago
  5. 99edc7b Also bump version in trunk by Frank Gevaerts · 16 years ago
  6. 28a2b45 Add an explicit rule to compile bin2c - r21272 broke compilation of sansapatcher on at least Linux because Make's implicit rule for compiling bin2c was being used, which uses CC, which was set to i586-mingw32msvc-gcc. by Dave Chapman · 16 years ago
  7. 73f9bde Make bin2c compile with VS2005 and move it to a separate folder as its getting used by different tools now. by Dominik Riebeling · 16 years ago
  8. b22516f Make sure the global buffers for ipodpatcher and sansapatcher get allocated and freed only once. Fixes segfaults when the bootloader install class was instanciated multiple times. by Dominik Riebeling · 16 years ago
  9. 9928086 Bump version number to v0.7 with 5.0 bootloaders. Part of FS#9369. by Robert Menes · 16 years ago
  10. b7219b7 Replaced TAB characters by spaces in sansapatcher by Bertrik Sikken · 16 years ago
  11. 9da68f9 Fix missing sansa_close when scanning for sansas in sansapatcher.c by Bertrik Sikken · 16 years ago
  12. 84d8d83 Improved README for sansapatcher, contributed by Ori Avtalion, slightly modified by me. by Dave Chapman · 16 years ago
  13. c323d53 Redo r18136 a little cleaner by Bertrik Sikken · 17 years ago
  14. ee00ec3 Make sure to always use the initial key for decryption of mi4 files in sansapatcher. by Bertrik Sikken · 17 years ago
  15. 95f906d Added mi4 key for sansa c200 OF version 01.01.07 by Bertrik Sikken · 17 years ago
  16. 08a27c1 Let sansa_list_images() return the number of mi4 images found. by Dominik Riebeling · 17 years ago
  17. d4e3839 Make functions in sansapatcher static and their arguments const if possible. by Bertrik Sikken · 17 years ago
  18. f85d55b Fix FS#9002 - Bootloader on c200 shows "target id: e200" by Bertrik Sikken · 17 years ago
  19. 08574c4 When scanning for Ipod / Sansa close the disc handle of every tried disc, not only for successful checks. Fixes "no Sansa found" issues with rbutil on w32 after autodetection was used. by Dominik Riebeling · 17 years ago
  20. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 17 years ago
  21. d131a31 Rename variables sectorbuf and verbose to avoid clashes in rbutil. Cleanup exports a bit. by Dominik Riebeling · 17 years ago
  22. 3f65a70 Move C linkage binding for c++ to exporting header files instead of includes. by Dominik Riebeling · 17 years ago
  23. 850c4f9 Make sansapatcher check and report permission denied errors. by Dominik Riebeling · 17 years ago
  24. 386f77b Make sansapatcher and ipodpatcher compile on OS X 10.5. by Barry Wardell · 17 years ago
  25. ccd8f6c fix sansapatcher mingw build prerequisites. by Dominik Riebeling · 17 years ago
  26. 4e8d614 add Manifests to rbutil, sansapatcher and e200rpatcher to gain needed rights on windows vista. by Dominik Wenger · 17 years ago
  27. 919caf0 allow building ipodpatcher / sansapatcher with MinGW. by Dominik Riebeling · 17 years ago
  28. 6587478 Add some brief instructions to compile sansapatcher by Dave Chapman · 17 years ago
  29. 5e37895 RbUtilQt: Make Sansa bootloader installation work on Windows. (Compiler warnings _are_ useful. :) by Magnus Holmgren · 17 years ago
  30. 4991cd3 Bump version for release by Barry Wardell · 17 years ago
  31. d46cf97 Support database rebuild disabling when USB is connected for all e200 OF versions. Some people may have to update the OF (to any version they want) using sansapatcher before it will work. This just ensures that the NVPARAMS are in a good state and we can be sure where to look for the rebuild flag.The c200 OF doesn't reboot before rebuilding the database, so our trick won't ever work there. by Barry Wardell · 17 years ago
  32. 080889a Add support for installing/replacing the bootloader in the PPBL section of the firmware partition. Allows installation of the Rockbox bootloader in place of the Sandisk one. This expects a plain bootloader binary with no header. Our Rockbox bootloader successfully boots both Rockbox and the OF when installed in this way. This makes it easy to get to a state where e200tool is required, so care is advised. by Barry Wardell · 17 years ago
  33. 40f5bb3 Bump version for new release with fixed OF loading on e200. by Barry Wardell · 17 years ago bootloader_c200_v3 bootloader_e200_v3
  34. ec6f965 Bump version for new release for C200 by Dave Chapman · 17 years ago bootloader_c200_v2
  35. 359028f Cosmetic - Change the way the detected type of Sansa is displayed and bump version to 0.4-svn. by Dave Chapman · 17 years ago
  36. 8d145a5 Initial attempt at c200 support - you now need both a "firmware.mi4" file (c200 bootloader) and "PP5022.mi4" file (e200 bootloader) to compile. sansapatcher should detect the device type and install the correct bootloader. by Dave Chapman · 17 years ago
  37. 82e4af6 Allow FAT16 partitions (for c200) by Björn Stenberg · 17 years ago
  38. 15cf32b four more keys that are fun by Daniel Stenberg · 17 years ago
  39. c720b1b Bump version to 0.3 and v2 bootloader in preparation for release by Dave Chapman · 17 years ago
  40. ad4b886 Mac OS X only - automatically unmount the FAT32 partition before attempting to open the disk device for writing. This step can be removed from the manual when the next sansapatcher version is released. by Dave Chapman · 17 years ago
  41. ec3db38 Accept both 0x0b and 0x0c as valid FAT32 partition types in the partition table by Dave Chapman · 17 years ago
  42. ec04e73 buf is never actually used, so just remove it by Barry Wardell · 17 years ago
  43. c77b145 Fix a couple of warnings. Also fix a bug where the offset wasn't being reported right in errors when it was past 4GB. by Barry Wardell · 17 years ago
  44. 6a0ec8b Add --update-original-firmware (or -of) option to sansapatcher. This allows for changing the original firmware version when the rockbox bootloader is also present. by Barry Wardell · 17 years ago
  45. f119dc0 Add -W to CFLAGS in Makefile and fix generated warnings. Also close a file handle which was being left open by Dave Chapman · 18 years ago
  46. 2f1a262 Cosmetic change - "ipod2c" should be "bin2c" in the comments in the generated .c/.h files by Dave Chapman · 18 years ago
  47. 0658dce Make rbutil compile on Mac OS X by Dave Chapman · 18 years ago
  48. dde262b Support for Sansa E200 in rbutil by Dominik Wenger · 18 years ago
  49. 39939bb Remove some unused functions, no functional change by Dave Chapman · 18 years ago
  50. 7a780db Bump version to 0.2 with new bootloader by Dave Chapman · 18 years ago
  51. b2b79d5 Some more sanity checks - don't recognise the new bootloader installed via the old method as a valid E200 by Dave Chapman · 18 years ago
  52. 5efce18 Always display the 'Press ENTER to exit sansapatcher' prompt when there is an error in interactive mode. by Dave Chapman · 18 years ago
  53. 7d71351 Modify the version string ready for initial release by Dave Chapman · 18 years ago
  54. 341b03a Add Rockbox magic (RBOFe200) to the end of the mi4 header in the original firmware. This may not be needed, but completes the set of RBBL for the bootloader, RBOS for Rockbox itself, and RBOF for the original firmware. Also add more info to an error message. by Dave Chapman · 18 years ago
  55. ce5383e Correct an nonsensical #if by Dave Chapman · 18 years ago
  56. be29716 Some code rearrangement and function renaming to help incorporation into rbutil without clashing with ipodpatcher. by Dave Chapman · 18 years ago
  57. 1860e9a Add a further safety check - don't allow users to install old bootloaders with sansapatcher by Dave Chapman · 18 years ago
  58. 7b8bf1b Oops, forgot to add the dummy DSA signature to created MI4 images/files by Dave Chapman · 18 years ago
  59. e815601 Implement the ability to embed a bootloader in sansapatcher - the --install option installs the embedded bootloader, and running without any parameters will cause a prompt to be displayed asking the user if they want to install, uninstall or cancel. sansapatcher now requres a PP5022.mi4 file (the Rockbox bootloader) in the current directory when building. by Dave Chapman · 18 years ago
  60. 4a81291 Correct the svn:keywords by Dave Chapman · 18 years ago
  61. e17043e Initial commit of sansapatcher - an installation tool for the Sansa E200. by Dave Chapman · 18 years ago