summaryrefslogtreecommitdiffstats
path: root/src/dimage.c
Commit message (Expand)AuthorAgeFilesLines
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-1/+1
* Lots of frama-c work that should be safe to commitChristophe Grenier2020-06-021-0/+5
* Improve English grammar, capitalization, and punctuationAlex Henrie2016-02-221-1/+1
* Stop when write() failed when creating disk imageChristophe Grenier2016-02-131-13/+21
* disk_image(): add assertionChristophe Grenier2015-04-091-0/+3
* Constify some variablesChristophe Grenier2013-05-261-2/+1
* Display information during Image CreationChristophe Grenier2013-03-311-0/+21
* Image Creation creates an image file if missingChristophe Grenier2011-06-021-2/+3
* During Image Creation, refresh the display each 0.01%Christophe Grenier2011-04-271-5/+25
* Fix to deal with ncurses 5.8 API violation, newwin(0,0,0,0) doesn't create a ...Christophe Grenier2011-03-281-1/+1
* Use destination offset instead of source offset when creating a partition ima...Christophe Grenier2010-04-271-25/+28
* TestDisk: Skip 10MB if a read error occurs during image creation.Christophe Grenier2009-06-121-23/+89
* Fix some compilation warningsChristophe Grenier2009-02-031-17/+1
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-1/+1
* Fix a few memory leaks found using Coccinelle, http://www.emn.fr/x-info/cocci...Christophe Grenier2009-01-291-0/+4
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-4/+1
* Make the code less C++ hostileChristophe Grenier2008-06-231-1/+1
* Fix memory leak in file_zip.c, uninitialized variable in phrrecn.c and invali...Christophe Grenier2008-02-131-1/+1
* Bugfix for invalid ncurses usage after disk imagingChristophe Grenier2008-02-111-2/+2
* Compatibility fix for e2fsprogs 1.40.6Christophe Grenier2008-02-101-0/+10
* add image file creation from partitionChristophe Grenier2008-01-091-0/+153