| Commit message (Expand) | Author | Age | Files | Lines |
* | src/file_doc.c: improve Frama-C annotationsHEADmaster | Christophe Grenier | 2023-08-31 | 1 | -53/+111 |
* | src/common.c: rewrite set_part_name(), set_part_name_chomp() and | Christophe Grenier | 2023-08-25 | 4 | -39/+123 |
* | src/hdaccess.c: use /sys/dev/block/*/device/{model,serial,rev} to get | Christophe Grenier | 2023-08-25 | 1 | -0/+50 |
* | src/file_mov.c: recover "XAVC" videos | Christophe Grenier | 2023-08-25 | 1 | -1/+2 |
* | new prototype for copy_file(), improve error reporting | Christophe Grenier | 2023-08-25 | 8 | -62/+89 |
* | src/fat_adv.c: move up2power() from src/common.c | Christophe Grenier | 2023-08-25 | 3 | -24/+23 |
* | src/exfat_dir.c: Better utf-8 support when iconv is missing | Christophe Grenier | 2023-06-18 | 1 | -4/+73 |
* | fidentify: report if iconv is used | Christophe Grenier | 2023-02-19 | 1 | -0/+7 |
* | qphotorec: improve error message when write failed | Christophe Grenier | 2023-02-19 | 1 | -1/+1 |
* | Commit various Frama-C annotations | Christophe Grenier | 2023-02-19 | 9 | -40/+103 |
* | src/apfs_common.c: avoid integer overflow when checking block count. | Christophe Grenier | 2023-02-19 | 1 | -1/+1 |
* | testdisk, photorec: report iconv usage | Christophe Grenier | 2023-02-19 | 2 | -0/+10 |
* | src/file_shp.c: fix filesize detection. | Christophe Grenier | 2023-02-03 | 1 | -16/+53 |
* | Add basic shapefile (.shp, .shx) support | Grzegorz Szymaszek | 2023-02-01 | 3 | -0/+91 |
* | testdisk and photorec: display disk serial number when selecting source | Christophe Grenier | 2023-01-23 | 2 | -8/+25 |
* | update to 2023 | Christophe Grenier | 2023-01-23 | 3 | -3/+3 |
* | PhotoRec: recover FX Preset .fxp files | Christophe Grenier | 2022-11-16 | 3 | -0/+87 |
* | new constant SINGLE_PARTITION_TYPE to improve code testing | Christophe Grenier | 2022-11-16 | 11 | -16/+98 |
* | src/file_gz.c: compilation fix when zlib is present and SINGLE_FORMAT | Christophe Grenier | 2022-11-16 | 1 | -1/+1 |
* | Replace "Select a media (use Arrow keys, then press Enter):" message by | Christophe Grenier | 2022-11-16 | 2 | -2/+2 |
* | PhotoRec: distinguish Mathcad .mtcx files from .zip | Christophe Grenier | 2022-11-16 | 1 | -0/+7 |
* | src/dirn.c: new function can_copy_dir() | Christophe Grenier | 2022-11-16 | 1 | -11/+16 |
* | Fix for 2038 compatibility | Christophe Grenier | 2022-09-10 | 3 | -5/+4 |
* | src/file_ext.c: fix Array-bounds issue | Christophe Grenier | 2022-08-11 | 1 | -1/+1 |
* | PhotoRec: recover PowerArchiver .pa files | Christophe Grenier | 2022-07-14 | 3 | -0/+86 |
* | src/file_list.c: reduce number of external definition when SINGLE_FORMAT | Christophe Grenier | 2022-07-14 | 1 | -12/+706 |
* | Improve Frama-C annotations | Christophe Grenier | 2022-07-14 | 50 | -20/+137 |
* | Update to July 2022 | Christophe Grenier | 2022-07-14 | 3 | -3/+3 |
* | src/file_ptf.c: relax Pro Tools ptf file signature | Christophe Grenier | 2022-07-14 | 1 | -2/+0 |
* | src/ntfs_adv.c: fix mft_lcn display by casting to "long long unsigned int" | Christophe Grenier | 2022-07-14 | 1 | -26/+26 |
* | src/file_exe.c: remove some useless code | Christophe Grenier | 2022-07-14 | 1 | -7/+5 |
* | src/chgtype.c: remove redundant check | Christophe Grenier | 2022-07-14 | 1 | -2/+0 |
* | src/file_skp.c: remove filesize limit | Christophe Grenier | 2022-07-14 | 1 | -1/+1 |
* | src/file_sp3.c: rename variable time to file_time to avoid to shadow | Christophe Grenier | 2022-07-14 | 1 | -3/+3 |
* | src/hdaccess.c: make disk_get_sector_size variable local | Christophe Grenier | 2022-07-14 | 1 | -6/+5 |
* | src/ext2p.c: remove useless memory allocation | Christophe Grenier | 2022-07-14 | 1 | -4/+0 |
* | Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification | Christophe Grenier | 2022-04-13 | 127 | -657/+1714 |
* | src/partmac.[ch]: Fix mac structure to avoid using pointers | Christophe Grenier | 2022-04-10 | 2 | -8/+24 |
* | Drop "--enable-ncmouse" option from configure script | Christophe Grenier | 2022-04-08 | 5 | -262/+1 |
* | pdiskseln.c,phrecn.c,ppartseln.c: disable some code for Frama-C | Christophe Grenier | 2022-04-07 | 3 | -4/+35 |
* | src/ntfs_io.c: fix ntfs_device_testdisk_io_ioctl() prototype for ntfs-3g | Christophe Grenier | 2022-04-06 | 1 | -0/+12 |
* | Avoid field with a 0 size as Frama-C do not support them. | Christophe Grenier | 2022-04-06 | 5 | -0/+53 |
* | src/qmainrec.cpp: log "QPhotoRec exited normally" when QPhotoRec is | Christophe Grenier | 2022-04-05 | 1 | -0/+1 |
* | src/qphotorec_locale.qrc: fix for f599c961a03c52c1f2a5fcab47ca8103317302cb | Christophe Grenier | 2022-04-05 | 1 | -0/+1 |
* | QPhotoRec: add Finnish translation from https://www.transifex.com/cgsecurity/... | Christophe Grenier | 2022-03-26 | 2 | -0/+270 |
* | PhotoRec recover | Christophe Grenier | 2022-03-24 | 5 | -0/+238 |
* | Stops if argc <= 0 | Christophe Grenier | 2022-01-27 | 2 | -0/+4 |
* | Numerous frama-c annotations | Christophe Grenier | 2021-11-20 | 118 | -137/+1664 |
* | PhotoRec: recover dovecot encrypted files (Disable by default) | Christophe Grenier | 2021-11-20 | 3 | -0/+133 |
* | QPhotoRec: update translations, add Polish(pl) | Christophe Grenier | 2021-11-10 | 16 | -67/+495 |