summaryrefslogtreecommitdiffstats
path: root/src/dfxml.c
Commit message (Collapse)AuthorAgeFilesLines
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-5/+3
| | | | using frama-c
* Disable some code sections for frama-cChristophe Grenier2021-01-061-0/+1
|
* Fix 73d49dbde93650c3ce08974c83142de0b87e229cChristophe Grenier2020-08-241-1/+1
|
* src/dfxml.c: fix xml_add_DFXML_creator() for mingw32Christophe Grenier2020-08-241-0/+4
|
* Constify more function parametersChristophe Grenier2020-06-191-1/+1
|
* Constify a lot of function parametersChristophe Grenier2020-06-191-1/+1
|
* Lots of frama-c work that should be safe to commitChristophe Grenier2020-06-021-11/+9
|
* Use localtime_t() instead of localtime()Christophe Grenier2017-04-151-1/+2
|
* PhotoRec: Fix report.xml by encoding & in filenamesChristophe Grenier2016-10-121-1/+12
|
* Log zlib versionChristophe Grenier2016-08-281-0/+2
|
* Avoid a file descriptor leak when stopping and resuming PhotoRecChristophe Grenier2016-01-231-0/+1
|
* use td_list_entry_const() instead of td_list_entry() when variable is ↵Christophe Grenier2015-06-241-1/+1
| | | | defined as const
* Do not record compilation time by default, will help to get reproductible buildChristophe Grenier2015-05-151-0/+2
|
* Remove loc field from struct file_recovery_struct, use location insteadChristophe Grenier2013-12-211-47/+0
|
* src/dfxml.c: fix check for filenameChristophe Grenier2013-11-011-2/+2
|
* Constify some variablesChristophe Grenier2013-05-261-4/+2
|
* Add xml_clear_command_line() functionChristophe Grenier2013-01-191-0/+6
|
* New function td_list_entry_const()Christophe Grenier2012-04-141-1/+1
|
* Use "./configure --disable-dfxml" to disable DFXML featureChristophe Grenier2011-11-151-0/+2
|
* Modify xml_set_command_line to avoid using reallocChristophe Grenier2011-11-051-2/+9
|
* getpwuid() isn't static binary friendly, avoid this functionChristophe Grenier2011-06-171-0/+2
|
* Fix some compilation warningChristophe Grenier2011-05-101-1/+1
|
* dfxml report was missing the first byte_run, fix it.Christophe Grenier2011-04-281-4/+4
|
* PhotoRec: generates Digital Forensics XML reportChristophe Grenier2011-04-271-0/+364