summaryrefslogtreecommitdiffstats
path: root/src/partxbox.c
Commit message (Expand)AuthorAgeFilesLines
* new constant SINGLE_PARTITION_TYPE to improve code testingChristophe Grenier2022-11-161-1/+2
* Numerous frama-c annotationsChristophe Grenier2021-11-201-2/+15
* Additional frama-c annotationsChristophe Grenier2020-08-081-0/+2
* New prototype for test_structure()Christophe Grenier2020-08-021-2/+63
* Avoid function pointer when function is already knownChristophe Grenier2020-08-021-2/+2
* Constify a lot of function parametersChristophe Grenier2020-06-191-1/+1
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-8/+4
* Avoid a NULL dereference when listing an NTFS partition after RebuildBSChristophe Grenier2018-02-071-0/+2
* Use explicit function adressesChristophe Grenier2017-04-031-12/+12
* TestDisk: remove align parameter from write_part() functionChristophe Grenier2013-11-031-2/+2
* Code cleanupChristophe Grenier2009-10-251-1/+1
* code cleanup: remove verbose argument to add_partition_*()Christophe Grenier2009-03-061-1/+1
* Fix some compilation warningsChristophe Grenier2009-02-031-2/+1
* Define as static some functionsChristophe Grenier2009-02-011-6/+0
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-1/+1
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-110/+7
* Code cleanup after using LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-2/+2
* code cleanup: rename aff_buffer() fixupChristophe Grenier2008-04-071-1/+1
* code cleanup: rename aff_buffer()Christophe Grenier2008-04-031-4/+4
* "testdisk -lu device" will list the partition with sector unitChristophe Grenier2007-12-061-3/+3
* - Use wprintw ncurses function instead of a custom oneChristophe Grenier2007-11-021-1/+1
* First version in gitChristophe Grenier2007-10-291-0/+427