summaryrefslogtreecommitdiffstats
path: root/src/ext2_dir.c
Commit message (Expand)AuthorAgeFilesLines
* new prototype for copy_file(), improve error reportingChristophe Grenier2023-08-251-10/+10
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-1/+1
* Constify more function parametersChristophe Grenier2020-06-191-1/+0
* Constify a lot of function parametersChristophe Grenier2020-06-191-2/+1
* Lots of frama-c work that should be safe to commitChristophe Grenier2020-06-021-0/+6
* Use explicit function adressesChristophe Grenier2017-04-031-10/+10
* src/ext2_dir.c: Change shared_ioch type to io_channel instead of "io_channel ...Christophe Grenier2016-06-241-3/+3
* ext2/3/4 file listing: discard entries without inode informationChristophe Grenier2015-03-121-10/+9
* code style fix when using set_mode()Christophe Grenier2013-11-011-1/+1
* TestDisk: use read_blk64() and write_blk64() to deal with ext4 64-bits blocksChristophe Grenier2013-09-121-3/+21
* Constify some variablesChristophe Grenier2013-05-261-6/+5
* TestDisk, Advanced, List will now always display files or a warning messageChristophe Grenier2013-05-191-4/+4
* Migrate from file_data to file_info structureChristophe Grenier2013-05-051-19/+11
* Don't depend on "struct stat" for storing information about files, thisChristophe Grenier2012-11-061-23/+15
* Use more recent C convention for members of struct_io_managerChristophe Grenier2011-12-281-10/+10
* Workaround for Dos/DJGPP, stat.st_size seems to be 31 bits only.Christophe Grenier2011-04-211-0/+4
* When listing corrupted ext2/3/4 filesystem, fix handle leak.Christophe Grenier2011-04-031-0/+2
* Fix a double free when ext2fs_open() failedChristophe Grenier2009-08-181-23/+22
* Move set_date() to a separate fileChristophe Grenier2009-08-121-0/+1
* Fix some compilation warningsChristophe Grenier2009-02-031-4/+1
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-2/+2
* Fix a few memory leaks found using Coccinelle, http://www.emn.fr/x-info/cocci...Christophe Grenier2009-01-291-0/+1
* Fix for C++ compilationChristophe Grenier2009-01-041-2/+2
* When copying filenames, try to deal more efficently with filename restrictionChristophe Grenier2008-11-161-9/+14
* ext2 file listing: fix a one byte overflowChristophe Grenier2008-09-101-10/+12
* Rename filestat to stat in struct dir_dataChristophe Grenier2008-08-091-17/+17
* Fix some compilation warning when ncurses isn't usedChristophe Grenier2008-08-051-2/+2
* File undelete for ext2Christophe Grenier2008-07-031-5/+12
* Make the code less C++ hostileChristophe Grenier2008-06-231-2/+2
* Fix filenames when copying accentuated filenames from a FAT under MacOSXChristophe Grenier2008-06-021-7/+1
* bugfix: TestDisk can be compiled without e2fsprogs againChristophe Grenier2008-05-301-37/+37
* support for file copy from ext2/ext3Christophe Grenier2008-05-271-1/+76
* Deleted files can be shown or not when listing files.Christophe Grenier2008-04-291-0/+1
* file undelete for FAT filesystemChristophe Grenier2008-02-251-1/+2
* IO redirection for alt. superblock/bs is enabled before file listingChristophe Grenier2007-11-131-1/+2
* First version in gitChristophe Grenier2007-10-291-0/+310