Revision: 6279
http://w3af.svn.sourceforge.net/w3af/?rev=6279&view=rev
Author: andresriancho
Date: 2012-12-06 18:45:52 +0000 (Thu, 06 Dec 2012)
Log Message:
-----------
w00t! I'm now the bloom filter master ;)
The original bloom filter implementation had a ton of bugs:
* Hashing algorithm with lots of collisions
* File backend that was NOT initialized
* Incorrect calculation of num_hashes, num_bits, etc.
Borrowed a lot from pybloomfiltermmap
Modified Paths:
--------------
branches/threading2/core/data/bloomfilter/seekfile_bloom.py
branches/threading2/core/data/bloomfilter/tests/generic_filter_test.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|