Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-09-26 | qht: drop ht argument from qht iterators | Emilio G. Cota | 1 | -3/+3 |
2018-09-26 | test-qht: speed up + test qht_resize | Emilio G. Cota | 1 | -0/+4 |
2018-09-26 | test-qht: test deletion of the last entry in a bucket | Emilio G. Cota | 1 | -1/+12 |
2018-09-26 | test-qht: test removal of non-existent entries | Emilio G. Cota | 1 | -2/+24 |
2018-09-26 | test-qht: test qht_iter_remove | Emilio G. Cota | 1 | -2/+48 |
2018-06-15 | qht: return existing entry when qht_insert fails | Emilio G. Cota | 1 | -1/+7 |
2018-06-15 | qht: require a default comparison function | Emilio G. Cota | 1 | -5/+10 |
2016-10-06 | test-qht: perform lookups under rcu_read_lock | Emilio G. Cota | 1 | -0/+4 |
2016-08-02 | qht: do not segfault when gathering stats from an uninitialized qht | Emilio G. Cota | 1 | -0/+4 |
2016-06-16 | clean-includes: run it once more | Paolo Bonzini | 1 | -1/+0 |
2016-06-11 | qht: add test program | Emilio G. Cota | 1 | -0/+159 |