Download List

Project Description

hashl creates a database with partial file hashes. It is useful for checking if you already have a copy of files before transferring them over a slow network. It does this by hashing only the first few MiB of every file. This gives it a huge speed advantage at the cost of possible (though pretty improbable) false positives.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-11-03 07:43
1.0

This release fixes a bug when encountering zero-length files and adds an optional regex argument to "hashl list".

2011-05-24 13:20
0.2

This release introduces a Perl API via App::Hashl. "hashl update" now tries to save its status when interrupted. Various minor improvements were made in the handling of ignored files.

2011-05-09 23:42
0.1

This is the first release. You can create and later update a database of files below a directory, copy that database around and use it to check if other files (maybe even on other systems) are in it or not. You can also mark files as ignored, meaning they will always be known to hashl, even if you remove them from the filesystem. This is handy to avoid re-downloading known bad files.

Project Resources