Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-24 | place ssdeep_context on the heap | Helmut Grohne | |
When publishing an API based on ssdeep_context this enables us to change its size without breaking API or ABI. Also splint appears to cope better with that. | |||
2013-03-24 | fuzzy.h was missing <stdio.h> | Helmut Grohne | |
Thanks to Niels Thykier. | |||
2013-03-24 | minimal Makefile | Helmut Grohne | |
2013-03-24 | moved main function to ssdeep.c | Helmut Grohne | |
2013-03-24 | ship a fuzzy.h compatible with ssdeep's fuzzy.h | Helmut Grohne | |
2013-03-24 | support stdin mode like original ssdeep | Helmut Grohne | |
2013-03-24 | teach splint about f{seek,tell}o | Helmut Grohne | |
2013-03-24 | split ssdeep_engine_step to smaller functions | Helmut Grohne | |
2013-03-24 | use fuzzy_hash_stream where applicable | Helmut Grohne | |
Thanks: Niels Thykier | |||
2013-03-24 | initial checking | Helmut Grohne | |
This is a rewrite of ssdeep's fuzzy.c to do streaming hashes. It is a bit slower, but the memory consumption is bounded in all cases. |