Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move log_disk_list() to src/fnctdsk.c | Christophe Grenier | 2014-02-01 | 1 | -0/+20 |
| | | | | return non zero error code in PhotoRec main to signal some errors | ||||
* | QPhotoRec: automatically select the image disk after addiing it | Christophe Grenier | 2013-10-20 | 1 | -25/+30 |
| | |||||
* | Fix double free() - regression introduced in ↵ | Christophe Grenier | 2013-06-04 | 1 | -4/+1 |
| | | | | bf83ac26623fc2743ec041b8f502636074ffe69c | ||||
* | Fix memory leak when freeing device | Christophe Grenier | 2013-05-19 | 1 | -5/+1 |
| | |||||
* | get_geometry_from_list_part: make "score" variable more local | Christophe Grenier | 2013-05-17 | 1 | -1/+1 |
| | |||||
* | New prototype for size_to_unit() | Christophe Grenier | 2010-10-24 | 1 | -2/+1 |
| | |||||
* | code cleanup, fix signed/unsigned warnings | Christophe Grenier | 2009-03-06 | 1 | -1/+0 |
| | |||||
* | Fix some compilation warnings | Christophe Grenier | 2009-02-03 | 1 | -3/+0 |
| | |||||
* | Define as static some functions | Christophe Grenier | 2009-02-01 | 1 | -43/+0 |
| | |||||
* | Split ncurses text interface from functions | Christophe Grenier | 2009-01-14 | 1 | -0/+1 |
| | |||||
* | Close the log file before exit(). | Christophe Grenier | 2008-11-28 | 1 | -0/+3 |
| | |||||
* | Defined more functions as static | Christophe Grenier | 2008-11-10 | 1 | -15/+3 |
| | |||||
* | Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ↵ | Christophe Grenier | 2008-07-18 | 1 | -25/+37 |
| | | | | of CHS | ||||
* | Make the code less C++ hostile | Christophe Grenier | 2008-06-23 | 1 | -1/+1 |
| | |||||
* | Use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX under Windows to get disk size (Fix ↵ | Christophe Grenier | 2008-02-05 | 1 | -2/+2 |
| | | | | | | boggus size with some internal USB card reader) Report disk model under Linux | ||||
* | IO redirection for alt. superblock/bs is enabled before file listing | Christophe Grenier | 2007-11-13 | 1 | -2/+5 |
| | |||||
* | First version in git | Christophe Grenier | 2007-10-29 | 1 | -0/+451 |