summaryrefslogtreecommitdiff
path: root/lib/smap.h
Commit message (Expand)AuthorAgeFilesLines
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+13
* smap: Add smap_get_uint() helper function.Numan Siddique2020-10-081-0/+2
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-0/+1
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+1
* lib, ovsdb: Adapt headers for C++ usageYi-Hung Wei2017-12-011-0/+8
* smap: Improve comment on SMAP_CONST1, SMAP_CONST2 macros.Ben Pfaff2017-02-081-3/+5
* smap: New macro SMAP_CONST2 for an immutable map of 2 key-value pairs.Ben Pfaff2016-10-071-9/+17
* smap: New function smap_get_ullong().Ben Pfaff2016-08-081-0/+2
* smap: New function smap_get_def().Ben Pfaff2016-08-081-1/+3
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* smap: Include hash.h.Russell Bryant2016-03-281-0/+1
* smap: bsd: Fix compilation error.Pravin B Shelar2016-03-101-0/+1
* hmap: Add extra build-time iteration checks for types derived from hmap.Ben Pfaff2016-02-191-6/+12
* lib: add ipv6 helper functions for tnl_configJiri Benc2015-11-101-0/+1
* smap: New macro SMAP_CONST1 for initializing immutable 1-member smaps.Ben Pfaff2015-09-081-0/+19
* smap: New function smap_get_uuid().Ben Pfaff2015-08-031-1/+3
* smap: Add smap_equal().Russell Bryant2015-07-311-0/+2
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* smap: New function smap_add_nocopy().Ben Pfaff2014-07-171-1/+2
* system-stats: Use "smap" instead of "shash".Ben Pfaff2012-07-181-1/+1
* smap: New function smap_steal().Ben Pfaff2012-07-181-1/+2
* smap: New functions smap_from_json(), smap_to_json().Ben Pfaff2012-07-181-0/+5
* lib: Minor const tweak in smap library.Ethan Jackson2012-06-191-1/+1
* lib: New data structure - smap.Ethan Jackson2012-06-141-0/+63