summaryrefslogtreecommitdiffstats
path: root/rbutil/ipodpatcher
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Bump ipodpatcher version number in preparation for a new ipod bootloader releasebootloader_ipodpatcher_v5Torne Wuff1-1/+1
2010-01-30Implement ipod_scsi_inquiry() on OS X.Dominik Riebeling2-12/+156
2010-01-28Revert most of r24361 - it was committed in error.Dave Chapman4-4/+12
2010-01-28Update the comments describing how to build ipodpatcher - no functional changes.Dave Chapman5-13/+8
2009-12-09Fix ipodpatcher to work with new target names introduced in r23883Dave Chapman2-6/+6
2009-12-07Rename targets to be consistent in all places. (FS #10819). Take 2.Björn Stenberg2-7/+7
2009-11-29Suppress unused warnings for functions that haven't been implemented.Dominik Riebeling1-0/+8
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 Riebeling4-15/+15
2009-11-07Fix a compile warning.Dominik Riebeling1-0/+1
2009-11-06Set svn:keywords property.Dominik Riebeling4-4/+4
2009-10-13ipodpatcher and rbutil support for the Nano2G - FS#10609 with a few further c...Dave Chapman4-32/+520
2009-09-25Query RAM size when scanning for Ipods. Return the target string for Video 64...Dominik Riebeling1-1/+11
2009-09-20Always format error message using ANSI functions to get rid of type-punning w...Dominik Riebeling1-3/+3
2009-08-07Fix SCSI inquiry on W32.Dominik Riebeling1-1/+4
2009-08-04Add support (on Linux and win32 only - I couldn't figure this out on OS X) fo...Dave Chapman8-7/+319
2009-08-04Make ipodpatcher compile on *BSD and recent Linux distributions - htole16/hto...Dave Chapman1-28/+32
2009-05-01Make sure the global buffers for ipodpatcher and sansapatcher get allocated a...Dominik Riebeling1-1/+1
2008-10-10Bump ipodpatcher version stringNils Wallménius1-1/+1
2008-08-30Apply FS#9337 - Header file in SRC in rbutil/ipodpatcher. The parttypes.h hea...Bertrik Sikken1-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 Stenberg8-16/+32
2008-06-17Rename variables sectorbuf and verbose to avoid clashes in rbutil. Cleanup ex...Dominik Riebeling4-103/+102
2008-05-22Move C linkage binding for c++ to exporting header files instead of includes.Dominik Riebeling1-0/+8
2008-05-05Fix a couple quirks from the previous commit.Nicolas Pennequin1-1/+1
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-05-04Check for permission denied error when trying to access the player and inform...Dominik Riebeling3-4/+24
2008-03-25Make sansapatcher and ipodpatcher compile on OS X 10.5.Barry Wardell1-2/+2
2008-01-06allow building ipodpatcher / sansapatcher with MinGW.Dominik Riebeling1-0/+5
2007-11-06Hopefully fix Ipod bootloader installation on Windows with RbUtilQt, without ...rbutilqt_v1.0.3Magnus Holmgren1-2/+2
2007-09-21Forgot to adapate 'make clean'Jens Arnold1-1/+1
2007-09-21Add a manifest to ipodpatcher.exe in order to make it request administrative ...Jens Arnold3-2/+20
2007-09-18Bump version to 2.0 ready for releasebootloader_ipods_v2Dave Chapman1-1/+1
2007-09-08Add functions to read and write the AUPD (flash update) image. "--read-aupd ...Dave Chapman6-3/+537
2007-09-01Mac OS X only - automatically unmount the FAT32 partition before attempting t...Dave Chapman1-0/+24
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 Chapman2-2/+31
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 Chapman6-28/+29
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 Chapman4-9/+102
2007-07-26Initial (untested apart from device detection) support for 1st/2nd gen ipods ...Dave Chapman2-2/+16
2007-06-16Initial integration of a --format option, based on fat32format.exe. The main...Dave Chapman6-15/+617
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 Chapman2-34/+66
2007-05-23Bump version number for 1.0 release (v1.1 bootloaders)Dave Chapman1-1/+1
2007-05-22Remove the check for ipod-specific magic in the MBR (which caused problems wh...Dave Chapman2-7/+11