summaryrefslogtreecommitdiffstats
path: root/src/dirn.c
Commit message (Expand)AuthorAgeFilesLines
* TestDisk: src/dirn.c - reduce dir_partition_aux() complexityChristophe Grenier2023-12-271-32/+20
* new prototype for copy_file(), improve error reportingChristophe Grenier2023-08-251-22/+44
* src/dirn.c: new function can_copy_dir()Christophe Grenier2022-11-161-11/+16
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-1/+1
* New prototype for ask_location() and td_getcwd()Christophe Grenier2020-12-061-9/+27
* src/dirn.c: clear "Stop" message once files have been copiedChristophe Grenier2020-11-291-0/+4
* Disable ncurses library when using frama-cChristophe Grenier2020-11-011-0/+4
* dir_aff_ncurses(): in the description, add single quote around each letter as...Christophe Grenier2020-05-151-7/+7
* PhotoRec: Change recovered filename to handle more than 2^32 sectors.Christophe Grenier2018-04-291-1/+1
* Avoid a NULL dereference when listing an NTFS partition after RebuildBSChristophe Grenier2018-02-071-1/+1
* Use localtime_t() instead of localtime()Christophe Grenier2017-04-151-15/+1
* Various minor code cleanupChristophe Grenier2017-04-061-1/+1
* Fix for commit 4968f66059e9ca6d8c48b55460a73bfbc72fd1aaChristophe Grenier2016-05-141-1/+1
* Use TD_INIT_LIST_HEAD() function instead of TD_LIST_HEAD_INIT() static initia...Christophe Grenier2016-04-101-8/+4
* Fix number of file copiedChristophe Grenier2015-09-111-2/+2
* Can stop file copyChristophe Grenier2015-07-091-40/+85
* use td_list_entry_const() instead of td_list_entry() when variable is defined...Christophe Grenier2015-06-241-1/+1
* dir_aff_ncurses: remove useless variable affectationsChristophe Grenier2015-04-141-2/+0
* File listing: use '/', 'n' and 'N' to search for a user specified nameChristophe Grenier2015-03-121-19/+67
* File listing: use 'F' key to mark all files matching a user-specified filter.Andrei GUDIU2015-03-121-0/+18
* When selecting multiple files, deleted ot not, display them in greenChristophe Grenier2014-09-171-6/+11
* Avoid additional NULL pointer derefence when localtime() failedChristophe Grenier2014-01-251-9/+11
* Constify some variablesChristophe Grenier2013-05-261-4/+3
* Fix file copy regression by removing static declaration of file_info_t structureChristophe Grenier2013-05-081-1/+1
* Migrate from file_data to file_info structureChristophe Grenier2013-05-051-60/+87
* Fix display of number of good/bad files copiedChristophe Grenier2013-04-211-6/+6
* Display number of file copied in real-timeChristophe Grenier2013-03-311-91/+63
* Use Ctrl+L to redraw the screen when listing filesChristophe Grenier2013-03-101-0/+5
* When copying files, ask for the target directory again if the source director...Christophe Grenier2013-01-191-5/+12
* Hide/unhide NTFS Alternate Data StreamChristophe Grenier2012-12-231-1/+16
* Don't depend on "struct stat" for storing information about files, thisChristophe Grenier2012-11-061-22/+18
* move ask_int_ncurses() and ask_string_ncurses() to src/intrfn.cChristophe Grenier2012-01-271-0/+20
* Display "No file selected" if no file have been selected for the copy operationChristophe Grenier2011-12-031-1/+3
* File listing: add the possibility to copy select several files and copy all themChristophe Grenier2011-05-101-21/+154
* Workaround for Dos/DJGPP, stat.st_size seems to be 31 bits only.Christophe Grenier2011-04-211-0/+4
* Reserve 9 digits instead of 7 to display file size in directory listingChristophe Grenier2011-04-211-2/+2
* TestDisk: try to avoid endless directory loop when copying directoryChristophe Grenier2011-03-051-7/+23
* Modified interface when prompting for a destination to store dataChristophe Grenier2010-10-231-2/+2
* Prefix highligted selection by ">", so screen reader software find theChristophe Grenier2010-05-211-0/+6
* Move set_date() to a separate fileChristophe Grenier2009-08-121-0/+1
* Always include stdio.h before ncurses header and types.hChristophe Grenier2009-06-121-0/+1
* If the destination is full, PhotoRec ask for a new location and it defaultsChristophe Grenier2009-05-241-2/+2
* Fix some compilation warningsChristophe Grenier2009-02-031-17/+2
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-0/+463