summaryrefslogtreecommitdiffstats
path: root/src/rfs_dir.c
Commit message (Expand)AuthorAgeFilesLines
* new prototype for copy_file(), improve error reportingChristophe Grenier2023-08-251-8/+8
* code style: ignore some function return valueChristophe Grenier2013-11-011-1/+1
* TestDisk, Advanced, List will now always display files or a warning messageChristophe Grenier2013-05-191-5/+5
* reiser_copy(): remove unread "offset" variableChristophe Grenier2013-05-171-2/+0
* Migrate from file_data to file_info structureChristophe Grenier2013-05-051-18/+9
* Don't depend on "struct stat" for storing information about files, thisChristophe Grenier2012-11-061-7/+12
* Workaround for Dos/DJGPP, stat.st_size seems to be 31 bits only.Christophe Grenier2011-04-211-0/+3
* Copy files from reiserfs. Need patched progsreiserfsChristophe Grenier2011-04-031-1/+80
* Limit the scope of several variablesChristophe Grenier2009-05-051-1/+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-2/+4
* Code cleanup after using LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-9/+11
* Rename filestat to stat in struct dir_dataChristophe Grenier2008-08-091-2/+2
* File undelete for ext2Christophe Grenier2008-07-031-0/+1
* Make the code less C++ hostileChristophe Grenier2008-06-231-2/+2
* Deleted files can be shown or not when listing files.Christophe Grenier2008-04-291-0/+1
* code cleanup: rename aff_buffer()Christophe Grenier2008-04-031-1/+1
* file undelete for FAT filesystemChristophe Grenier2008-02-251-1/+2
* First version in gitChristophe Grenier2007-10-291-0/+530