summaryrefslogtreecommitdiffstats
path: root/test/unit/hash.c
Commit message (Expand)AuthorAgeFilesLines
* Header refactoring: hash - unify and remove from catchall.David Goldblatt2017-04-251-0/+1
* Replace tabs following #define with spaces.Jason Evans2017-01-211-2/+2
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-8/+8
* Update brace style.Jason Evans2017-01-211-17/+10
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-6/+0
* Fix stack corruption and uninitialized var warningDmitri Smirnov2016-05-031-6/+7
* Silence miscellaneous 64-to-32-bit data loss warnings.Jason Evans2016-02-241-2/+2
* Handle unaligned keys in hash().Jason Evans2016-02-201-3/+16
* Replace variable arrays in tests with VARIABLE_ARRAYMike Hommey2014-05-271-2/+2
* Adapt hash tests to big-endian systems.Jason Evans2014-03-301-0/+6
* Clean up code formatting.Jason Evans2014-01-021-4/+2
* Fix a typo in a string constant.Jason Evans2013-12-171-1/+1
* Add hash (MurmurHash3) tests.Jason Evans2013-12-171-0/+167