summaryrefslogtreecommitdiffstats
path: root/src/common.c
Commit message (Expand)AuthorAgeFilesLines
* A lot of frama-c annotations or code disablingChristophe Grenier2024-01-301-6/+4
* src/common.[ch]: improve Frama-C annotationsChristophe Grenier2024-01-071-8/+20
* Improve Frama-C annotations for a bunch of filesChristophe Grenier2024-01-011-0/+6
* src/common.c: Frama-C annotations for _date_get_leap_day()Christophe Grenier2023-10-081-30/+28
* src/common.c: rewrite set_part_name(), set_part_name_chomp() andChristophe Grenier2023-08-251-32/+110
* src/fat_adv.c: move up2power() from src/common.cChristophe Grenier2023-08-251-19/+0
* Commit various Frama-C annotationsChristophe Grenier2023-02-191-0/+3
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-8/+26
* file_asf.c, file_reg.c: add frama-c annotationsChristophe Grenier2021-02-131-3/+23
* Disable ncurses library when using frama-cChristophe Grenier2020-11-011-0/+1
* common.c: add some frama-c annotations in strip_dup(), date_dos2unix()Christophe Grenier2020-08-221-2/+22
* src/common.[ch]: modify check_command() prototypeChristophe Grenier2020-08-021-1/+14
* frama-c: add annotation to fix warnings in date_dos2unix() and __td_list_add()Christophe Grenier2020-06-211-0/+3
* Lots of frama-c work that should be safe to commitChristophe Grenier2020-06-021-14/+22
* date_dos2unix(): adapt a more recent and readable version from Linux kernel.Christophe Grenier2019-12-281-10/+38
* New prototype for date_dos2unix()Christophe Grenier2019-10-191-3/+3
* move get_prev_location_smart() from src/photorec.h to src/filegen.hChristophe Grenier2019-10-131-1/+1
* src/common.c: add frama-c annotations for MALLOC()Christophe Grenier2019-10-121-2/+2
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-0/+25
* MinGW: use localtime() instead of localtime_r()Christophe Grenier2017-04-181-1/+5
* Use localtime_t() instead of localtime()Christophe Grenier2017-04-151-1/+10
* Modify set_part_name() and set_part_name_chomp() prototypeChristophe Grenier2014-11-151-7/+7
* Add assert() to document function assumptions in MALLOC(), pfind_sectors_per_...Christophe Grenier2014-03-211-6/+2
* Avoid additional NULL pointer derefence when localtime() failedChristophe Grenier2014-01-251-2/+6
* set_part_name_chomp: fix potential off-by-one in set_part_name_chomp()Christophe Grenier2013-11-011-1/+1
* Constify some variablesChristophe Grenier2013-05-261-5/+2
* Declare as const some static variablesChristophe Grenier2013-05-221-1/+1
* Additional length check in set_part_name() and set_part_name_chomp()Christophe Grenier2013-05-141-5/+5
* Move td_ntfs2utc() to src/common.cChristophe Grenier2013-04-191-0/+14
* Android: timezone symbol isn't defined, do not use itChristophe Grenier2012-12-081-1/+1
* move date_dos2unix() and set_secwest() to src/common.cChristophe Grenier2012-09-161-0/+47
* Add filename and filesize filters in NTFS undeleteChristophe Grenier2012-01-021-0/+25
* common.c was missing ctype.h headerChristophe Grenier2011-08-241-0/+1
* strip_dup(): return NULL for empty stringChristophe Grenier2011-08-201-0/+2
* Read HDD serial number and firmware revision (Linux)Christophe Grenier2011-06-301-0/+16
* Move fat_set_part_name() to src/common.c and rename it to set_part_name_chomp()Christophe Grenier2009-10-191-1/+9
* Always include stdio.h before ncurses header and types.hChristophe Grenier2009-06-121-2/+2
* Fix some compilation warningsChristophe Grenier2009-02-031-7/+0
* Fix some missing headers for cygwinChristophe Grenier2009-02-011-0/+3
* Under Windows, use aligned memory for memory allocation bigger than 512 bytesChristophe Grenier2009-01-271-3/+12
* Close the log file before exit().Christophe Grenier2008-11-281-0/+2
* When copying filenames, try to deal more efficently with filename restrictionChristophe Grenier2008-11-161-210/+0
* Sort deleted NTFS filesChristophe Grenier2008-08-111-4/+8
* TestDisk: When copying deleted file from NTFS partition, create the sub-direc...Christophe Grenier2008-08-071-1/+1
* Make the code less C++ hostileChristophe Grenier2008-06-231-1/+1
* Fix filenames when copying accentuated filenames from a FAT under MacOSXChristophe Grenier2008-06-021-13/+90
* Disable crypto for ntfsprogs compilationChristophe Grenier2008-04-021-2/+4
* include mingw/io.h for mkdir()Christophe Grenier2008-03-241-1/+4
* Better handle FAT filenamesChristophe Grenier2007-12-061-65/+35
* FAT volume name may contain lowercase charsChristophe Grenier2007-11-191-0/+1