1. b63d429 Provide dealloc function to ipodpatcher. by Dominik Riebeling · 12 years ago
  2. 24e37dd ipodpatcher: move sectorbuf pointer into ipod_t structure. by Dominik Riebeling · 12 years ago
  3. 5ffd2f7 Various adjustments for MSVC. by Dominik Riebeling · 13 years ago
  4. 3e489c1 Rename print_error() in ipodpatcher and sansapatcher. by Dominik Riebeling · 15 years ago
  5. 8e95cc4 ipodpatcher and rbutil support for the Nano2G - FS#10609 with a few further changes. by Dave Chapman · 15 years ago
  6. 1eca02d Add support (on Linux and win32 only - I couldn't figure this out on OS X) for reading the XML device information from ipods. This information includes the RAM size, which is potentially useful for rbutil to distinguish between the two ipod video builds. This is implemented as both a new --dump-xml option (to dump the entire XML to a file) and a new 'ramsize' field in struct ipod_t. by Dave Chapman · 15 years ago
  7. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  8. 2cc80f5 Add -W to CFLAGS in Makefile and fix the generated warnings. by Dave Chapman · 17 years ago
  9. 35735c66 Initial attempt at a --convert option to convert HFS formatted ipods (Macpods) to FAT32 format. This needs testing (as well as the existing --format feature) before adding as an option in the interactive mode and fully documenting. by Dave Chapman · 17 years ago
  10. 56780e3 Initial integration of a --format option, based on fat32format.exe. The main limitation is that it only works on disks with 512-byte sectors - it needs adapting to the 2048-byte sector ipods. It has only been tested on Linux and Mac OS X, with a 60GB ipod Color, but appears to work.... When this feature has been more widely tested, the intention is to add code to convert the information in an Apple Partition Map (which can currently be read by ipodpatcher) to a DOS partition table, and hence allow conversion of Macpods to Winpods. by Dave Chapman · 17 years ago
  11. b045a24 Add #include for use with rbutil by Dave Chapman · 18 years ago
  12. a6d68bd Changes to aid incorporation into rbutil, based on part of FS #6643 from Dominik Wenger. Move display_partinfo() function into main.c (where it belongs) and export get_parttype() function from ipodpatcher.c. Also add a targetname variable to struct ipod_t to enable bootloader URLs to be constructed. by Dave Chapman · 18 years ago
  13. 955afed Move ipodpatcher into rbutil directory by Dave Chapman · 18 years ago[Renamed from tools/ipodpatcher/ipodio.h]
  14. bdc27ff Work-in-progress (i.e. not well tested) changes: Add the option to build ipodpatcher with the Rockbox bootloaders embedded (see the comments in the Makefile for build instructions). This gives a new --install option which will search for an ipod, and if exactly one is found, will install the embedded bootloader. Even easier is the new interactive mode - running ipodpatcher with no command-line options (e.g. double-clicking on ipodpatcher.exe in Windows) will cause ipodpatcher to search for an ipod, and if exactly one is found, ask the user if he/she wishes to install the bootloader. Thanks to Bryan Childs for sample code to deal with prompts. by Dave Chapman · 18 years ago
  15. 6e641e8 Support for modifying the firmware partition on Macpods (useful for IPL users), along with the addition of a big warning when ipodpatcher detects a Macpod to say that Rockbox won't work on it. by Dave Chapman · 18 years ago
  16. e332f4c Update (C) date to 2007 by Dave Chapman · 18 years ago
  17. 31aa452 Mainly internal changes to create a struct ipod_t instead of passing lots of parameters to all the functions. Also adds (untested) 3G support, plus a --write-firmware-bin option (requested by IPL people to write a kernel directly to the firmware partition). by Dave Chapman · 18 years ago
  18. 57b84b6 Add a simple --scan option which tests all disks from 0 to 25 to see if they look like an ipod. by Dave Chapman · 18 years ago
  19. 4b7e1e0 Work-in-progress towards a cross-platform ipodpatcher which will edit the firmware partition directly, incorporating the ipod_fw.c functionality. Tested successfully on win32 and Linux but it only lists the contents of the firmware partition at the moment - no actual reading or writing by Dave Chapman · 18 years ago