93 Commits

Author SHA1 Message Date
Camilla Löwy c1baefa4f4 Remove all references to hostile domain
Related to #14
2024-02-16 15:02:27 +01:00
Camilla Löwy a6038680a0 Remove duplicate file entries
Fixes #9.
2017-05-23 16:02:31 +02:00
Camilla Löwy d7828fb6d1 Paperwork done 2017-05-23 16:01:55 +02:00
Camilla Berglund c5dee8d7f1 Cleanup 2015-08-13 14:01:48 +02:00
Camilla Berglund 0dd0c18070 Update to new indent standard 2015-08-13 14:00:15 +02:00
Camilla Berglund 5be1eeae3f Added hyphenated digest function names. 2013-09-13 15:21:51 +02:00
Camilla Berglund 777e4584e8 Cleaned up devnode comparison logic. 2013-07-23 16:11:44 +02:00
Camilla Berglund 936eed461d Updated email address. 2013-07-23 15:36:34 +02:00
Camilla Berglund c421ba4878 Removed superfluous casts of malloc and realloc. 2013-07-21 17:11:47 +02:00
Camilla Berglund 58ab100c6b Fixed type error in declaration. 2012-09-21 02:26:37 +02:00
Camilla Berglund 149ddba42f Removed superfluous line. 2012-09-21 02:19:23 +02:00
Camilla Berglund f8ccb31517 Formatting. 2012-03-30 14:24:51 +02:00
Camilla Berglund d661556a0f Enabled ISO Standard C. 2012-03-30 13:55:31 +02:00
Camilla Berglund 10dc3b7478 Corrected order of types and typedefs. 2012-03-30 13:28:08 +02:00
Camilla Berglund 0b4eab5599 Improved change log logical grouping. 2012-02-19 06:25:55 +01:00
Camilla Berglund 78db6c99c8 Updated change log. 2012-02-19 06:20:25 +01:00
Camilla Berglund 9184e195e7 Removed stray characters. 2012-02-15 19:56:16 +01:00
Camilla Berglund 138c32cfb1 Renamed functions to match conventions. 2012-02-15 19:50:56 +01:00
Camilla Berglund defcc11885 Manual page example updates. 2012-02-15 18:58:08 +01:00
Camilla Berglund 35cdb4b674 Added -u flag. 2012-02-13 19:59:22 +01:00
Camilla Berglund c7f0f0fb79 Added path read buffer size increment macro. 2012-02-12 18:01:58 +01:00
Camilla Berglund 111b0e1f0c Added -D flag. 2012-02-12 17:28:41 +01:00
Camilla Berglund 6f70baf8bc Removed superfluous test. 2012-01-29 00:04:39 +01:00
Camilla Berglund 4975f319a2 Renamed file list functions to match conventions. 2012-01-28 20:51:41 +01:00
Camilla Berglund b1f420a651 Put non-static functions on top. 2012-01-28 20:45:32 +01:00
Camilla Berglund a0d14bca2c Fixed changelog error. 2012-01-28 03:02:52 +01:00
Camilla Berglund 72f099d688 Fixed cluster index not being initialized. 2012-01-28 03:01:50 +01:00
Camilla Berglund 2a816061f6 Added field terminator helper. 2012-01-28 02:45:09 +01:00
Camilla Berglund 2c071baf8b Removed limit on path length read from stdin. 2012-01-28 02:36:58 +01:00
Camilla Berglund ce995f308b Made thorough mode comparison take -q into account. 2012-01-27 18:00:51 +01:00
Camilla Berglund ad9de8ca53 Tagged file INVALID on read error. 2012-01-27 17:59:20 +01:00
Camilla Berglund 5a61a564ea Replaced for-loop with memcmp. 2012-01-27 16:59:23 +01:00
Camilla Berglund 0fe24be638 Added SAMPLED and HASHED file statuses. 2012-01-27 16:51:58 +01:00
Camilla Berglund 8127cc721f Stopped testing against INVALID base file. 2012-01-27 16:34:30 +01:00
Camilla Berglund 933b7c7ab5 Removed duplicate INVALID tests. 2012-01-27 16:30:54 +01:00
Camilla Berglund f64d14a81e Added missing credit. 2012-01-26 02:23:11 +01:00
Camilla Berglund da221e8355 Removed unused file status. 2012-01-25 14:15:28 +01:00
Camilla Berglund c123162cb7 Removed file read permission check. 2012-01-25 14:13:08 +01:00
Camilla Berglund b3b98e76f9 Increased HASH_BITS to 10. 2012-01-24 17:08:09 +01:00
Camilla Berglund 88e8fa2fb4 Broke out field terminator printing into separate function. 2012-01-24 16:03:06 +01:00
Camilla Berglund b41b342a89 Renamed entry to file. 2012-01-24 15:52:40 +01:00
Camilla Berglund 0cf33eec34 Replaced recorded directory linked list with linear array. 2012-01-24 15:27:15 +01:00
Camilla Berglund 8509c84a18 Renamed recurse_directory to process_directory to match other main driver functions. 2012-01-24 14:52:42 +01:00
Camilla Berglund c795f85bfa Renamed List to EntryList. 2012-01-24 14:35:15 +01:00
Camilla Berglund 65d8e68f93 Improved error reporting. 2012-01-24 14:25:40 +01:00
Camilla Berglund 2564d03e8b Added macro for read buffer size. 2012-01-24 13:27:59 +01:00
Camilla Berglund e87591a77b Added missing updates to changelog. 2012-01-24 03:00:16 +01:00
Camilla Berglund 9bd79c74de Fixed manpage error. 2012-01-24 02:41:13 +01:00
Camilla Berglund 56843dbbab Free entry memory for each bucket after processing. 2012-01-24 00:12:29 +01:00
Camilla Berglund b7f0169f76 Function does more than report. 2012-01-23 23:08:34 +01:00