summaryrefslogtreecommitdiffstats
path: root/rbutil/ipodpatcher/ipodpatcher.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-27ipodpatcher: Fix some type warnings.Dominik Riebeling1-2/+2
2013-01-01ipodpatcher: move sectorbuf pointer into ipod_t structure.Dominik Riebeling1-105/+157
2012-07-01Move check for existing bootloader to ipodpatcher.Dominik Riebeling1-21/+23
2010-09-01Remove Ipod Video 64MB handling.Dominik Riebeling1-6/+1
2010-01-28Revert most of r24361 - it was committed in error.Dave Chapman1-1/+1
2010-01-28Update the comments describing how to build ipodpatcher - no functional changes.Dave Chapman1-1/+1
2009-12-09Fix ipodpatcher to work with new target names introduced in r23883Dave Chapman1-4/+4
2009-12-07Rename targets to be consistent in all places. (FS #10819). Take 2.Björn Stenberg1-3/+3
2009-11-22FS#9833: Fix Ipods being wrongly detected as MacPods on OS XDominik Riebeling1-5/+11
2009-11-08Rename print_error() in ipodpatcher and sansapatcher.Dominik Riebeling1-3/+3
2009-10-13ipodpatcher and rbutil support for the Nano2G - FS#10609 with a few further c...Dave Chapman1-20/+483
2009-09-25Query RAM size when scanning for Ipods. Return the target string for Video 64...Dominik Riebeling1-1/+11
2009-08-04Add support (on Linux and win32 only - I couldn't figure this out on OS X) fo...Dave Chapman1-0/+80
2009-05-01Make sure the global buffers for ipodpatcher and sansapatcher get allocated a...Dominik Riebeling1-1/+1
2008-06-30When scanning for Ipod / Sansa close the disc handle of every tried disc, not...Dominik Riebeling1-0/+5
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-17Rename variables sectorbuf and verbose to avoid clashes in rbutil. Cleanup ex...Dominik Riebeling1-89/+89
2008-05-04Check for permission denied error when trying to access the player and inform...Dominik Riebeling1-2/+17
2007-09-08Add functions to read and write the AUPD (flash update) image. "--read-aupd ...Dave Chapman1-2/+347
2007-08-24ipodpatcher: adjust the targetname strings, so they match the names in rbutil.Dominik Wenger1-2/+2
2007-08-03Detect and reject 2nd Gen Nanos when scanning for ipods, instead of failing q...Dave Chapman1-2/+22
2007-07-29Yet more warning fixes - ipodpatcher should now be warning-free in rbutilqtDave Chapman1-2/+8
2007-07-29Fix some more warnings (these only occurred on Mac OS X, so I missed them on ...Dave Chapman1-3/+3
2007-07-29Add -W to CFLAGS in Makefile and fix the generated warnings.Dave Chapman1-15/+15
2007-07-29Fix some cosmetic bugs in error messages. These generated warnings when comp...Dave Chapman1-6/+5
2007-07-27Initial attempt at a --convert option to convert HFS formatted ipods (Macpods...Dave Chapman1-0/+59
2007-07-26Initial (untested apart from device detection) support for 1st/2nd gen ipods ...Dave Chapman1-0/+11
2007-06-10Accept both 0xb and 0xc as valid partition types for an ipod FAT32 partition....Dave Chapman1-2/+3
2007-06-08Don't just display an error message, abort.Dave Chapman1-0/+1
2007-06-08Fix typo in error message - thanks to Bryan Childs for spottingDave Chapman1-1/+1
2007-06-02Add --write-embedded (-we) option. This replaces the Apple firmware with the...Dave Chapman1-33/+54
2007-05-22Remove the check for ipod-specific magic in the MBR (which caused problems wh...Dave Chapman1-6/+10
2007-04-13Add -rfb option for reading the main firmware (OSOS image) as a binary file.Dave Chapman1-11/+14
2007-02-10Changes to aid incorporation into rbutil, based on part of FS #6643 from Domi...Dave Chapman1-19/+8
2007-02-10Move ipodpatcher into rbutil directoryDave Chapman1-0/+1261