| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid a null pointer dereference in ntfs_dump() | Christophe Grenier | 2018-03-17 | 1 | -1/+1 |
* | Avoid a warning about file handle leak in log_open_default() | Christophe Grenier | 2018-03-17 | 1 | -2/+3 |
* | Remove always-true check in search_part() | Christophe Grenier | 2018-03-17 | 1 | -1/+1 |
* | Fix memory leak if getwd(".") failed | Christophe Grenier | 2018-03-17 | 1 | -0/+3 |
* | TestDisk: redraw interface if the screen has ben resized | Christophe Grenier | 2018-03-17 | 1 | -3/+6 |
* | Use new functions check_command(), skip_comma_in_command() and get_int_from_c... | Christophe Grenier | 2018-03-17 | 35 | -363/+216 |
* | Restore line deleted by mistake in configure.ac by commit aee0c5d0e3d9cbf0a7d... | Christophe Grenier | 2018-03-17 | 1 | -0/+1 |
* | QPhotoRec: update the algo to match the one from PhotoRec | Christophe Grenier | 2018-03-17 | 6 | -296/+205 |
* | PhotoRec: shorten by 1 byte the ptf file signature to avoid a false negative | Christophe Grenier | 2018-03-15 | 1 | -2/+2 |
* | Fix various warnings | Christophe Grenier | 2018-03-15 | 6 | -26/+32 |
* | PhotoRec: recover Blue Iris .dvr files | Christophe Grenier | 2018-03-15 | 3 | -0/+82 |
* | Avoid variable-length array (vla) | Christophe Grenier | 2018-03-15 | 4 | -11/+17 |
* | PhotoRec: fix potential endless loop/crash when parsing abr files, | Christophe Grenier | 2018-02-26 | 6 | -10/+12 |
* | PhotoRec: use memcmp() instead of strcmp() when parsing exe and tiff files | Christophe Grenier | 2018-02-18 | 3 | -6/+6 |
* | PhotoRec: fix bound check when parsing exe, fits, jpg, mp3, riff, zip | Christophe Grenier | 2018-02-18 | 6 | -6/+13 |
* | PhotoRec: fix STL Binary format filesize detection | Christophe Grenier | 2018-02-18 | 1 | -2/+2 |
* | PhotoRec: remove an useless check in header_check_fcs() and fix the OOB read ... | Christophe Grenier | 2018-02-18 | 1 | -51/+48 |
* | PhotoRec: Limit recursion when parsing TIFF images files | Christophe Grenier | 2018-02-15 | 2 | -2/+2 |
* | PhotoRec: avoid endless loop when parsing corrupted zip files. Bug detected v... | Christophe Grenier | 2018-02-15 | 1 | -0/+6 |
* | PhotoRec: recover WebP images with the extension .webp instead of .avi | Christophe Grenier | 2018-02-15 | 1 | -0/+3 |
* | PhotoRec: lnk files - move filesize determination in lnk_get_size() | Christophe Grenier | 2018-02-15 | 1 | -6/+14 |
* | fidentify: modfied for afl-clang-fast | Christophe Grenier | 2018-02-08 | 1 | -68/+72 |
* | fidentify: only search for enabled file families if specified | Christophe Grenier | 2018-02-08 | 1 | -7/+23 |
* | PhotoRec: set minimal size for .xz files | Christophe Grenier | 2018-02-07 | 1 | -0/+1 |
* | PhotoRec: recover utf-16 xml files | Christophe Grenier | 2018-02-07 | 1 | -0/+14 |
* | PhotoRec: improve Thunderbird mailbox recovery | Christophe Grenier | 2018-02-07 | 1 | -0/+28 |
* | PhotoRec: better .gpx end detection | Christophe Grenier | 2018-02-07 | 1 | -0/+9 |
* | TestDisk: flush log before asking for partitions to keep | Christophe Grenier | 2018-02-07 | 1 | -0/+1 |
* | PhotoRec: recover Android .apk files | Christophe Grenier | 2018-02-07 | 1 | -5/+8 |
* | src/file_jpg.c: replace unsigned by unsigned int | Christophe Grenier | 2018-02-07 | 1 | -1/+1 |
* | src/file_doc.c: add assert() | Christophe Grenier | 2018-02-07 | 1 | -2/+4 |
* | PhotoRec: avoid out of bound read (again) for .lnk files | Christophe Grenier | 2018-02-07 | 1 | -9/+11 |
* | PhotoRec: recover Mensura .msa files (not enabled by default) | Christophe Grenier | 2018-02-07 | 3 | -0/+77 |
* | PhotoRec: ignore indd header/magic value if already recovering an indd file | Christophe Grenier | 2018-02-07 | 1 | -2/+1 |
* | Avoid a NULL dereference when listing an NTFS partition after RebuildBS | Christophe Grenier | 2018-02-07 | 12 | -7/+24 |
* | PhotoRec: rename photorec.ses to photorec.se2 if session is not resumed | Christophe Grenier | 2017-12-24 | 1 | -2/+1 |
* | PhotoRec: remove useless variable file_recovery in fat_unformat_aux() | Christophe Grenier | 2017-12-24 | 1 | -3/+0 |
* | Add Windows Recovery, Linux /home, /src and data EFI uuid partition type | Christophe Grenier | 2017-12-24 | 3 | -6/+18 |
* | Replace http://www.cgsecurity.org by https | Christophe Grenier | 2017-12-02 | 27 | -44/+44 |
* | PhotoRec: Make "Continue previous session" give output after receiving Y | Christophe Grenier | 2017-11-25 | 2 | -2/+16 |
* | PhotoRec: Fix for request #36: when the list of recovered files gets to 11 li... | Christophe Grenier | 2017-10-14 | 1 | -2/+2 |
* | fidentify: if checks are enabled, run them before displaying the file type. | Christophe Grenier | 2017-09-28 | 1 | -11/+17 |
* | PhotoRec: according to TIFF specification, directory entries must be sorted. | Christophe Grenier | 2017-09-28 | 2 | -10/+30 |
* | PhotoRec: distinguish Apple .heic from .mov | Christophe Grenier | 2017-09-21 | 1 | -0/+10 |
* | PhotoRec: force to uint64_t some calculated_file_size | Christophe Grenier | 2017-09-21 | 7 | -10/+10 |
* | PhotoRec: avoid potential endless loops | Christophe Grenier | 2017-09-12 | 15 | -33/+34 |
* | Add note about sr2 and arw TIFF files | Christophe Grenier | 2017-09-11 | 2 | -1/+5 |
* | add assert() in file_rsearch() | Christophe Grenier | 2017-09-11 | 1 | -0/+1 |
* | PhotoRec: distinguish Apple Numbers .iwa from .zip | Christophe Grenier | 2017-09-11 | 1 | -0/+3 |
* | Handle VirtIO block /dev/vd[a-z] devices | Christophe Grenier | 2017-09-11 | 1 | -0/+2 |