Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-08-18 | Add a set implementation derived from the hash_table implementation. | Eric Anholt | 1 | -6/+3 |
2011-08-18 | Add defined behavior for inserts with matching keys, and a test. | Eric Anholt | 1 | -2/+4 |
2009-11-23 | Add deleted entry management by rehashing on insert when appropriate. | Eric Anholt | 1 | -2/+2 |
2009-11-23 | Add a testcase for the upcoming deletion management code. | Eric Anholt | 1 | -2/+8 |
2009-11-23 | Add testing infrastructure. | Eric Anholt | 1 | -3/+3 |
2009-11-23 | Initial import of hash_table. | Eric Anholt | 1 | -0/+45 |