summaryrefslogtreecommitdiffstats
path: root/rbutil/ipodpatcher
AgeCommit message (Expand)AuthorFilesLines
2021-12-24rbutil: Merge rbutil with utils folder.Dominik Riebeling15-4861/+0
2021-04-23ipodpatcher: fix warning for apple stop sign constantJames Buren1-16/+16
2020-10-18rbutil: Fix ipodpatcher qmake based build on macOS.Dominik Riebeling1-0/+4
2020-10-11rbutil: Add project file for building multiple binaries.Dominik Riebeling1-0/+43
2020-09-27ipodpatcher: Rework exit codes.Dominik Riebeling2-38/+57
2020-09-27ipodpatcher: Fix some type warnings.Dominik Riebeling2-3/+3
2020-06-07misc: Remove all 'twiki' references in favor of up-to-date 'wiki' links.Solomon Peachy1-1/+1
2017-06-19ipodpatcher: remove external ddk/ntddscsi.h dependencyCástor Muñoz1-1/+24
2016-12-16Don't add LIBSOURCES to SOURCES.Dominik Riebeling1-1/+1
2014-03-20OS X: change include paths to use actual paths.Dominik Riebeling1-2/+2
2013-04-05Fix ipodpatcher on OS X.Dominik Riebeling1-1/+1
2013-04-05Replace the use of uname to get the build output.Dominik Riebeling1-3/+1
2013-04-04Put resource object into object folder.Dominik Riebeling1-2/+3
2013-04-04Remove unnecessary all target.Dominik Riebeling1-1/+0
2013-01-13Remove 64bit warning by using C99 fixed width format specifier.Dominik Riebeling1-1/+3
2013-01-01Provide dealloc function to ipodpatcher.Dominik Riebeling4-0/+25
2013-01-01ipodpatcher: move sectorbuf pointer into ipod_t structure.Dominik Riebeling7-144/+196
2012-07-01Move check for existing bootloader to ipodpatcher.Dominik Riebeling2-21/+24
2012-04-28ipodpatcher: replace ipod2c with bin2c.Dominik Riebeling2-151/+6
2012-02-05Make sure we use POSIX/C99 printf() when building for windowsRafaël Carré1-1/+1
2012-01-08MSVC compatibility adjustments.Dominik Riebeling1-0/+10
2011-12-16sansapatcher, ipodpatcher: use MinGW C99 version of stdio functions.Dominik Riebeling1-1/+1
2011-12-16ipodpatcher: move linker only options out of CFLAGS.Dominik Riebeling1-1/+1
2011-12-16ipodpatcher: convert to use libtools.make.Dominik Riebeling1-60/+23
2011-12-08Various adjustments for MSVC.Dominik Riebeling1-1/+6
2011-12-07ipodpatcher: guard platform specific files.Dominik Riebeling3-0/+10
2011-11-06Bulk convert all DOS line endings to UNIX.Torne Wuff1-1/+1
2011-09-26Replace bootloader object rules with suffix rules.Dominik Riebeling1-26/+10
2011-08-25Fix off-by-one memory corruption in ipodpatcher.Thomas Jarosch1-1/+1
2010-12-19Check if creating the dictionary worked before accessing it, not afterwards.Dominik Riebeling1-3/+2
2010-09-27Remove obsolete 2nd gen nano checkFrank Gevaerts1-9/+0
2010-09-01Remove Ipod Video 64MB handling.Dominik Riebeling1-6/+1
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