summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-idlc.in
Commit message (Expand)AuthorAgeFilesLines
* ovn-controller: Use new ovsdb-idl helpers to make logic more readable.Ben Pfaff2016-06-231-0/+12
* ovsdb-idlc.in: Autogenerate partial map updates functions.Edward Aymerich2016-05-181-0/+69
* ovsdb-idl: Add support for column tracking in IDL.Shad Ansari2016-01-121-4/+11
* ovsdb-idl: Add support for change tracking.Shad Ansari2015-11-231-0/+32
* ovsdb-idlc: Generate comments for "*_set_*" functions.Justin Pettit2015-03-041-17/+75
* ovsdb-idlc: Remove "*_get_*" warning from header file.Justin Pettit2015-03-041-4/+1
* ovsdb-idlc: Add comments for remaining non-"set" non-static functions.Justin Pettit2015-03-041-12/+64
* ovsdb-idlc: Use column name for "*_set_*" smap arguments.Justin Pettit2015-03-041-4/+4
* ovsdb-idlc: Constify 'char **'.Russell Bryant2015-02-191-1/+3
* ovsdb-idlc: Generate new *_get_for_uuid() functions.Ben Pfaff2014-03-281-0/+7
* ovsdb-idlc: Make schema version available.Justin Pettit2014-02-281-0/+12
* ovsdb-idlc: Ensure that initialization occurs single-threaded.Ben Pfaff2013-07-231-0/+2
* ovsdb-idlc: Write a new-line at the end of "annotate" output.Ben Pfaff2013-06-101-0/+1
* ovsdb-idlc: Make no-op writes to write-only columns cheaper.Ben Pfaff2013-03-051-9/+31
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-12/+12
* ovsdb: Enforce immutability of immutable columns.Ben Pfaff2012-09-051-0/+5
* lib: Utilize smaps in the idl.Ethan Jackson2012-06-141-63/+95
* ovsdb-idlc: Fix memory leak in "optional bool" columns.Ben Pfaff2012-03-231-9/+1
* idl: New helpers for accessing string maps.Ethan Jackson2012-03-221-0/+50
* idl: Generalize special case boolean exception.Ethan Jackson2012-02-081-25/+25
* ovsdb: Remove dead Python-related code.Ben Pfaff2011-10-181-17/+1
* python: Implement write support in Python IDL for OVSDB.Ben Pfaff2011-09-231-3/+18
* ovs.db.types: Add table reference to ovs.db.types.BaseType.Ben Pfaff2011-09-231-4/+4
* Avoid sparse error or warning for sizeof(_Bool).Ben Pfaff2011-05-231-2/+32
* ovsdb: Implement garbage collection.Ben Pfaff2011-03-101-1/+5
* ovsdb: constify should apply to all pointer types.Ethan Jackson2010-11-291-3/+1
* ovsdb: Remove trailing whitespaceEthan Jackson2010-11-291-3/+3
* Implement initial Python bindings for Open vSwitch database.Ben Pfaff2010-08-251-90/+37
* ovsdb-idlc: Add "get" accessor functions to generated code.Ben Pfaff2010-07-121-0/+49
* ovsdb-idlc: Check and restore ovsdb_datum invariants when setting data.Ben Pfaff2010-07-121-0/+6
* ovsdb-idlc: Fix sizeof calculation in generated code.Ben Pfaff2010-06-231-1/+1
* ovs-vsctl: Support references among records at creation time.Ben Pfaff2010-06-171-1/+1
* ovsdb-idl: Add "safe" iterator macro to generated code.Ben Pfaff2010-04-301-1/+8
* ovsdb: Remove "comment" support from OVSDB schemas.Ben Pfaff2010-03-051-4/+1
* Add documentation for the vswitch database schema.Ben Pfaff2010-03-051-380/+5
* ovsdb: Add support for "enum" constraints.Ben Pfaff2010-02-251-2/+138
* ovsdb: Drop regular expression constraints.Ben Pfaff2010-02-251-29/+6
* Merge "master" into "next".Ben Pfaff2010-02-111-2/+2
* ovsdb: Add support for multiple databases to the protocol.Ben Pfaff2010-02-091-1/+2
* ovsdb: Add support for referential integrity in the database itself.Ben Pfaff2010-02-081-6/+3
* ovsdb: Add simple constraints.Ben Pfaff2010-02-081-167/+268
* ovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_txn_insert().Ben Pfaff2010-01-271-2/+1
* ovsdb-idl: Allow clients to modify records without using structs.Ben Pfaff2010-01-261-81/+103
* Cleanly separate IDL annotations from OVSDB schema information.Ben Pfaff2010-01-261-47/+53
* ovsdb-idlc: With "doc" command, output tables and columns alphabetically.Ben Pfaff2010-01-261-2/+2
* vswitch: Generate text file documenting the vswitch schema.Ben Pfaff2009-12-111-2/+66
* ovsdb-idlc: Add "const" to "set" function arguments that should have it.Ben Pfaff2009-12-081-8/+15
* ovsdb-idlc: Fix parsing of "ephemeral" member of "column".Ben Pfaff2009-12-081-1/+1
* ovsdb-idl: Update IDL data when "set" functions are called.Ben Pfaff2009-12-081-9/+21
* ovsdb-idl: Make it possible to write data through the IDL.Ben Pfaff2009-12-071-21/+160