Implement 'find similar page'. Fix some small bug
commita8130cd95a08517b8d8bbc00ca07f814dda6729b
authorAlex Wulms <awulms@laptop3.(none)>
Thu, 5 Aug 2010 08:23:04 +0000 (5 10:23 +0200)
committerAlex Wulms <awulms@laptop3.(none)>
Thu, 5 Aug 2010 08:23:04 +0000 (5 10:23 +0200)
treeddfba6252981fa9dd706ae71008db490f13cafd5
parentd564d1265801237c768ad4268cea8bfffab19e02
Implement 'find similar page'. Fix some small bug
22 files changed:
ccan/crcsync/crcsync.c
ccan/crcsync/crcsync.h
crccache/.cproject
crccache/.project
crccache/Makefile
crccache/ap_log_helper.c [new file with mode: 0644]
crccache/ap_log_helper.h [moved from crccache/ap_wrapper.h with 61% similarity]
crccache/ap_wrapper.c [deleted file]
crccache/benchmark.c
crccache/cache/cache.c
crccache/cache/cache.h
crccache/cache/cache_util.c
crccache/crccache.h
crccache/mod_crccache_client.c
crccache/mod_crccache_client.h
crccache/mod_crccache_client_find_similar.c [new file with mode: 0644]
crccache/mod_crccache_client_find_similar.h [new file with mode: 0644]
crccache/mod_crccache_server.c
crccache/mod_crccache_server.h
crccache/rmm_hash.c [new file with mode: 0644]
crccache/rmm_hash.h [new file with mode: 0644]
crccache/test_hash_small_invokations.c