index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/common.c: strip_dup() - Add annotations so Frama-C can assert that
Christophe Grenier
2024-05-18
1
-1
/
+6
*
A lot of frama-c annotations or code disabling
Christophe Grenier
2024-01-30
1
-6
/
+4
*
src/common.[ch]: improve Frama-C annotations
Christophe Grenier
2024-01-07
1
-8
/
+20
*
Improve Frama-C annotations for a bunch of files
Christophe Grenier
2024-01-01
1
-0
/
+6
*
src/common.c: Frama-C annotations for _date_get_leap_day()
Christophe Grenier
2023-10-08
1
-30
/
+28
*
src/common.c: rewrite set_part_name(), set_part_name_chomp() and
Christophe Grenier
2023-08-25
1
-32
/
+110
*
src/fat_adv.c: move up2power() from src/common.c
Christophe Grenier
2023-08-25
1
-19
/
+0
*
Commit various Frama-C annotations
Christophe Grenier
2023-02-19
1
-0
/
+3
*
Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification
Christophe Grenier
2022-04-13
1
-8
/
+26
*
file_asf.c, file_reg.c: add frama-c annotations
Christophe Grenier
2021-02-13
1
-3
/
+23
*
Disable ncurses library when using frama-c
Christophe Grenier
2020-11-01
1
-0
/
+1
*
common.c: add some frama-c annotations in strip_dup(), date_dos2unix()
Christophe Grenier
2020-08-22
1
-2
/
+22
*
src/common.[ch]: modify check_command() prototype
Christophe Grenier
2020-08-02
1
-1
/
+14
*
frama-c: add annotation to fix warnings in date_dos2unix() and __td_list_add()
Christophe Grenier
2020-06-21
1
-0
/
+3
*
Lots of frama-c work that should be safe to commit
Christophe Grenier
2020-06-02
1
-14
/
+22
*
date_dos2unix(): adapt a more recent and readable version from Linux kernel.
Christophe Grenier
2019-12-28
1
-10
/
+38
*
New prototype for date_dos2unix()
Christophe Grenier
2019-10-19
1
-3
/
+3
*
move get_prev_location_smart() from src/photorec.h to src/filegen.h
Christophe Grenier
2019-10-13
1
-1
/
+1
*
src/common.c: add frama-c annotations for MALLOC()
Christophe Grenier
2019-10-12
1
-2
/
+2
*
Use new functions check_command(), skip_comma_in_command() and get_int_from_c...
Christophe Grenier
2018-03-17
1
-0
/
+25
*
MinGW: use localtime() instead of localtime_r()
Christophe Grenier
2017-04-18
1
-1
/
+5
*
Use localtime_t() instead of localtime()
Christophe Grenier
2017-04-15
1
-1
/
+10
*
Modify set_part_name() and set_part_name_chomp() prototype
Christophe Grenier
2014-11-15
1
-7
/
+7
*
Add assert() to document function assumptions in MALLOC(), pfind_sectors_per_...
Christophe Grenier
2014-03-21
1
-6
/
+2
*
Avoid additional NULL pointer derefence when localtime() failed
Christophe Grenier
2014-01-25
1
-2
/
+6
*
set_part_name_chomp: fix potential off-by-one in set_part_name_chomp()
Christophe Grenier
2013-11-01
1
-1
/
+1
*
Constify some variables
Christophe Grenier
2013-05-26
1
-5
/
+2
*
Declare as const some static variables
Christophe Grenier
2013-05-22
1
-1
/
+1
*
Additional length check in set_part_name() and set_part_name_chomp()
Christophe Grenier
2013-05-14
1
-5
/
+5
*
Move td_ntfs2utc() to src/common.c
Christophe Grenier
2013-04-19
1
-0
/
+14
*
Android: timezone symbol isn't defined, do not use it
Christophe Grenier
2012-12-08
1
-1
/
+1
*
move date_dos2unix() and set_secwest() to src/common.c
Christophe Grenier
2012-09-16
1
-0
/
+47
*
Add filename and filesize filters in NTFS undelete
Christophe Grenier
2012-01-02
1
-0
/
+25
*
common.c was missing ctype.h header
Christophe Grenier
2011-08-24
1
-0
/
+1
*
strip_dup(): return NULL for empty string
Christophe Grenier
2011-08-20
1
-0
/
+2
*
Read HDD serial number and firmware revision (Linux)
Christophe Grenier
2011-06-30
1
-0
/
+16
*
Move fat_set_part_name() to src/common.c and rename it to set_part_name_chomp()
Christophe Grenier
2009-10-19
1
-1
/
+9
*
Always include stdio.h before ncurses header and types.h
Christophe Grenier
2009-06-12
1
-2
/
+2
*
Fix some compilation warnings
Christophe Grenier
2009-02-03
1
-7
/
+0
*
Fix some missing headers for cygwin
Christophe Grenier
2009-02-01
1
-0
/
+3
*
Under Windows, use aligned memory for memory allocation bigger than 512 bytes
Christophe Grenier
2009-01-27
1
-3
/
+12
*
Close the log file before exit().
Christophe Grenier
2008-11-28
1
-0
/
+2
*
When copying filenames, try to deal more efficently with filename restriction
Christophe Grenier
2008-11-16
1
-210
/
+0
*
Sort deleted NTFS files
Christophe Grenier
2008-08-11
1
-4
/
+8
*
TestDisk: When copying deleted file from NTFS partition, create the sub-direc...
Christophe Grenier
2008-08-07
1
-1
/
+1
*
Make the code less C++ hostile
Christophe Grenier
2008-06-23
1
-1
/
+1
*
Fix filenames when copying accentuated filenames from a FAT under MacOSX
Christophe Grenier
2008-06-02
1
-13
/
+90
*
Disable crypto for ntfsprogs compilation
Christophe Grenier
2008-04-02
1
-2
/
+4
*
include mingw/io.h for mkdir()
Christophe Grenier
2008-03-24
1
-1
/
+4
*
Better handle FAT filenames
Christophe Grenier
2007-12-06
1
-65
/
+35
[next]