Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-01-15 | hash_table: Rename insert_with_hash to insert_pre_hashed | Jason Ekstrand | 1 | -2/+2 |
2015-01-15 | util/hash_table: Pull the details of the FNV-1a into helpers | Jason Ekstrand | 1 | -0/+19 |
2014-12-14 | util/hash_table: Rework the API to know about hashing | Jason Ekstrand | 1 | -4/+15 |
2014-08-04 | util: include c99_compat.h in hash_table.h to get 'inline' definition | Brian Paul | 1 | -0/+1 |
2014-08-04 | util: Gather some common macros | Jason Ekstrand | 1 | -2/+2 |
2014-08-04 | util: Move the open-addressing linear-probing hash_table to src/util. | Kenneth Graunke | 1 | -0/+106 |