summaryrefslogtreecommitdiff
path: root/lib/sset.h
Commit message (Expand)AuthorAgeFilesLines
* sset: add SHORT version of SAFE loop macros.Adrian Moreno2022-03-301-1/+14
* sset: New function sset_join().Ben Pfaff2019-09-181-0/+3
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* sset: New function sset_from_delimited_string().Ben Pfaff2016-07-131-0/+3
* hmap: Use struct for hmap_at_position().Daniele Di Proietto2016-05-231-1/+6
* sset: Make sset iteration check the type of the nodes it's iterating.Ben Pfaff2016-02-081-4/+7
* sset: New function sset_intersect().Ben Pfaff2015-08-261-0/+3
* vswitch.ovsschema: Add datapath_types and port_types.Mark D. Gray2015-03-241-1/+2
* clang: Fix segfault in unit tests.Alex Wang2013-07-221-3/+5
* sset: New function sset_sort().Ben Pfaff2013-04-101-1/+3
* sset: Add sset_at_position() function.Justin Pettit2012-11-011-0/+2
* util: New macro CONST_CAST.Ben Pfaff2012-08-031-2/+3
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* lib: Adapt headers for use in C++.Casey Barker2011-08-041-0/+8
* sset: New data type for a set of strings.Ben Pfaff2011-03-311-0/+88