Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bitmap: Convert single bitmap functions to 64-bit. | Jesse Gross | 2015-06-25 | 1 | -2/+2 |
* | command-line: add ovs_cmdl_context | Russell Bryant | 2015-03-17 | 1 | -9/+14 |
* | command-line: add ovs_cmdl_ prefix | Russell Bryant | 2015-03-16 | 1 | -2/+2 |
* | ovs_assert, tests: Support NDEBUG. | Jarno Rajahalme | 2014-10-30 | 1 | -4/+3 |
* | command-line: Add function to print command usage. | Alex Wang | 2014-10-28 | 1 | -3/+3 |
* | lib/cmap: cmap_find_batch(). | Jarno Rajahalme | 2014-10-06 | 1 | -5/+167 |
* | tests/test-cmap: Balance benchmarks between cmap and hmap. | Jarno Rajahalme | 2014-10-06 | 1 | -13/+21 |
* | Fix remaining "uninitialized local variable" used warning by MSVC. | Gurucharan Shetty | 2014-09-15 | 1 | -1/+2 |
* | cmap: Fix cmap_next_position() | Daniele Di Proietto | 2014-07-16 | 1 | -1/+19 |
* | lib/cmap: Simplify iteration with C99 loop declaration. | Jarno Rajahalme | 2014-06-11 | 1 | -7/+5 |
* | lib/cmap: Add more hmap-like functionality. | Jarno Rajahalme | 2014-05-28 | 1 | -3/+14 |
* | cmap: New module for cuckoo hash table. | Ben Pfaff | 2014-05-20 | 1 | -0/+455 |