summaryrefslogtreecommitdiff
path: root/lib/hmap.c
Commit message (Expand)AuthorAgeFilesLines
* hmap: Improve debug log message when reporting unusually large buckets.Ben Pfaff2019-03-261-5/+24
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* hmap: Use struct for hmap_at_position().Daniele Di Proietto2016-05-231-14/+12
* hmap: Fix bad advice in comment (plus a typo).Ben Pfaff2015-07-121-3/+3
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* hmap_random_node: Improve distributionYAMAMOTO Takashi2014-04-241-2/+2
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-1/+1
* hmap: Make bad hash functions easier to find.Ben Pfaff2013-09-241-10/+28
* hmap: Use is_pow2() instead of open-coding it.Ben Pfaff2013-06-181-3/+2
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-3/+2
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* hmap: New function hmap_contains().Ben Pfaff2012-03-211-1/+16
* hmap: New function hmap_at_position().Ben Pfaff2011-01-271-0/+43
* coverage: Make the coverage counters catalog program-specific.Ben Pfaff2010-11-301-0/+5
* hmap: New function hmap_clear().Ben Pfaff2010-10-011-0/+17
* stream-ssl: Enable SSL session caching.Ben Pfaff2010-08-111-0/+33
* New functions hmap_moved(), shash_moved().Ben Pfaff2010-01-281-5/+11
* hmap: Rename hmap_moved() to hmap_node_moved().Ben Pfaff2010-01-281-1/+15
* Update primary code license to Apache 2.0.Ben Pfaff2009-06-151-10/+10
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+145