summaryrefslogtreecommitdiffstats
path: root/src/ntfs_udl.c
Commit message (Expand)AuthorAgeFilesLines
* 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-11/+15
* Constify more function parametersChristophe Grenier2020-06-191-2/+2
* Constify a lot of function parametersChristophe Grenier2020-06-191-5/+5
* NTFS undelete: show file date - Fix regression from a1419a0806b4270bfad92ea49...Christophe Grenier2020-05-031-1/+6
* List NTFS system files when expert mode is enabled.Christophe Grenier2018-06-221-1/+1
* src/ntfs_udl.c: make some variables more localsChristophe Grenier2018-03-221-3/+3
* src/ntfs_udl.c: Check open() return value against -1 instead of >= 0Christophe Grenier2018-03-171-1/+1
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-4/+2
* Use localtime_t() instead of localtime()Christophe Grenier2017-04-151-15/+1
* Remove useless check in src/ntfs_dir.c and src/ntfs_udl.cChristophe Grenier2017-04-141-5/+2
* Use TD_INIT_LIST_HEAD() function instead of TD_LIST_HEAD_INIT() static initia...Christophe Grenier2016-04-101-4/+2
* Improve English grammar, capitalization, and punctuationAlex Henrie2016-02-221-2/+2
* src/ntfs_udl.c: use dir_partition_t type instead of int (code style)Christophe Grenier2016-02-211-3/+3
* Update NTFS undelete to always use 64 bits integerChristophe Grenier2015-08-261-362/+366
* Add "allundelete" when scripting NTFS file undeletionChristophe Grenier2015-06-241-0/+31
* use td_list_entry_const() instead of td_list_entry() when variable is defined...Christophe Grenier2015-06-241-3/+3
* Avoid additional NULL pointer derefence when localtime() failedChristophe Grenier2014-01-251-9/+11
* get_parent_name(), calc_percentage(): make some variables more localChristophe Grenier2013-05-171-6/+7
* 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-1/+1
* Move td_ntfs2utc() to src/common.cChristophe Grenier2013-04-191-14/+0
* Don't depend on "struct stat" for storing information about files, thisChristophe Grenier2012-11-061-34/+15
* constify a few variablesChristophe Grenier2012-09-101-2/+1
* move ask_int_ncurses() and ask_string_ncurses() to src/intrfn.cChristophe Grenier2012-01-271-54/+0
* Add filename and filesize filters in NTFS undeleteChristophe Grenier2012-01-021-61/+211
* DOS/DJGPP: Fix NTFS Alternate Data Stream filesizeChristophe Grenier2011-10-171-1/+1
* NTFS undelete: list Alternate Data Stream (ADS)Christophe Grenier2011-10-171-19/+26
* NTFS undelete: fix filesize displayChristophe Grenier2011-10-161-2/+2
* Use inode number in filename when undeleting NTFS file if no name has been fo...Christophe Grenier2011-10-101-2/+10
* Speedup file sorting in NTFS undelete and local file listing by using merge s...Christophe Grenier2011-09-231-1/+3
* NTFS undelete - Fix message when selecting destinationChristophe Grenier2011-05-101-1/+1
* Workaround for Dos/DJGPP, stat.st_size seems to be 31 bits only.Christophe Grenier2011-04-211-0/+7
* Reserve 9 digits instead of 7 to display file size in directory listingChristophe Grenier2011-04-211-4/+6
* Support for ntfs-3g_ntfsprogsChristophe Grenier2011-04-061-6/+34
* Minor optimisation in NTFS undeleteChristophe Grenier2011-04-031-1/+1
* Fix to deal with ncurses 5.8 API violation, newwin(0,0,0,0) doesn't create a ...Christophe Grenier2011-03-281-2/+2
* Reduce memory usage during NTFS undeleteChristophe Grenier2010-11-221-25/+19
* Modified interface when prompting for a destination to store dataChristophe Grenier2010-10-231-9/+12
* Fix NTFS undelete of sparse fileChristophe Grenier2010-07-231-1/+1
* Prefix highligted selection by ">", so screen reader software find theChristophe Grenier2010-05-211-0/+5
* NTFS undelete: 'a' to select/deselect all filesChristophe Grenier2010-03-161-2/+22
* Code cleanupChristophe Grenier2009-10-251-1/+1
* Move set_date() to a separate fileChristophe Grenier2009-08-121-0/+1
* If the destination is full, PhotoRec ask for a new location and it defaultsChristophe Grenier2009-05-241-3/+3
* Code cleanup: remove unused variable in src/ntfs_dir.cChristophe Grenier2009-04-141-3/+2
* code cleanup, fix signed/unsigned warningsChristophe Grenier2009-03-061-7/+2
* Fix some compilation warningsChristophe Grenier2009-02-031-4/+2
* Add multiple file selection in NTFS undeleteChristophe Grenier2009-01-141-2/+87
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-0/+3