summaryrefslogtreecommitdiffstats
path: root/src/file_pdf.c
Commit message (Expand)AuthorAgeFilesLines
* Improve Frama-C annotations for a bunch of filesChristophe Grenier2024-01-011-2/+16
* src/file_pdf.c: improve Frama-C annotations after removing a call toChristophe Grenier2023-10-081-10/+36
* src/file_pdf.c: improve Frama-C annotationsChristophe Grenier2021-07-061-18/+10
* src/file_pdf.c: fix problems reported by Frama-CChristophe Grenier2021-02-271-30/+96
* src/file_pdf.c: add Frama-C annotationsChristophe Grenier2020-10-091-61/+147
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-0/+2
* PhotoRec: stricter check in src/file_pdf.cChristophe Grenier2019-12-281-1/+1
* src/file_pdf.c: fix two wrong casting (regression)Christophe Grenier2019-12-071-2/+2
* PhotoRec: use get_time_from_xxx() new functionsChristophe Grenier2017-04-081-30/+10
* Fallback to fseek() if fseeko() failedChristophe Grenier2015-09-251-6/+0
* PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)Christophe Grenier2015-06-131-1/+0
* PhotoRec: log the correct filename if file has been renamedChristophe Grenier2015-06-121-3/+3
* add gcc_struct attribute to all __packed__ structureChristophe Grenier2015-04-111-25/+11
* Turn off various signed/unsigned comparaison warningsChristophe Grenier2014-11-151-2/+2
* Use fseeko() instead of fseek().Christophe Grenier2014-10-041-0/+16
* PhotoRec: stricter check for .pdfChristophe Grenier2014-08-131-54/+48
* fix minor code defectsChristophe Grenier2013-11-031-1/+9
* src/file_pdf.c: check ftell returned value for error codeChristophe Grenier2013-11-011-0/+5
* constify more variablesChristophe Grenier2013-06-011-2/+2
* PhotoRec: close PDF file before renaming itChristophe Grenier2013-02-161-3/+1
* PhotoRec: check fseek return value in pdf file validationChristophe Grenier2011-10-151-2/+10
* PhotoRec: rename pdf using the titleChristophe Grenier2011-09-171-1/+131
* PhotoRec: use a bigger buffer to detect Illustrator .aiChristophe Grenier2011-06-171-1/+1
* PhotoRec: some pdf were erroneously saved as Illusatrtor .aiChristophe Grenier2011-03-191-2/+1
* file_pdf.c: removed useless affectationChristophe Grenier2010-10-311-1/+1
* PhotoRec: return immediatly when date/time has been found in pdfChristophe Grenier2009-12-281-0/+2
* Code style cleanupChristophe Grenier2009-07-261-1/+1
* PhotoRec: try to extract the date/time from pdf filesChristophe Grenier2009-07-261-0/+72
* PhotoRec: file_search_footer() gets a new parameterChristophe Grenier2009-05-271-1/+1
* PhotoRec: add boundary checking for gz, jpg and pdfChristophe Grenier2009-01-221-12/+13
* Fix for C++ compilationChristophe Grenier2009-01-041-1/+1
* PhotoRec: in FileOpts, press 's' to deselect all files or reset to default s...Christophe Grenier2008-02-271-0/+1
* Remove header_check from struct file_hint_structChristophe Grenier2007-12-231-1/+0
* Rename find_in_mem() to td_memmem()Christophe Grenier2007-12-231-3/+3
* Move string/mem search in a separate fileChristophe Grenier2007-12-061-23/+3
* PhotoRec: fix txt and non-linearized pdf recoveryChristophe Grenier2007-11-281-1/+0
* First version in gitChristophe Grenier2007-10-291-0/+147