summaryrefslogtreecommitdiffstats
path: root/src/godmode.c
Commit message (Collapse)AuthorAgeFilesLines
* TestDisk: when searching for partition, press '+' to skip 5% of the diskChristophe Grenier2024-01-301-1/+9
|
* Replace "harddisk" by "hard disk" and replace "is is" by "is"Christophe Grenier2021-11-101-5/+12
| | | | See https://github.com/cgsecurity/testdisk/issues/110
* TestDisk: ask confirmation to stop searching for more partitionsChristophe Grenier2021-04-161-11/+13
|
* src/godmode.c: try to be more static parser friendlyChristophe Grenier2020-11-011-12/+14
|
* Constify a lot of function parametersChristophe Grenier2020-06-191-12/+3
|
* fix minor warning in search_part() about format stringChristophe Grenier2019-07-261-2/+2
|
* TestDisk: after Analyze and Quick Search, allow to return to the list ofChristophe Grenier2018-09-221-160/+151
| | | | partitions found by TestDisk.
* After Quick search and Deeper Search, ask before discarding the results.Christophe Grenier2018-08-021-4/+5
|
* Remove always-true check in search_part()Christophe Grenier2018-03-171-1/+1
|
* TestDisk: flush log before asking for partitions to keepChristophe Grenier2018-02-071-0/+1
|
* Replace EXFAT by exFATChristophe Grenier2016-12-111-1/+1
|
* Cast to long long integer to avoid erronous progression report in search_part()Christophe Grenier2016-09-131-3/+3
| | | | | This issue seems to affect Mac OS X. See bug report: https://github.com/cgsecurity/testdisk/issues/12
* add an assertion in search_part()Christophe Grenier2016-07-021-1/+2
|
* Improve English grammar, capitalization, and punctuationAlex Henrie2016-02-221-5/+5
|
* Fix a compilation issue when ncurses library is missingChristophe Grenier2016-02-211-1/+5
|
* Detect NTFS partition using backup boot sector faster when scanning EFI GPT diskChristophe Grenier2015-10-111-2/+11
|
* PC/Intel partition table: Do not align the partition if it overlaps with the ↵Christophe Grenier2015-09-251-11/+28
| | | | next one because of this alignement.
* Ask confirmation when user quits the list of partitions found by TestDisk - ↵Christophe Grenier2015-09-051-1/+15
| | | | | | 2nd try Revert commit b1089a10ec65e1983e7c5e3ec6a70813521cdb5a
* add missing return to new line at the end of LBA48 support messageChristophe Grenier2015-04-141-1/+4
| | | | Search for backup partition when EFI GPT is selected
* Write dmsetup commands in the log file for Linux advanced usersChristophe Grenier2014-09-171-0/+16
|
* Dsplay number of sectors as long long unsigned integerChristophe Grenier2014-07-211-11/+33
|
* Add assert() to document function assumptions in MALLOC(), ↵Christophe Grenier2014-03-211-0/+2
| | | | pfind_sectors_per_cluster() and search_part()
* TestDisk: remove align parameter from write_part() functionChristophe Grenier2013-11-031-4/+4
|
* Constify some variablesChristophe Grenier2013-05-261-6/+4
|
* TestDisk: if the user stops the partition search, check anyway the remaining ↵Christophe Grenier2013-05-251-41/+66
| | | | promising locations
* remove always enabled "interface" parameter from search_part() prototypeChristophe Grenier2013-05-251-28/+19
|
* TestDisk: Also search for backup boot sector/backup superblock during Quick ↵Christophe Grenier2013-05-251-13/+8
| | | | Search
* Fix criteria for FAT backup and ext2/3/4 backup superblock searchChristophe Grenier2013-05-251-13/+12
|
* New function search_add_hints()Christophe Grenier2013-05-251-32/+52
| | | | Add hints for NTFS backup
* Remove some dead code in search_part()Christophe Grenier2013-05-251-19/+1
|
* New function get_min_location() to get the minimal offset of a partitionChristophe Grenier2013-05-251-20/+18
|
* New function get_location_boundary()Christophe Grenier2013-05-251-20/+11
|
* Get rid of pread_fast(), it's too error proneChristophe Grenier2013-05-241-12/+8
|
* replace tab_insert() by hint_insert()Christophe Grenier2013-05-231-32/+31
|
* ask_mbr_order_i386(): make some variables more localChristophe Grenier2013-05-171-2/+2
|
* TestDisk: add Linux swap using 8k pagefile detectionChristophe Grenier2012-08-121-1/+1
|
* godmode.c: Translate comment from French to EnglishChristophe Grenier2012-08-091-1/+1
|
* TestDisk: always search for partition aligned on 1 MB boundariesChristophe Grenier2012-07-141-10/+10
|
* Rewrote how TestDisk aligns partition on cylinder or 1MB boundaryChristophe Grenier2011-12-281-129/+129
|
* Remove "Allow partial last cylinder" optionChristophe Grenier2011-12-081-4/+2
|
* Code cleanup: remove constant argument 'align" from add_ext_part_i386()Christophe Grenier2011-12-081-6/+6
|
* Add detection of Vmware VMFS partitionChristophe Grenier2011-07-201-2/+7
|
* Fix exFAT recovery using backup boot sectorChristophe Grenier2011-01-071-2/+2
|
* Introduce pread_fast(), a function that can return a pointer to the data in ↵Christophe Grenier2010-11-051-16/+12
| | | | | | cache instead of using memcpy to fill the buffer with a copy of the data
* New prototype for size_to_unit()Christophe Grenier2010-10-241-3/+8
|
* Code cleanupChristophe Grenier2010-08-231-1/+1
|
* TestDisk: reduce the number of read operationsChristophe Grenier2010-06-221-32/+34
|
* Prefix highligted selection by ">", so screen reader software find theChristophe Grenier2010-05-211-0/+2
| | | | interface less confusing.
* Press 'F' during deeper partition search to continue after the end of the ↵Christophe Grenier2010-04-271-2/+11
| | | | last found partition
* TestDisk: additional control to avoid that the extended partition ends after ↵Christophe Grenier2009-07-031-40/+60
| | | | the end of the disk