]> git.proxmox.com Git - mirror_ovs.git/history - lib/smap.h
ovsdb-idl: Improve prototypes.
[mirror_ovs.git] / lib / smap.h
2020-10-08 Numan Siddiquesmap: Add smap_get_uint() helper function.
2018-03-31 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-03-24 Ben Pfaffovsdb: Introduce experimental support for clustered...
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-22 Ben Pfaffsparse: Add guards to prevent FreeBSD-incompatible...
2017-12-01 Yi-Hung Weilib, ovsdb: Adapt headers for C++ usage
2017-02-08 Ben Pfaffsmap: Improve comment on SMAP_CONST1, SMAP_CONST2 macros.
2016-10-07 Ben Pfaffsmap: New macro SMAP_CONST2 for an immutable map of...
2016-08-08 Ben Pfaffsmap: New function smap_get_ullong().
2016-08-08 Ben Pfaffsmap: New function smap_get_def().
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-03-28 Russell Bryantsmap: Include hash.h.
2016-03-11 Pravin B Shelarsmap: bsd: Fix compilation error.
2016-02-20 Ben Pfaffhmap: Add extra build-time iteration checks for types...
2015-11-10 Jiri Benclib: add ipv6 helper functions for tnl_config
2015-09-09 Ben Pfaffsmap: New macro SMAP_CONST1 for initializing immutable...
2015-08-03 Ben Pfaffsmap: New function smap_get_uuid().
2015-07-31 Russell Bryantsmap: Add smap_equal().
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-07-17 Ben Pfaffsmap: New function smap_add_nocopy().
2012-07-18 Ben Pfaffsystem-stats: Use "smap" instead of "shash".
2012-07-18 Ben Pfaffsmap: New function smap_steal().
2012-07-18 Ben Pfaffsmap: New functions smap_from_json(), smap_to_json().
2012-06-19 Ethan Jacksonlib: Minor const tweak in smap library.
2012-06-14 Ethan Jacksonlib: New data structure - smap.