1. d24c220 Remove 64bit warning by using C99 fixed width format specifier. by Dominik Riebeling · 12 years ago
  2. 24e37dd ipodpatcher: move sectorbuf pointer into ipod_t structure. by Dominik Riebeling · 12 years ago
  3. e412227 Fix off-by-one memory corruption in ipodpatcher. by Thomas Jarosch · 13 years ago
  4. 71f0814 Make ipodpatcher compile on *BSD and recent Linux distributions - htole16/htole32 are standard BSD functions, and they now also appear in glibc 2.9 or later on Linux. As the functions are so simple, we just rename to avoid a clash instead of attempting to use the library versions on some platforms. Same as fix provided in FS#10428 by Alyssa Milburn. by Dave Chapman · 15 years ago
  5. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  6. d131a31 Rename variables sectorbuf and verbose to avoid clashes in rbutil. Cleanup exports a bit. by Dominik Riebeling · 16 years ago
  7. 367aec3 Fix a couple quirks from the previous commit. by Nicolas Pennequin · 17 years ago
  8. 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 17 years ago
  9. 2cc80f5 Add -W to CFLAGS in Makefile and fix the generated warnings. 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 · 18 years ago