Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Header refactoring: hash - unify and remove from catchall. | David Goldblatt | 2017-04-25 | 1 | -0/+1 |
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 1 | -2/+2 |
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -8/+8 |
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -17/+10 |
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -6/+0 |
* | Fix stack corruption and uninitialized var warning | Dmitri Smirnov | 2016-05-03 | 1 | -6/+7 |
* | Silence miscellaneous 64-to-32-bit data loss warnings. | Jason Evans | 2016-02-24 | 1 | -2/+2 |
* | Handle unaligned keys in hash(). | Jason Evans | 2016-02-20 | 1 | -3/+16 |
* | Replace variable arrays in tests with VARIABLE_ARRAY | Mike Hommey | 2014-05-27 | 1 | -2/+2 |
* | Adapt hash tests to big-endian systems. | Jason Evans | 2014-03-30 | 1 | -0/+6 |
* | Clean up code formatting. | Jason Evans | 2014-01-02 | 1 | -4/+2 |
* | Fix a typo in a string constant. | Jason Evans | 2013-12-17 | 1 | -1/+1 |
* | Add hash (MurmurHash3) tests. | Jason Evans | 2013-12-17 | 1 | -0/+167 |