summaryrefslogtreecommitdiffstats
path: root/src/analyse.c
Commit message (Expand)AuthorAgeFilesLines
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-12/+12
* TestDisk: detect APFS partitionChristophe Grenier2021-06-021-3/+34
* sysv: use unsigned int when checking the signatureChristophe Grenier2020-11-271-1/+1
* Constify more function parametersChristophe Grenier2020-06-191-1/+1
* Detect f2fs filesystem, a filesystem created in 2012 by Samsung Electronics C...Christophe Grenier2018-06-281-6/+14
* Replace EXFAT by exFATChristophe Grenier2016-12-111-3/+3
* Detect Microsoft ReFS filesystemChristophe Grenier2015-12-031-1/+6
* constify more variablesChristophe Grenier2013-06-011-3/+3
* Fix regression introduced in eb3b555b50e2c82f67559472bdf0a1d54325550fChristophe Grenier2013-05-251-1/+1
* "FAT found using backup sector!" message should be set by recover_FAT(), not ...Christophe Grenier2013-05-241-3/+0
* Get rid of pread_fast(), it's too error proneChristophe Grenier2013-05-241-41/+26
* Check ZFS filesystem when detectedChristophe Grenier2013-05-171-1/+2
* TestDisk: add Linux swap using 8k pagefile detectionChristophe Grenier2012-08-121-1/+2
* TestDisk: detects cramfs filesystem with offset 0Christophe Grenier2012-08-121-0/+5
* remove unsued parameters from check_btrfs() and recover_ISO()Christophe Grenier2012-04-151-1/+1
* Recover WBFS (Wii Backup File System) partitionChristophe Grenier2012-01-161-0/+5
* Locate lost GFS2 partition but not yet the sizeChristophe Grenier2011-08-281-2/+7
* Add detection of Vmware VMFS partitionChristophe Grenier2011-07-201-0/+21
* TestDisk: recover btrfs, a GPL-licensed copy-on-write file system for Linux.Christophe Grenier2011-03-051-1/+20
* Fix exFAT recovery using backup boot sectorChristophe Grenier2011-01-071-3/+1
* Try to locate truecrypt logical partition by using the logical partition entry.Christophe Grenier2010-11-291-0/+6
* Introduce pread_fast(), a function that can return a pointer to the data in c...Christophe Grenier2010-11-051-83/+101
* TestDisk: reduce the number of read operationsChristophe Grenier2010-06-221-10/+4
* TestDisk: fix HFSP detectionChristophe Grenier2010-06-221-2/+2
* Add specific tests (ie magic value) before checking for a filesystem (Use les...Christophe Grenier2010-04-271-68/+166
* TestDisk: locate ZFS partition beginningChristophe Grenier2009-08-181-0/+2
* TestDisk: recover exFAT partitionChristophe Grenier2009-03-221-0/+17
* Fix some compilation warningsChristophe Grenier2009-02-031-11/+5
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-25/+10
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-99/+2
* Fix some compilation warning when ncurses isn't usedChristophe Grenier2008-08-051-0/+2
* Distinguish ext4 from ext3 filesystemChristophe Grenier2008-07-141-2/+2
* Make the code less C++ hostileChristophe Grenier2008-06-231-1/+1
* "testdisk -lu device" will list the partition with sector unitChristophe Grenier2007-12-061-1/+1
* - Use wprintw ncurses function instead of a custom oneChristophe Grenier2007-11-021-3/+3
* First version in gitChristophe Grenier2007-10-291-0/+359