summaryrefslogtreecommitdiffstats
path: root/src/dump.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-20Remove old dump codePali Rohár1-646/+0
2012-09-22Fix compilation on 32bit systemPali Rohár1-1/+1
2012-08-11Rewrite Makefile, move WITH_DEVICE, WITH_USB and WITH_SQUEUES to MakefilePali Rohár1-0/+2
2012-08-10Remove old hexdup.c codePali Rohár1-1/+0
2012-08-10Rename utils.c to printf-utils.c, remove unused functionsPali Rohár1-1/+2
2012-08-10dump: Prepair for new codePali Rohár1-14/+16
2012-08-09Remove old pieces.c and fpid.c codePali Rohár1-4/+4
2012-08-09Add new code to MakefilePali Rohár1-0/+2
2012-06-24Rename n700 --> 770Pali Rohár1-1/+1
2012-06-23Fix compilation warningsPali Rohár1-2/+2
2010-11-18* Fix warning in dump.c * Port GUI to GtkON syntax * Fix build for latest valacpancake1-1/+2
--HG-- rename : src/gui/gui.gtkaml => src/gui/gui.gtkaml.orig
2009-10-18* Fix n900 identification for dump (-e) * Make clean libusb from the root ↵pancake@localhost.localdomain1-9/+9
makefile
2009-10-17* Fix static buildpancake@localhost.localdomain1-1/+1
2009-10-17* Added support for local n900 nand dump * Do some code cleanup, update ↵pancake@localhost.localdomain1-6/+61
headers from 2007 to 2009 :) - Fix warning messages
2008-01-14* Up to 0.3.2pancake1-2/+5
* Add HAVE_USB to config.mk - Now is possible to build a usb-less version of the flasher (only for unpacking and so, offline operations) * Refactor varname. Avoid portability problems: - reboot -> moboreboot
2007-11-20- Import patches from Osvaldo Santana * Fix build on gcc 4 * Fix nanddump ↵0.3.1pancake1-7/+8
call definition (ignore oob added) * Fixed some stupid bugs with -pedantic -std=c99 release 0.3.1
2007-06-30* Upgrade to GPLv30.2pancake1-14/+12
2007-06-16* Add new command 'nanddump' for the console shellpancake1-1/+9
* Avoid dumping non-mtd files because writesize = 0 - Properly close the file when failing * Better doc/pieces documentation
2007-06-16* Fix the dump of xloader and secondary.binpancake1-17/+15
- Looks like they protect these blocks by marking this section as badblocks. - We just ignore badblock marks when dumping the bootloader * Handle feof (^D) on the prompt
2007-06-11* Initial implementation of the pretty-print config partition dumperpancake1-7/+82
* Handled with the '-x' flag.
2007-06-10* Initial implementation of the "badblocks" (-C) command.pancake1-96/+169
* Initial work on the reorganization of the dump.c code to avoid spagetti code. ATM is just a draft * Dump now shows you more info
2007-06-10* Drop the partition limit. It is calculed with ioctl()pancake1-15/+19
* Query the user to strip or not the dumped pieces * Add new flag '-s' for serial port console
2007-06-02* Covardly copy the nanddump() function from the mtd-utils to fix dump ↵pancake1-19/+298
functionality - The new function works like the old rf_extract one, no parameters has changed. - Now a complete dump/restore will be possible. - Check for badblocks while copying data - Shows information about the partition * Better use of query_error_message() for debugging
2007-05-25* Fix rootfs boundaries for a proper dump.pancake1-6/+5
* Replace Y/n for y/N * Implement the command '5' (read error message)
2007-04-20* Do not strip the initfs.jffs2 image, it is only 2MBpancake1-1/+2
* Some fixups on the doc/dumping documentation
2007-04-20* Initial commit of 0xFFFF.0.1pancake1-0/+145
This tree contains the same as the 0.1 tarball