| Commit message (Expand) | Author | Age | Files | Lines |
* | TestDisk: src/dirn.c - reduce dir_partition_aux() complexity | Christophe Grenier | 2023-12-27 | 1 | -32/+20 |
* | new prototype for copy_file(), improve error reporting | Christophe Grenier | 2023-08-25 | 1 | -22/+44 |
* | src/dirn.c: new function can_copy_dir() | Christophe Grenier | 2022-11-16 | 1 | -11/+16 |
* | Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification | Christophe Grenier | 2022-04-13 | 1 | -1/+1 |
* | New prototype for ask_location() and td_getcwd() | Christophe Grenier | 2020-12-06 | 1 | -9/+27 |
* | src/dirn.c: clear "Stop" message once files have been copied | Christophe Grenier | 2020-11-29 | 1 | -0/+4 |
* | Disable ncurses library when using frama-c | Christophe Grenier | 2020-11-01 | 1 | -0/+4 |
* | dir_aff_ncurses(): in the description, add single quote around each letter as... | Christophe Grenier | 2020-05-15 | 1 | -7/+7 |
* | PhotoRec: Change recovered filename to handle more than 2^32 sectors. | Christophe Grenier | 2018-04-29 | 1 | -1/+1 |
* | Avoid a NULL dereference when listing an NTFS partition after RebuildBS | Christophe Grenier | 2018-02-07 | 1 | -1/+1 |
* | Use localtime_t() instead of localtime() | Christophe Grenier | 2017-04-15 | 1 | -15/+1 |
* | Various minor code cleanup | Christophe Grenier | 2017-04-06 | 1 | -1/+1 |
* | Fix for commit 4968f66059e9ca6d8c48b55460a73bfbc72fd1aa | Christophe Grenier | 2016-05-14 | 1 | -1/+1 |
* | Use TD_INIT_LIST_HEAD() function instead of TD_LIST_HEAD_INIT() static initia... | Christophe Grenier | 2016-04-10 | 1 | -8/+4 |
* | Fix number of file copied | Christophe Grenier | 2015-09-11 | 1 | -2/+2 |
* | Can stop file copy | Christophe Grenier | 2015-07-09 | 1 | -40/+85 |
* | use td_list_entry_const() instead of td_list_entry() when variable is defined... | Christophe Grenier | 2015-06-24 | 1 | -1/+1 |
* | dir_aff_ncurses: remove useless variable affectations | Christophe Grenier | 2015-04-14 | 1 | -2/+0 |
* | File listing: use '/', 'n' and 'N' to search for a user specified name | Christophe Grenier | 2015-03-12 | 1 | -19/+67 |
* | File listing: use 'F' key to mark all files matching a user-specified filter. | Andrei GUDIU | 2015-03-12 | 1 | -0/+18 |
* | When selecting multiple files, deleted ot not, display them in green | Christophe Grenier | 2014-09-17 | 1 | -6/+11 |
* | Avoid additional NULL pointer derefence when localtime() failed | Christophe Grenier | 2014-01-25 | 1 | -9/+11 |
* | Constify some variables | Christophe Grenier | 2013-05-26 | 1 | -4/+3 |
* | Fix file copy regression by removing static declaration of file_info_t structure | Christophe Grenier | 2013-05-08 | 1 | -1/+1 |
* | Migrate from file_data to file_info structure | Christophe Grenier | 2013-05-05 | 1 | -60/+87 |
* | Fix display of number of good/bad files copied | Christophe Grenier | 2013-04-21 | 1 | -6/+6 |
* | Display number of file copied in real-time | Christophe Grenier | 2013-03-31 | 1 | -91/+63 |
* | Use Ctrl+L to redraw the screen when listing files | Christophe Grenier | 2013-03-10 | 1 | -0/+5 |
* | When copying files, ask for the target directory again if the source director... | Christophe Grenier | 2013-01-19 | 1 | -5/+12 |
* | Hide/unhide NTFS Alternate Data Stream | Christophe Grenier | 2012-12-23 | 1 | -1/+16 |
* | Don't depend on "struct stat" for storing information about files, this | Christophe Grenier | 2012-11-06 | 1 | -22/+18 |
* | move ask_int_ncurses() and ask_string_ncurses() to src/intrfn.c | Christophe Grenier | 2012-01-27 | 1 | -0/+20 |
* | Display "No file selected" if no file have been selected for the copy operation | Christophe Grenier | 2011-12-03 | 1 | -1/+3 |
* | File listing: add the possibility to copy select several files and copy all them | Christophe Grenier | 2011-05-10 | 1 | -21/+154 |
* | Workaround for Dos/DJGPP, stat.st_size seems to be 31 bits only. | Christophe Grenier | 2011-04-21 | 1 | -0/+4 |
* | Reserve 9 digits instead of 7 to display file size in directory listing | Christophe Grenier | 2011-04-21 | 1 | -2/+2 |
* | TestDisk: try to avoid endless directory loop when copying directory | Christophe Grenier | 2011-03-05 | 1 | -7/+23 |
* | Modified interface when prompting for a destination to store data | Christophe Grenier | 2010-10-23 | 1 | -2/+2 |
* | Prefix highligted selection by ">", so screen reader software find the | Christophe Grenier | 2010-05-21 | 1 | -0/+6 |
* | Move set_date() to a separate file | Christophe Grenier | 2009-08-12 | 1 | -0/+1 |
* | Always include stdio.h before ncurses header and types.h | Christophe Grenier | 2009-06-12 | 1 | -0/+1 |
* | If the destination is full, PhotoRec ask for a new location and it defaults | Christophe Grenier | 2009-05-24 | 1 | -2/+2 |
* | Fix some compilation warnings | Christophe Grenier | 2009-02-03 | 1 | -17/+2 |
* | Split ncurses text interface from functions | Christophe Grenier | 2009-01-14 | 1 | -0/+463 |