Changes by: David DiCato (daavan42 at gmail.com)
Date: 2007-06-23 09:46:39 -0700 (Sat, 23 Jun 2007)
Revision: 11098
Log message:
- Added 'clean' targets
- Added filename canonization (e.g. "/foo/bar/..", "//foo/", "/foo/." are all
"/foo"), which is a must for hashing
- Changed file->domain mapping function to incorporate a known good hashing
function (SHA-256 message digest algorithm).
- Load balancing based on lexicographical ordering of domain strings is now
provably feasible (I think)