Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/cmap: cmap_find_batch(). | Jarno Rajahalme | 2014-10-06 | 1 | -5/+29 |
* | lib/cmap: split up cmap_find(). | Jarno Rajahalme | 2014-10-06 | 1 | -1/+1 |
* | lib/cmap: Return number of nodes from functions modifying the cmap. | Jarno Rajahalme | 2014-10-06 | 1 | -5/+21 |
* | Avoid uninitialized variable warnings with OBJECT_OFFSETOF() in MSVC. | Gurucharan Shetty | 2014-09-12 | 1 | -3/+3 |
* | cmap: Merge CMAP_FOR_EACH_SAFE into CMAP_FOR_EACH. | Ben Pfaff | 2014-07-29 | 1 | -36/+21 |
* | cmap, classifier: Avoid unsafe aliasing in iterators. | Ben Pfaff | 2014-07-21 | 1 | -54/+38 |
* | lib/cmap: Simplify iteration with C99 loop declaration. | Jarno Rajahalme | 2014-06-11 | 1 | -5/+38 |
* | lib/cmap: Add more hmap-like functionality. | Jarno Rajahalme | 2014-05-28 | 1 | -8/+38 |
* | cmap: New module for cuckoo hash table. | Ben Pfaff | 2014-05-20 | 1 | -0/+196 |