Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PhotoRec: Fix for request #36: when the list of recovered files gets to 11 ↵ | Christophe Grenier | 2017-10-14 | 1 | -2/+2 |
| | | | | lines, the 11th ("others") makes disappear the "STOP" label. | ||||
* | PhotoRec: display the destination while recovering files | Christophe Grenier | 2015-07-18 | 1 | -4/+10 |
| | |||||
* | Refactor code in photorec_info() | Christophe Grenier | 2013-05-16 | 1 | -37/+14 |
| | |||||
* | Harmonize photorec_progressbar() and fat_unformat_aux() code | Christophe Grenier | 2013-05-15 | 1 | -3/+4 |
| | |||||
* | code cleanup: new enum type pstatus_t | Christophe Grenier | 2013-05-14 | 1 | -2/+2 |
| | |||||
* | PhotoRec: if less than 10 file famillies are enabled, display the results ↵ | Christophe Grenier | 2012-01-27 | 1 | -12/+27 |
| | | | | even if zero file have been found yet. | ||||
* | Huge code cleanup for Photorec: reduce the numbers of parameters of some ↵ | Christophe Grenier | 2011-08-20 | 1 | -16/+19 |
| | | | | functions | ||||
* | PhotoRec: workaroud in progress bar when time goes backward | Christophe Grenier | 2011-06-02 | 1 | -9/+12 |
| | |||||
* | PhotoRec: use "%llu" instead of "%lu" to display sectors offset | Christophe Grenier | 2011-03-25 | 1 | -6/+6 |
| | |||||
* | Always include stdio.h before ncurses header and types.h | Christophe Grenier | 2009-06-12 | 1 | -0/+1 |
| | |||||
* | Repla ce "Estimated time for achievement" by "Estimated time to completion" | Christophe Grenier | 2009-05-24 | 1 | -1/+1 |
| | |||||
* | PhotoRec: move photorec_bf() to a separate file, | Christophe Grenier | 2009-05-05 | 1 | -0/+121 |
idem for photorec_find_blocksize() and file_found() move photorec_info() and photorec_progressbar() to src/phnc.c |