summaryrefslogtreecommitdiffstats
path: root/src/ewf.c
Commit message (Expand)AuthorAgeFilesLines
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-1/+1
* Create two functions ewf_init(), one using LIBEWF v2 API, instead of a single...Christophe Grenier2020-08-021-85/+158
* Use explicit function adressesChristophe Grenier2017-04-031-6/+6
* Add support for libewf 20160424Christophe Grenier2017-03-031-0/+22
* Fix small memory leak in fewf_init()Christophe Grenier2016-06-241-0/+6
* use libewf_error_sprint() to log why openning EWF files failedChristophe Grenier2016-04-061-10/+29
* Add parenthesis to turn off some cppcheck warnings (code style)Christophe Grenier2015-06-231-1/+1
* src/ewf.c: Handle failed libewf_handle_open() in RW modeChristophe Grenier2014-02-011-4/+8
* Get rid of pread_fast(), it's too error proneChristophe Grenier2013-05-241-9/+0
* Fix memory leak when freeing deviceChristophe Grenier2013-05-191-3/+3
* FIX: call libewf_handle_initialize() before each libewf_handle_open()Christophe Grenier2012-10-141-13/+26
* Add write support for EWF .E01 filesChristophe Grenier2012-06-091-36/+90
* Improve default partition table selectionChristophe Grenier2012-02-251-2/+4
* Remove EWF pathname limitChristophe Grenier2011-10-161-72/+92
* Deal with libewf v2 new APIJoachim Metz2011-10-151-14/+134
* libewf: Fix compile.sh script, don't be verbose by defaultChristophe Grenier2011-04-031-0/+2
* Recent version of libewf have removed LIBEWF_HANDLE type, use libewf_handle_t...Christophe Grenier2011-03-191-0/+4
* For non partionned media formated as FAT, set bytes per sector accordingChristophe Grenier2011-03-051-0/+1
* Log ewflib error messages to stderrChristophe Grenier2010-11-111-0/+1
* Introduce pread_fast(), a function that can return a pointer to the data in c...Christophe Grenier2010-11-051-0/+9
* New prototype for size_to_unit()Christophe Grenier2010-10-241-2/+4
* Code cleanupChristophe Grenier2010-08-231-5/+2
* Cylinder is now long unsigned int. Fix a parameter inversion for the DOS vers...Christophe Grenier2009-04-121-1/+1
* code cleanup: remove verbose argument to fewf_initChristophe Grenier2009-03-061-1/+1
* Fix some compilation warningsChristophe Grenier2009-02-031-58/+58
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-9/+9
* Fix for C++ compilationChristophe Grenier2009-01-041-1/+1
* Fix some compilation warning when ncurses isn't usedChristophe Grenier2008-08-051-1/+0
* Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...Christophe Grenier2008-07-181-4/+5
* Make the code less C++ hostileChristophe Grenier2008-06-231-3/+3
* Bugfix: add missing fewf_sync() function to EWFChristophe Grenier2008-04-291-27/+29
* Use LIBEWF_VERSION_STRING instead of LIBEWF_VERSION if availableChristophe Grenier2008-03-201-1/+3
* In latest libewf beta, libewf_get_bytes_per_sector() and libewf_get_media_siz...Christophe Grenier2008-03-141-1/+21
* First version in gitChristophe Grenier2007-10-291-0/+241