| Commit message (Expand) | Author | Age | Files | Lines |
| * | openssl isn't used, don't link with it | Christophe Grenier | 13 days | 1 | -4/+1 |
|
|
| * | Add filename and filesize filters in NTFS undelete | Christophe Grenier | 2012-01-02 | 1 | -1/+1 |
|
|
| * | 6.14-WIP version | Christophe Grenier | 2012-01-02 | 1 | -2/+2 |
|
|
| * | TestDisk & PhotoRec 6.13 | Christophe Grenier | 2011-11-15 | 1 | -1/+1 |
|
|
| * | Use "./configure --disable-dfxml" to disable DFXML feature | Christophe Grenier | 2011-11-15 | 1 | -1/+10 |
|
|
| * | ntfs_mbstoucs takes 2 parameters in ntfs-3g and 3 in ntfsprogs | Christophe Grenier | 2011-10-17 | 1 | -0/+17 |
|
|
| * | Check for both uuid_create() and uuid_generate() to solve a compilation issue... | Christophe Grenier | 2011-07-31 | 1 | -10/+8 |
|
|
| * | Enable gcc -Wformat=2 checks during compilation | Christophe Grenier | 2011-06-17 | 1 | -1/+1 |
|
|
| * | update configure.ac to avoid a warning with autoconf 2.68 | Christophe Grenier | 2011-06-17 | 1 | -8/+8 |
|
|
| * | TestDisk & PhotoRec 6.12 | Christophe Grenier | 2011-05-11 | 1 | -2/+2 |
|
|
| * | Try to convert the compilation date to the ISO format | Christophe Grenier | 2011-04-24 | 1 | -1/+1 |
|
|
| * | Support for ntfs-3g_ntfsprogs | Christophe Grenier | 2011-04-06 | 1 | -0/+35 |
|
|
| * | Recent version of libewf have removed LIBEWF_HANDLE type, use libewf_handle_t... | Christophe Grenier | 2011-03-19 | 1 | -0/+4 |
|
|
| * | TestDisk: recover btrfs, a GPL-licensed copy-on-write file system for Linux. | Christophe Grenier | 2011-03-05 | 1 | -1/+1 |
|
|
| * | Check wctomb() availability | Christophe Grenier | 2010-11-29 | 1 | -1/+1 |
|
|
| * | Support cygwin's libncursesw10 | Christophe Grenier | 2010-10-23 | 1 | -2/+2 |
|
|
| * | If compiled with "./configure --enable-mouse", most PhotoRec screens can be d... | Christophe Grenier | 2010-09-11 | 1 | -0/+20 |
|
|
| * | Remove reference to jpegmmx-lib | Christophe Grenier | 2010-09-11 | 1 | -17/+6 |
|
|
| * | Add fidentify man page, fix the section number of testdisk and photorec | Christophe Grenier | 2010-09-11 | 1 | -1/+1 |
|
|
| * | Don't check for varargs.h presence | Christophe Grenier | 2010-09-11 | 1 | -1/+1 |
|
|
| * | Update TestDisk date, add photorecf | Christophe Grenier | 2010-04-27 | 1 | -1/+4 |
|
|
| * | Enable -Wc++-compat compilation warning | Christophe Grenier | 2009-12-11 | 1 | -1/+1 |
|
|
| * | Define _FORTIFY_SOURCE during compilation to enable more source code warnings | Christophe Grenier | 2009-11-01 | 1 | -0/+4 |
|
|
| * | TestDisk & PhotoRec man pages are moved to "8 System Administration tools and... | Christophe Grenier | 2009-07-16 | 1 | -1/+1 |
|
|
| * | Update configure.ac to not use the deprecated AC_TRY_COMPILE macro, | Christophe Grenier | 2009-06-21 | 1 | -12/+12 |
|
|
| * | TestDisk & PhotoRec 6.11-WIP | Christophe Grenier | 2009-04-19 | 1 | -1/+1 |
|
|
| * | Handle Ctrl+C | Christophe Grenier | 2009-04-18 | 1 | -2/+2 |
|
|
| * | configure.ac: libewf checks HAVE_OFF64_T, so defines it | Christophe Grenier | 2009-02-03 | 1 | -0/+5 |
|
|
| * | Fix some missing headers for cygwin | Christophe Grenier | 2009-02-01 | 1 | -1/+1 |
|
|
| * | Under Windows, use aligned memory for memory allocation bigger than 512 bytes | Christophe Grenier | 2009-01-27 | 1 | -1/+1 |
|
|
| * | fidentify: determine file type using PhotoRec signatures | Christophe Grenier | 2009-01-18 | 1 | -0/+3 |
|
|
| * | qphotorec: non-fonctionnal QT prototype of PhotoRec | Christophe Grenier | 2009-01-14 | 1 | -7/+32 |
|
|
| * | Fix warning for automake 1.10.1 | Christophe Grenier | 2009-01-04 | 1 | -7/+17 |
|
|
| * | Update release to November 2008 | Christophe Grenier | 2008-11-13 | 1 | -4/+4 |
|
|
| * | Portability fixes for OpenBSD when e2fsprogs port is used | Christophe Grenier | 2008-10-06 | 1 | -11/+33 |
|
|
| * | May want to use carvpath for in-place carving in the futur | Christophe Grenier | 2008-08-25 | 1 | -0/+31 |
|
|
| * | Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ... | Christophe Grenier | 2008-07-18 | 1 | -1/+1 |
|
|
| * | TestDisk & PhotoRec 6.10 release | Christophe Grenier | 2008-07-17 | 1 | -1/+1 |
|
|
| * | PhotoRec: decompress found gzip to check for KMyMoney .kmy | Christophe Grenier | 2008-07-07 | 1 | -2/+2 |
|
|
| * | Make the code less C++ hostile | Christophe Grenier | 2008-06-23 | 1 | -13/+7 |
|
|
| * | Mac: ncurses static library may be used | Christophe Grenier | 2008-06-23 | 1 | -10/+33 |
|
|
| * | sleep() doesn't exist under mingw32 | Christophe Grenier | 2008-06-01 | 1 | -1/+1 |
|
|
| * | Test chmod function availability | Christophe Grenier | 2008-05-26 | 1 | -1/+1 |
|
|
| * | Support for OpenBSD uuid library | Christophe Grenier | 2008-05-18 | 1 | -12/+33 |
|
|
| * | Update to "May 2008" | Christophe Grenier | 2008-05-01 | 1 | -1/+1 |
|
|
| * | Detect ncursesw/ncurses.h header presence | Christophe Grenier | 2008-04-14 | 1 | -1/+1 |
|
|
| * | Update header checks | Christophe Grenier | 2008-04-11 | 1 | -1/+1 |
|
|
| * | Disable crypto for ntfsprogs compilation | Christophe Grenier | 2008-04-02 | 1 | -10/+18 |
|
|
| * | check for cygwin/version.h, windows.h headers and fsync() | Christophe Grenier | 2008-03-24 | 1 | -4/+19 |
|
|
| * | Links to tinfo library if available, solves "make static" under F-7 | Christophe Grenier | 2008-03-23 | 1 | -0/+4 |
|
|