Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PhotoRec: fix length for "status=ext2_on_save_everything" and ↵ | Christophe Grenier | 2017-04-07 | 1 | -4/+4 |
| | | | | "status=ext2_off_save_everything" | ||||
* | adv_get_options_for_partition(): style | Christophe Grenier | 2017-04-07 | 1 | -3/+1 |
| | |||||
* | src/file_jpg.c: move duplicated code to check_mpo() | Christophe Grenier | 2017-04-06 | 1 | -28/+19 |
| | |||||
* | Various minor code cleanup | Christophe Grenier | 2017-04-06 | 5 | -7/+7 |
| | |||||
* | src/dirpart.c: split interface_adv() into several functions | Christophe Grenier | 2017-04-06 | 2 | -277/+350 |
| | |||||
* | src/file_ace.c: move crc check to a new function for better code readability | Christophe Grenier | 2017-04-05 | 1 | -36/+35 |
| | |||||
* | Travis: List dev branch for sonarqube | Christophe Grenier | 2017-04-05 | 1 | -0/+3 |
| | |||||
* | Add libewf-dev to package lists in.travis.yml and enable qphotorec compilation | Christophe Grenier | 2017-04-05 | 1 | -2/+2 |
| | |||||
* | Use explicit function adresses | Christophe Grenier | 2017-04-03 | 29 | -154/+154 |
| | | | | See MISRA C:2004, 16.9 | ||||
* | Update package lists in .travis.yml for Ubuntu trusty | Christophe Grenier | 2017-04-03 | 1 | -1/+1 |
| | |||||
* | Update travis CI configuration to launch SonarQube | Christophe Grenier | 2017-04-03 | 2 | -2/+44 |
| | |||||
* | Update INSTALL instructions to provide information on required librairies ↵ | Christophe Grenier | 2017-04-03 | 1 | -0/+47 |
| | | | | and how to generate the configure script | ||||
* | PhotoRec: recover Fotobook .mcf files | Christophe Grenier | 2017-03-23 | 1 | -0/+2 |
| | |||||
* | Raise the limit in FAT file listing from 30 clusters to 65536 directory entries | Christophe Grenier | 2017-03-23 | 1 | -4/+5 |
| | |||||
* | PhotoRec: do not search text files when another file is recovered except if ↵ | Christophe Grenier | 2017-03-03 | 1 | -21/+1 |
| | | | | it's also a text file | ||||
* | src/file_doc.c: fix typo in a comment | Christophe Grenier | 2017-03-03 | 1 | -1/+1 |
| | |||||
* | PhotoRec: handle "thum" atom in mov videos | Christophe Grenier | 2017-03-03 | 1 | -0/+1 |
| | |||||
* | PhotoRec: recover Ableton Liveset .als files | Christophe Grenier | 2017-03-03 | 1 | -0/+7 |
| | |||||
* | Add support for libewf 20160424 | Christophe Grenier | 2017-03-03 | 2 | -1/+23 |
| | |||||
* | QPhotoRec: add Catalan (ca) translation submitted by David Surroca via Transifex | Christophe Grenier | 2016-12-26 | 4 | -0/+261 |
| | |||||
* | PhotoRec: recover Paessler PRTG .prd files | Christophe Grenier | 2016-12-24 | 3 | -0/+63 |
| | |||||
* | PhotoRec: recover HyperMesh, structural analysis software, .hm files | Christophe Grenier | 2016-12-24 | 3 | -0/+62 |
| | |||||
* | Fix failure to build on Debian MIPS with gcc 6. | Christophe Grenier | 2016-12-24 | 1 | -63/+63 |
| | | | | | Thanks to Daniel Knezevic for the original patch. See Debian bug 847757 | ||||
* | PhotoRec: try to recover ssh keys and more shell scripts | Christophe Grenier | 2016-12-11 | 1 | -0/+9 |
| | |||||
* | PhotoRec: check picture_width and picture_height in bpg picture | Christophe Grenier | 2016-12-11 | 1 | -4/+6 |
| | |||||
* | Replace EXFAT by exFAT | Christophe Grenier | 2016-12-11 | 9 | -25/+25 |
| | |||||
* | Fix compilation issue under Ubuntu by setting QT_SELECT to qt5 | Christophe Grenier | 2016-11-13 | 2 | -4/+6 |
| | |||||
* | Merge branch 'AtlasHackert-master' | Christophe Grenier | 2016-11-13 | 1 | -0/+2 |
|\ | |||||
| * | Added R2013 DWG file format. | AtlasHackert | 2016-11-13 | 1 | -0/+2 |
|/ | |||||
* | add "filecopy" parameters to copy all the files from a partition | Christophe Grenier | 2016-10-26 | 3 | -0/+71 |
| | |||||
* | src/dir.c: move inode validation to is_inode_valid() | Christophe Grenier | 2016-10-26 | 1 | -24/+27 |
| | |||||
* | Enable start/stop sectors bigger than UINT_MAX when creating partition | Christophe Grenier | 2016-10-26 | 4 | -19/+22 |
| | | | | https://github.com/cgsecurity/testdisk/issues/5 | ||||
* | PhotoRec: Fix report.xml by encoding & in filenames | Christophe Grenier | 2016-10-12 | 1 | -1/+12 |
| | |||||
* | fix a cppcheck style warning in fat_copy_file() | Christophe Grenier | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | Constify two variables in interface_adv() | Christophe Grenier | 2016-10-12 | 1 | -3/+3 |
| | |||||
* | PhotoRec: for some file formats, check if file is complete when a new file ↵ | Christophe Grenier | 2016-09-30 | 10 | -32/+32 |
| | | | | is found | ||||
* | PhotoRec: check doc/OLE files when a new file is found | Christophe Grenier | 2016-09-30 | 4 | -8/+8 |
| | |||||
* | PhotoRec: remove a useless call to header_ignored() in src/file_fdb.c | Christophe Grenier | 2016-09-30 | 1 | -1/+0 |
| | |||||
* | PhotoRec: remove artificial limits from get_prev_location_smart() that were ↵ | Christophe Grenier | 2016-09-30 | 1 | -9/+18 |
| | | | | sometimes responsible of non-scanned area | ||||
* | header_ignored_adv(): generalized the speed optimization created for zip file | Christophe Grenier | 2016-09-30 | 3 | -17/+46 |
| | | | | in commit b947e58fa0a049692202e04d14992d5d829d5356 | ||||
* | PhotoRec: remove some useless call to header_ignored() when there is ↵ | Christophe Grenier | 2016-09-23 | 3 | -3/+3 |
| | | | | actually no file checking | ||||
* | src/file_mpg.c: factor code by using a new function header_mpg_found() | Christophe Grenier | 2016-09-23 | 1 | -44/+18 |
| | |||||
* | src/file_m2ts.c: fix misleading indentation | Christophe Grenier | 2016-09-23 | 1 | -1/+2 |
| | |||||
* | PhotoRec: when a zip header is found while Photorec is already recovering a ↵ | Christophe Grenier | 2016-09-23 | 1 | -2/+16 |
| | | | | zip file, check this file. (speed optimization) | ||||
* | Modify get_prev_location_smart() to always use offset_skipped_header if ↵ | Christophe Grenier | 2016-09-19 | 4 | -27/+15 |
| | | | | available | ||||
* | Cast to long long integer to avoid erronous progression report in search_part() | Christophe Grenier | 2016-09-13 | 1 | -3/+3 |
| | | | | | This issue seems to affect Mac OS X. See bug report: https://github.com/cgsecurity/testdisk/issues/12 | ||||
* | compile.sh: do not try to compile progsreiserfs by default as this library ↵ | Christophe Grenier | 2016-09-13 | 1 | -3/+6 |
| | | | | | | is deprecated. See bug report https://github.com/cgsecurity/testdisk/issues/10 | ||||
* | PhotoRec: Recover ogg video as .ogv instead of .ogm (old extension) | Christophe Grenier | 2016-09-12 | 1 | -4/+2 |
| | | | | Avoid to split some .ogv video | ||||
* | PhotoRec: recover Yamaha-YSFC .x4a files | Christophe Grenier | 2016-09-03 | 3 | -0/+107 |
| | |||||
* | PhotoRec: recover Silhouette Cameo cutting machine .studio files | Christophe Grenier | 2016-09-03 | 3 | -0/+70 |
| |