[riot-commits] [RIOT-OS/RIOT] 2e4452: change the bloom filter to filter arrays of bytes
Christian Mehlis
christian at m3hlis.de
Wed Aug 28 19:00:59 CEST 2013
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 2e44523b51c378e8a457ba3ab9d421f4966ddded
https://github.com/RIOT-OS/RIOT/commit/2e44523b51c378e8a457ba3ab9d421f4966ddded
Author: Christian Mehlis <mehlis at inf.fu-berlin.de>
Date: 2013-08-27 (Tue, 27 Aug 2013)
Changed paths:
M sys/Makefile
M sys/bloom/bloom.c
A sys/hashes/Makefile
A sys/hashes/hashes.c
M sys/include/bloom.h
M sys/include/hashes.h
Log Message:
-----------
change the bloom filter to filter arrays of bytes
current implementation of the bloom filter only
handles c strings, this commits changes the hash
functions to work on byte arrays.
additionally I did:
added to more hashes
moved hashes in its own sys folder
Commit: 460f6824059997e1696aee8e7625af383fcfc872
https://github.com/RIOT-OS/RIOT/commit/460f6824059997e1696aee8e7625af383fcfc872
Author: Christian Mehlis <christian at m3hlis.de>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M sys/Makefile
M sys/bloom/bloom.c
A sys/hashes/Makefile
A sys/hashes/hashes.c
M sys/include/bloom.h
M sys/include/hashes.h
Log Message:
-----------
Merge pull request #176 from mehlis/bloom-bytes
Bloom bytes
Compare: https://github.com/RIOT-OS/RIOT/compare/c1fe79948775...460f68240599
More information about the commits
mailing list