index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hdcache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification
Christophe Grenier
2022-04-13
1
-0
/
+7
*
Numerous frama-c annotations
Christophe Grenier
2021-11-20
1
-5
/
+6
*
src/hdcache.c: add frama-c annotations
Christophe Grenier
2020-08-08
1
-25
/
+66
*
Use explicit function adresses
Christophe Grenier
2017-04-03
1
-6
/
+6
*
Remove unused cache_get_data_p() function in hdcache.c
Christophe Grenier
2013-07-30
1
-29
/
+0
*
Get rid of pread_fast(), it's too error prone
Christophe Grenier
2013-05-24
1
-12
/
+0
*
Fix memory leak when freeing device
Christophe Grenier
2013-05-19
1
-5
/
+4
*
Avoid underflow when using TestDisk on file smaller than 512 bytes
Christophe Grenier
2012-12-23
1
-1
/
+12
*
src/hdcache.c code cleanup
Christophe Grenier
2011-11-22
1
-9
/
+9
*
Fix a disk cache issue due to bad sectors
Christophe Grenier
2011-11-22
1
-1
/
+1
*
Introduce pread_fast(), a function that can return a pointer to the data in c...
Christophe Grenier
2010-11-05
1
-1
/
+31
*
Code cleanup
Christophe Grenier
2009-10-25
1
-2
/
+1
*
Fix some compilation warnings
Christophe Grenier
2009-02-03
1
-1
/
+0
*
Cache optimisation: data is probably in the last buffers
Christophe Grenier
2009-01-31
1
-9
/
+5
*
Use pread() and pwrite() argument style for internal I/O
Christophe Grenier
2009-01-31
1
-68
/
+77
*
Split ncurses text interface from functions
Christophe Grenier
2009-01-14
1
-0
/
+1
*
Code cleanup after using LLVM/Clang Static Analyzer
Christophe Grenier
2008-11-16
1
-1
/
+1
*
Don't split read access if the two previous read IO have failed.
Christophe Grenier
2008-09-23
1
-10
/
+13
*
Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...
Christophe Grenier
2008-07-18
1
-3
/
+10
*
Make the code less C++ hostile
Christophe Grenier
2008-06-23
1
-9
/
+9
*
Resize HD cache buffer when request is too big for the current buffer instead...
Christophe Grenier
2008-04-02
1
-33
/
+28
*
"testdisk -lu device" will list the partition with sector unit
Christophe Grenier
2007-12-06
1
-2
/
+5
*
Fix disk cache sync and disk error handling
Christophe Grenier
2007-12-05
1
-0
/
+8
*
First version in git
Christophe Grenier
2007-10-29
1
-0
/
+280