summaryrefslogtreecommitdiff
path: root/src/support/hash_city.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-1/+1
* WT-2372 - Remove unnecessary headersDavid Hows2016-02-021-1/+0
* WT-2372 - wt_internal.h should always be the first include, when neededDavid Hows2016-02-021-1/+1
* WT-60: big endian supportKeith Bostic2016-01-141-12/+39
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2311 Support SparcMark Benvenuto2015-12-291-0/+6
* 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