summaryrefslogtreecommitdiffstats
path: root/src/partnone.c
Commit message (Expand)AuthorAgeFilesLines
* A lot of frama-c annotations or code disablingChristophe Grenier2024-01-301-3/+13
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-4/+5
* TestDisk: detect APFS partitionChristophe Grenier2021-06-021-1/+16
* Additional frama-c annotationsChristophe Grenier2020-08-081-0/+8
* New prototype for test_structure()Christophe Grenier2020-08-021-4/+58
* Avoid function pointer when function is already knownChristophe Grenier2020-08-021-1/+1
* Detect f2fs filesystem, a filesystem created in 2012 by Samsung Electronics C...Christophe Grenier2018-06-281-0/+6
* Use explicit function adressesChristophe Grenier2017-04-031-12/+12
* Replace EXFAT by exFATChristophe Grenier2016-12-111-2/+2
* New prototype for test_ReFS()Christophe Grenier2016-01-231-0/+4
* Support XFS5Christophe Grenier2016-01-231-0/+2
* Detect Microsoft ReFS filesystemChristophe Grenier2015-12-031-0/+1
* src/partnone.c: add missing headerChristophe Grenier2013-12-141-0/+1
* Get rid of pread_fast(), it's too error proneChristophe Grenier2013-05-241-3/+2
* Add missing filesystem check for non partionned mediaChristophe Grenier2013-05-171-6/+10
* Avoid underflow when using TestDisk on file smaller than 512 bytesChristophe Grenier2012-12-231-4/+7
* List UFS and UFS 2 Little endian filesystemtype correctly when no partition t...Christophe Grenier2012-10-251-0/+2
* TestDisk: add Linux swap using 8k pagefile detectionChristophe Grenier2012-08-121-3/+8
* remove unsued parameters from check_btrfs() and recover_ISO()Christophe Grenier2012-04-151-2/+2
* partnone.c: add missing include wbfs.hChristophe Grenier2012-03-101-0/+1
* Recover WBFS (Wii Backup File System) partitionChristophe Grenier2012-01-161-0/+4
* Locate lost GFS2 partition but not yet the sizeChristophe Grenier2011-08-281-0/+1
* Add detection of Vmware VMFS partitionChristophe Grenier2011-07-201-0/+9
* For non partionned media formated as FAT, set bytes per sector accordingChristophe Grenier2011-03-051-1/+3
* TestDisk: recover btrfs, a GPL-licensed copy-on-write file system for Linux.Christophe Grenier2011-03-051-0/+5
* On non-partionned media, discovers exFAT filesystem using backup sector.Christophe Grenier2011-01-071-1/+6
* Detect ext2/3/4 filesystem using group 3 backup superblock when main superblo...Christophe Grenier2011-01-051-0/+22
* Search for FAT32 and NTFS backup boot sector when checking if the partition t...Christophe Grenier2010-10-311-0/+13
* TestDisk: reduce the number of read operationsChristophe Grenier2010-06-221-14/+34
* Code cleanupChristophe Grenier2009-10-251-3/+4
* Identify ISO9660 image as non-partitionned mediaChristophe Grenier2009-10-191-1/+8
* TestDisk: locate ZFS partition beginningChristophe Grenier2009-08-181-0/+1
* TestDisk: recover exFAT partitionChristophe Grenier2009-03-221-0/+5
* Fix some compilation warningsChristophe Grenier2009-02-031-9/+7
* Define as static some functionsChristophe Grenier2009-02-011-2/+3
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-1/+1
* Code cleanup after using LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-2/+2
* Defined more functions as staticChristophe Grenier2008-11-101-1/+6
* Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...Christophe Grenier2008-07-181-4/+4
* Distinguish ext4 from ext3 filesystemChristophe Grenier2008-07-141-0/+2
* Make the code less C++ hostileChristophe Grenier2008-06-231-2/+2
* code cleanup: rename aff_buffer() fixupChristophe Grenier2008-04-071-1/+1
* code cleanup: rename aff_buffer()Christophe Grenier2008-04-031-4/+4
* Remove the possibility to add a partition for non-partionned diskChristophe Grenier2008-02-281-6/+1
* "testdisk -lu device" will list the partition with sector unitChristophe Grenier2007-12-061-1/+1
* First version in gitChristophe Grenier2007-10-291-0/+365