summaryrefslogtreecommitdiffstats
path: root/tools/ipodpatcher
AgeCommit message (Expand)AuthorFilesLines
2006-12-21Add the --add-bootloader-bin (-ab) option to add a binary bootloader (a raw ....Dave Chapman1-36/+55
2006-12-17OopsDave Chapman1-1/+0
2006-12-17Add a simple --scan option which tests all disks from 0 to 25 to see if they ...Dave Chapman4-62/+149
2006-12-16Default to 512-byte sectors on POSIX platforms - this allows testing of ipodp...Dave Chapman1-1/+2
2006-12-15Windows appears to require sector-aligned reads, which wasn't happening every...Dave Chapman1-23/+47
2006-12-15Attempt #2 at moving the images to make space for the bootloader. The previo...Dave Chapman1-15/+14
2006-12-15Reorganise the ioctl() #ifdefs - this should fix ipodpatcher for BSDDave Chapman1-7/+6
2006-12-14Fix a problem when compiling with Dev-C++ - thanks to Paul LoudenDave Chapman1-1/+1
2006-12-14Implement the add/delete bootloader functionality.Dave Chapman1-52/+414
2006-12-14Bugfix - when opening a device as read/write, one should open a device as rea...Dave Chapman1-1/+1
2006-12-14Use the correct length when extracting the firmware. Thanks again to Llorean...Dave Chapman1-2/+2
2006-12-14Ooops, I should compile things before committing.Dave Chapman1-5/+5
2006-12-14Correct a bug (thanks to Llorean for spotting) in read_partition and use the ...Dave Chapman1-7/+7
2006-12-14Start to implement some functionality. You can now read/write the entire par...Dave Chapman1-66/+418
2006-12-13Sector-size detection on Posix platforms - tested on Linux and Mac OS X. Bas...Dave Chapman1-3/+19
2006-12-13Work-in-progress towards a cross-platform ipodpatcher which will edit the fir...Dave Chapman5-172/+618
2006-12-13Version 0.4b from 11 Dec 2006 - 0.4 broke win2k/winnt support, this patch res...Dave Chapman1-8/+20
2006-12-13Version 0.4 from 4 Dec 2006 - added sector-size detection and hence support f...Dave Chapman1-22/+43
2006-12-13Version 0.3 from 30 Jan 2006Dave Chapman1-2/+3
2006-12-13Initial CVS commit ofipodpatcher - v0.2 release from 16 Jan 2006Dave Chapman3-0/+560