summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2007-02-17build with -Wundef to make sure we have spelled the defines right in #if linesDaniel Stenberg1-1/+1
2007-02-17ARM targets: Making a few functions non-static allows us to get rid of -ffunc...Jens Arnold1-2/+2
2007-02-13Make database endianess independent.Miika Pekkarinen1-1/+2
2007-02-10Move ipodpatcher into rbutil directoryDave Chapman9-2444/+0
2007-02-09Update version number to 0.8 ready for release. Also move the "Press ENTER t...Dave Chapman1-3/+9
2007-02-09The inevitable 'oops' commit. Add libspeex to the configure script.Dan Everton1-17/+17
2007-02-09Display some advice when no ipods are found in interactive modeDave Chapman1-1/+9
2007-02-08Move the command-line specific code into main.c, leaving the firmware manipul...Dave Chapman4-402/+473
2007-02-08Bugfix - the bootloader was being overwritten if the firmware partition neede...Dave Chapman1-8/+23
2007-02-08Ooops, the default build mode should have been without the embedded bootloadersDave Chapman1-2/+2
2007-02-08Work-in-progress (i.e. not well tested) changes: Add the option to build ipod...Dave Chapman4-79/+369
2007-02-06Oops, we should close the devices during the scanDave Chapman1-0/+1
2007-02-06Make the [device] parameter optional. If none is specified, then ipodpatcher...Dave Chapman1-13/+32
2007-02-06 Bump version to 0.7 for releaseDave Chapman1-1/+1
2007-02-05Support for modifying the firmware partition on Macpods (useful for IPL users...Dave Chapman2-29/+116
2007-02-05Update (C) date to 2007Dave Chapman4-5/+5
2007-02-05Enable building ipodpatcher (pure win32 binary) on cygwin with a simple 'make'Jens Arnold1-4/+16
2007-02-04Bump version to 0.6 ready for new releaseDave Chapman1-1/+1
2007-02-04Fix compile error on BSD and Mac OS and remove a warningDave Chapman1-2/+2
2007-02-04Bugfix. ipodpatcher wasn't correctly deciding when to rearrange the contents...Dave Chapman1-1/+2
2007-02-04Mainly internal changes to create a struct ipod_t instead of passing lots of ...Dave Chapman4-375/+411
2007-01-29Minor bugfix - use O_TRUNC when reading the firmware partition.Dave Chapman1-1/+1
2007-01-28don't use TOOLSDIR for svnversion.sh as it causes error messages when buildin...Dominik Riebeling1-1/+1
2007-01-25try somewhat harder to find the actual svn revDaniel Stenberg1-1/+9
2007-01-24better lispDaniel Stenberg1-1/+1
2007-01-22Use the svn revision number for version information too, version string is no...Dominik Riebeling3-2/+37
2007-01-18Make RAW option explicitly little-endian and ensure that bmp2rb works the sam...Dave Chapman1-20/+20
2007-01-18Add swap bytes optionGreg White1-6/+16
2007-01-17Fix commentGreg White1-17/+17
2007-01-17Add raw file generationGreg White1-4/+32
2007-01-17Remove sysfont.h when doing make clean.Barry Wardell1-1/+1
2007-01-17Fix build warnings and errors.Barry Wardell1-4/+7
2007-01-17Make the build system create a sysfont.h which includes font information for ...Barry Wardell1-2/+68
2007-01-16allow find to follow symbolic links (mostly since the server is using thatDaniel Stenberg1-1/+2
2007-01-14The version string used in builds for version timestamps is now UTC insteadDaniel Stenberg1-2/+2
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman1-1/+25
2007-01-13Setup LCD ourselves; move LCD buffer and TTB to free up 1.7MB of memoryGreg White1-58/+58
2007-01-11Correct the usage information for the Archos Multimedia format (this looks li...Dave Chapman1-2/+2
2007-01-09Removed executable flagLinus Nielsen Feltzing4-0/+0
2007-01-08Enable ROM file generation for H120/H140.Miika Pekkarinen2-1/+12
2006-12-29merge a big part of the unofficial gigabeat cvs back. Includes working bootlo...Marcoen Hirschberg1-1/+1
2006-12-23If the environment variable 'POOL' is set to a directory, this script willDaniel Stenberg1-3/+25
2006-12-21Add the --add-bootloader-bin (-ab) option to add a binary bootloader (a raw ....Dave Chapman1-36/+55
2006-12-19Add working dual-boot bootloaders for H10 and Sansa, which allow booting the ...Barry Wardell2-3/+5
2006-12-18Add ipodpatcher to the source tarballsDave Chapman1-0/+2
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