summaryrefslogtreecommitdiffstats
path: root/src/askloc.c
Commit message (Expand)AuthorAgeFilesLines
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-1/+1
* Drop "--enable-ncmouse" option from configure scriptChristophe Grenier2022-04-081-37/+0
* New prototype for ask_location() and td_getcwd()Christophe Grenier2020-12-061-20/+23
* ask_location(): avoid a warning reported by clangChristophe Grenier2019-05-011-6/+6
* Use localtime_t() instead of localtime()Christophe Grenier2017-04-151-13/+1
* Use TD_INIT_LIST_HEAD() function instead of TD_LIST_HEAD_INIT() static initia...Christophe Grenier2016-04-101-4/+2
* Can stop file copyChristophe Grenier2015-07-091-0/+3
* Avoid additional NULL pointer derefence when localtime() failedChristophe Grenier2014-01-251-11/+12
* fix minor code defectsChristophe Grenier2013-11-031-0/+3
* src/askloc.c: Fix memory leak in error path reported by Coverity scanChristophe Grenier2013-11-011-0/+7
* Constify some variablesChristophe Grenier2013-05-261-2/+1
* Fix file copy regression by removing static declaration of file_info_t structureChristophe Grenier2013-05-081-1/+1
* Better handle long directory name when asking for the destinationChristophe Grenier2013-05-051-21/+24
* Migrate from file_data to file_info structureChristophe Grenier2013-05-051-1/+1
* Include stdarg.h in src/askloc.cChristophe Grenier2013-05-051-0/+1
* Don't depend on "struct stat" for storing information about files, thisChristophe Grenier2012-11-061-16/+25
* constify a few variablesChristophe Grenier2012-09-101-2/+1
* move get_default_location() from src/intrf.c to src/askloc.cChristophe Grenier2012-06-281-2/+21
* Speedup file sorting in NTFS undelete and local file listing by using merge s...Christophe Grenier2011-09-231-1/+3
* Reserve 9 digits instead of 7 to display file size in directory listingChristophe Grenier2011-04-211-2/+2
* Fix to deal with ncurses 5.8 API violation, newwin(0,0,0,0) doesn't create a ...Christophe Grenier2011-03-281-1/+1
* Reduce memory usage during NTFS undeleteChristophe Grenier2010-11-221-11/+9
* Modified interface when prompting for a destination to store dataChristophe Grenier2010-10-231-52/+104
* If compiled with "./configure --enable-mouse", most PhotoRec screens can be d...Christophe Grenier2010-09-111-1/+38
* Prefix highligted selection by ">", so screen reader software find theChristophe Grenier2010-05-211-2/+9
* 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/+5
* Fix some compilation warningsChristophe Grenier2009-02-031-6/+0
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-0/+471