summaryrefslogtreecommitdiff
path: root/src/support/hash_city.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* whitespaceKeith Bostic2013-10-171-1/+0
* Remove a warning about const-ness from hash_fnv.c, minor cleanup, no real cha...Michael Cahill2013-10-171-11/+11
* Use the name hash to avoid string comparisons in the session list of data han...Michael Cahill2013-05-161-1/+1
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Add bloom filter implementation and test.Alex Gorrod2012-08-291-1/+4
* LintAlex Gorrod2012-08-211-1/+1
* Lint of hash functions.Alex Gorrod2012-08-201-18/+10
* ../src/support/hash_city.c:329:2: error: cannot optimize loop, the loop count...Michael Cahill2012-08-161-6/+3
* Fix compiler warnings generated by City Hash implementation.Alex Gorrod2012-08-161-42/+50
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* Add the standard WiredTiger "public domain" copyright to the files.Keith Bostic2012-08-151-1/+22
* Update the added hash functions. Split FNV and City hashes into separate file...Alex Gorrod2012-08-151-0/+303