index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/file_xcf.c: add support for more recent versions of Gimp xcf files
HEAD
master
Christophe Grenier
2023-10-22
1
-2
/
+2
*
src/filegen.c: fix bug introduced in 0fdbc689159d76539feb7ef29b9b3ef2a11636ef
Christophe Grenier
2023-10-21
1
-2
/
+3
*
PhotoRec: distinguish .FCStd from .zip files
Christophe Grenier
2023-10-21
1
-1
/
+8
*
Add missing src/file_sdw.c - Recover Microsoft Jet DB / Sage Simply Accountin...
Christophe Grenier
2023-10-08
2
-3
/
+70
*
src/file_sig.c: improve Frama-C annotation for load_signature()
Christophe Grenier
2023-10-08
1
-5
/
+7
*
src/file_mkv.c: improve Frama-C annotations
Christophe Grenier
2023-10-08
1
-3
/
+10
*
src/file_lzh.c: fix wrong Frama-C annotations
Christophe Grenier
2023-10-08
1
-1
/
+1
*
src/file_hdf5.c: fix ifdef
Christophe Grenier
2023-10-08
1
-1
/
+2
*
src/file_zip.c: improve Frama-C annotations in file_rename_zip()
Christophe Grenier
2023-10-08
1
-1
/
+4
*
src/file_xml.c: rewrote file_rename_xml() for easier Frama-C validation
Christophe Grenier
2023-10-08
1
-18
/
+39
*
src/file_shp.c: switch size field to unsigned
Christophe Grenier
2023-10-08
1
-2
/
+2
*
src/file_psd.c: improve Frama-C annotations
Christophe Grenier
2023-10-08
1
-0
/
+12
*
src/file_psb.c: improve Frama-C annotations
Christophe Grenier
2023-10-08
1
-1
/
+13
*
src/file_pdf.c: improve Frama-C annotations after removing a call to
Christophe Grenier
2023-10-08
1
-10
/
+36
*
src/file_nk2.c: fix Frama-C annotations for file_check_nk2()
Christophe Grenier
2023-10-08
1
-0
/
+7
*
src/file_hdf.c: improve file_check_hdf() annotations
Christophe Grenier
2023-10-08
1
-22
/
+44
*
src/file*.c: add various Frama-C annotations in data_check_*()
Christophe Grenier
2023-10-08
40
-0
/
+99
*
src/file_fbx.c: fix wrong Frama-C annotations
Christophe Grenier
2023-10-08
1
-1
/
+2
*
src/file_dovecot.c: fix wrong Frama-C annotations for data_check_dovecot2()
Christophe Grenier
2023-10-08
1
-3
/
+2
*
src/file_list.c: fix several boggus ifdef
Christophe Grenier
2023-10-08
1
-7
/
+17
*
src/common.c: Frama-C annotations for _date_get_leap_day()
Christophe Grenier
2023-10-08
1
-30
/
+28
*
src/addpart.h: improve Frama-C annotations for add_partition_cli()
Christophe Grenier
2023-10-08
1
-2
/
+2
*
src/fidentify.c: improve Frama-C annotations
Christophe Grenier
2023-10-08
1
-4
/
+21
*
src/file_jpg.c: improve Frama-C annotations
Christophe Grenier
2023-10-08
1
-12
/
+45
*
src/file_tiff_be.c, src/file_tiff_le.c: Frama-C - use static buffer to avoid
Christophe Grenier
2023-10-08
3
-97
/
+184
*
src/file_exe.c: improve Frama-C annotations
Christophe Grenier
2023-10-08
1
-6
/
+17
*
src/file_doc.h: add annotations for file_check_doc_aux()
Christophe Grenier
2023-10-08
1
-0
/
+1
*
src/fat_common.c, src/fat_dir.c: more Frama-C annotations
Christophe Grenier
2023-10-08
2
-9
/
+29
*
src/ext2_common.c: more Frama-C annotations
Christophe Grenier
2023-10-08
1
-6
/
+21
*
src/apfs_common.c: fix Frama-C annotations for fletcher64()
Christophe Grenier
2023-10-08
1
-2
/
+7
*
src/filegen.c: improve Frama-C annotations
Christophe Grenier
2023-10-08
2
-54
/
+112
*
src/adv.c: add Frama-C annotation for interface_adv()
Christophe Grenier
2023-10-08
1
-0
/
+1
*
src/crc.c: fix Frama-C annotations for get_crc32
Christophe Grenier
2023-10-08
1
-0
/
+1
*
src/log.c: add Frama-C annotations for dump_log() and dump2_log()
Christophe Grenier
2023-10-08
2
-33
/
+73
*
Split src/list.h in 3
Christophe Grenier
2023-09-02
7
-105
/
+404
*
src/file_zip.c: improve Frama-C annotations
Christophe Grenier
2023-09-01
1
-1
/
+12
*
src/file_doc.c: improve Frama-C annotations
Christophe Grenier
2023-08-31
1
-53
/
+111
*
src/common.c: rewrite set_part_name(), set_part_name_chomp() and
Christophe Grenier
2023-08-25
4
-39
/
+123
*
src/hdaccess.c: use /sys/dev/block/*/device/{model,serial,rev} to get
Christophe Grenier
2023-08-25
2
-2
/
+52
*
src/file_mov.c: recover "XAVC" videos
Christophe Grenier
2023-08-25
1
-1
/
+2
*
new prototype for copy_file(), improve error reporting
Christophe Grenier
2023-08-25
8
-62
/
+89
*
src/fat_adv.c: move up2power() from src/common.c
Christophe Grenier
2023-08-25
3
-24
/
+23
*
src/exfat_dir.c: Better utf-8 support when iconv is missing
Christophe Grenier
2023-06-18
1
-4
/
+73
*
fidentify: report if iconv is used
Christophe Grenier
2023-02-19
1
-0
/
+7
*
configure.ac: fidentify doesn't use com_err ext2fs ntfs-3g ntfs uuid libaries
Christophe Grenier
2023-02-19
1
-18
/
+59
*
qphotorec: improve error message when write failed
Christophe Grenier
2023-02-19
1
-1
/
+1
*
Commit various Frama-C annotations
Christophe Grenier
2023-02-19
9
-40
/
+103
*
src/apfs_common.c: avoid integer overflow when checking block count.
Christophe Grenier
2023-02-19
1
-1
/
+1
*
testdisk, photorec: report iconv usage
Christophe Grenier
2023-02-19
3
-1
/
+11
*
Merge branch 'gszy_shapefile' to add support for .shp (ESRI Shapefiles)
Christophe Grenier
2023-02-03
3
-0
/
+128
|
\
[next]