summaryrefslogtreecommitdiffstats
path: root/src/sessionp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for 2038 compatibilityChristophe Grenier2022-09-101-2/+2
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-4/+44
* Numerous frama-c annotationsChristophe Grenier2021-11-201-2/+7
* Lots of frama-c work that should be safe to commitChristophe Grenier2020-06-021-3/+11
* QPhotoRec: update the algo to match the one from PhotoRecChristophe Grenier2018-03-171-0/+10
* Add missing comma in generated photorec.sesChristophe Grenier2014-01-051-1/+1
* Fix various warning reported by gccChristophe Grenier2013-05-251-2/+2
* Fix potential null pointer dereference introduced in commit 38084f56e0fea2324...Christophe Grenier2013-05-161-1/+1
* session_save(): returns if STATUS_QUITChristophe Grenier2013-05-151-1/+3
* PhotoRec: only save the blocksize in photorec.ses if positiveChristophe Grenier2013-03-311-2/+5
* When splitting block, define them as holding dataChristophe Grenier2013-03-311-0/+1
* PhotoRec: save current progress every 5 minutesChristophe Grenier2013-03-241-3/+3
* PhotoRec: modify how FileOpts settings are saved in session fileChristophe Grenier2012-07-141-2/+46
* Remove "Allow partial last cylinder" optionChristophe Grenier2011-12-081-1/+0
* PhotoRec session management: restart PhotoRec at the same location than previ...Christophe Grenier2011-08-281-1/+34
* Huge code cleanup for Photorec: reduce the numbers of parameters of some func...Christophe Grenier2011-08-201-6/+7
* PhotoRec: fix bug introduce by commit a217bf73ff63bde0b73acfb6232631b7e06e3d8eChristophe Grenier2011-07-211-4/+4
* PhotoRec: use a single parameter to forward the options (code cleanup)Christophe Grenier2011-07-211-15/+14
* PhotoRec: use "%llu" instead of "%lu" to display sectors offsetChristophe Grenier2011-03-251-4/+5
* PhotoRec: when loading a previous session, avoid sscanf() and strtol() for be...Christophe Grenier2009-03-011-55/+61
* Make the code less C++ hostileChristophe Grenier2008-06-231-2/+2
* PhotoRec: add more command line parameters for "/cmd" and sessionsChristophe Grenier2008-06-111-4/+29
* fix session error messageChristophe Grenier2008-01-111-1/+1
* First version in gitChristophe Grenier2007-10-291-0/+205