| Commit message (Expand) | Author | Age | Files | Lines |
* | A lot of frama-c annotations or code disabling | Christophe Grenier | 2024-01-30 | 1 | -1/+14 |
* | Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification | Christophe Grenier | 2022-04-13 | 1 | -1/+11 |
* | Disable ncurses library when using frama-c | Christophe Grenier | 2020-11-01 | 1 | -0/+2 |
* | Additional frama-c annotations | Christophe Grenier | 2020-08-08 | 1 | -0/+4 |
* | Use new functions check_command(), skip_comma_in_command() and get_int_from_c... | Christophe Grenier | 2018-03-17 | 1 | -5/+2 |
* | Enable start/stop sectors bigger than UINT_MAX when creating partition | Christophe Grenier | 2016-10-26 | 1 | -8/+15 |
* | Fix strange indentation | Christophe Grenier | 2016-02-13 | 1 | -2/+2 |
* | turn off a compiler warning in screen_buffer_add() | Christophe Grenier | 2015-04-14 | 1 | -1/+1 |
* | Avoid potential out of bound read access in screen_buffer_add() | Christophe Grenier | 2015-03-08 | 1 | -17/+18 |
* | Some partitions weren't marked as D(eleted) | Christophe Grenier | 2014-07-26 | 1 | -3/+4 |
* | remove screen_buffer_to_stdout() function | Christophe Grenier | 2013-05-17 | 1 | -13/+0 |
* | Move some code to new function get_partition_status() | Christophe Grenier | 2013-05-14 | 1 | -16/+19 |
* | move get_default_location() from src/intrf.c to src/askloc.c | Christophe Grenier | 2012-06-28 | 1 | -19/+0 |
* | Remove useless affectation | Christophe Grenier | 2012-04-21 | 1 | -1/+0 |
* | Code cleanup | Christophe Grenier | 2010-06-22 | 1 | -0/+2 |
* | Code cleanup | Christophe Grenier | 2009-10-25 | 1 | -3/+3 |
* | Handle more than 80 columns | Christophe Grenier | 2009-04-18 | 1 | -8/+6 |
* | Don't forget the string format when logging an error, patch from Pascal Terjan | Christophe Grenier | 2009-04-12 | 1 | -1/+1 |
* | code cleanup, fix signed/unsigned warnings | Christophe Grenier | 2009-03-06 | 1 | -2/+2 |
* | Fix some compilation warnings | Christophe Grenier | 2009-02-03 | 1 | -3/+0 |
* | Fix display of partition bigger than 2GB | Christophe Grenier | 2009-01-26 | 1 | -4/+4 |
* | Split ncurses text interface from functions | Christophe Grenier | 2009-01-14 | 1 | -1778/+5 |
* | PhotoRec: Don't marked as D(eleted) an entry (ie. whole disk) that is not a p... | Christophe Grenier | 2008-11-18 | 1 | -0/+5 |
* | Code cleanup after using LLVM/Clang Static Analyzer | Christophe Grenier | 2008-11-16 | 1 | -2/+4 |
* | Defined more functions as static | Christophe Grenier | 2008-11-10 | 1 | -29/+18 |
* | Create the partition image in the current directory when "/cmd device advance... | Christophe Grenier | 2008-09-10 | 1 | -3/+8 |
* | Split the interface in several files, part 2 | Christophe Grenier | 2008-08-25 | 1 | -9/+9 |
* | Split the interface in several files | Christophe Grenier | 2008-08-24 | 1 | -26/+37 |
* | Sort deleted NTFS files | Christophe Grenier | 2008-08-11 | 1 | -68/+58 |
* | Fix some compilation warning when ncurses isn't used | Christophe Grenier | 2008-08-05 | 1 | -0/+4 |
* | Allow to navigate in some menus using 2, 4, 5, 6 and 8 keys instead of arrow ... | Christophe Grenier | 2008-07-30 | 1 | -0/+13 |
* | Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ... | Christophe Grenier | 2008-07-18 | 1 | -8/+8 |
* | Code cleanup in interface_partition_type_ncurses() | Christophe Grenier | 2008-06-30 | 1 | -6/+1 |
* | When navigating, allow to follow symlink | Christophe Grenier | 2008-06-23 | 1 | -1/+3 |
* | Compilation fix for system without ncurses | Christophe Grenier | 2008-06-01 | 1 | -14/+14 |
* | wgetch_nodelay() and wmenuUpdate() can be static | Christophe Grenier | 2008-05-27 | 1 | -4/+6 |
* | PhotoRec: FileOpts can use more than 25 lines | Christophe Grenier | 2008-05-19 | 1 | -14/+14 |
* | Fix filename_to_directory() for cygwin | Christophe Grenier | 2008-05-14 | 1 | -7/+8 |
* | Display full filename when terminfo file (ie testdisk-6.10-WIP/win/c/cygwin) ... | Christophe Grenier | 2008-05-06 | 1 | -49/+62 |
* | When listing local directories, directories first, files next, both sorted by... | Christophe Grenier | 2008-05-01 | 1 | -125/+152 |
* | Deleted files can be shown or not when listing files. | Christophe Grenier | 2008-04-29 | 1 | -0/+1 |
* | Avoid unused variable when not using sudo | Christophe Grenier | 2008-04-11 | 1 | -13/+15 |
* | code cleanup: rename aff_buffer() | Christophe Grenier | 2008-04-03 | 1 | -77/+74 |
* | make vaff_txt() static | Christophe Grenier | 2008-03-24 | 1 | -1/+2 |
* | Change the display unit when changing the partition type | Christophe Grenier | 2008-02-27 | 1 | -0/+7 |
* | Mix interactive and cli mode in PhotoRec | Christophe Grenier | 2008-02-08 | 1 | -1/+8 |
* | Fix log creation | Christophe Grenier | 2008-01-09 | 1 | -69/+0 |
* | TestDisk FAT and NTFS Advanced boot menu interface, automaticaly positioned t... | Christophe Grenier | 2008-01-04 | 1 | -0/+4 |
* | In expert mode during RepairMFT, user can choose between MFT and MFTmirror if... | Christophe Grenier | 2007-12-21 | 1 | -1/+1 |
* | "testdisk -lu device" will list the partition with sector unit | Christophe Grenier | 2007-12-06 | 1 | -18/+10 |