aboutsummaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl.h
AgeCommit message (Expand)Author
2011-10-31ovsdb-idl: Prevent occasional hang when multiple database clients race.Ben Pfaff
2011-07-26vswitchd: Prevent multiple ovs-vswitchd processes from acting together.Ben Pfaff
2011-06-21ovsdb-idl: Plug hole in state machine.Ben Pfaff
2011-04-21bridge: Tolerate missing Port and Interface records for local port.Ben Pfaff
2010-11-16ovsdb-idl: Make selecting tables and columns to replicate more flexible.Ben Pfaff
2010-08-11ovsdb-idl: Make it possible to omit or pay less attention to columns.Ben Pfaff
2010-07-12ovsdb-idl: Transition to better interfaces for reading table columns.Ben Pfaff
2010-06-23ovsdb-idl: Start documenting the public interface.Ben Pfaff
2010-06-23ovsdb-idl: Simplify usage of ovsdb_idl_run().Ben Pfaff
2010-06-17ovs-vsctl: Support references among records at creation time.Ben Pfaff
2010-03-08ovsdb-idl: Make ovsdb_idl_txn_add_comment() take a printf() format string.Ben Pfaff
2010-03-03brcompatd: Make bridge ioctls synchronous again.Ben Pfaff
2010-03-03ovsdb-idl: New function ovsdb_idl_txn_commit_block().Ben Pfaff
2010-02-08ovsdb-idl: On transaction hard failure make a reason available to client.Ben Pfaff
2010-01-28ovsdb-idl: Add interface to find out the permanent IDL of an inserted row.Ben Pfaff
2010-01-27ovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_txn_insert().Ben Pfaff
2010-01-26ovsdb-idl: Allow clients to modify records without using structs.Ben Pfaff
2010-01-14ovsdb: Provide helper function to determine if IDL has ever connectedJustin Pettit
2009-12-16Make ovs-vswitchd report when it is done configuring; make ovs-vsctl wait.Ben Pfaff
2009-12-16ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.Ben Pfaff
2009-12-11ovs-vsctl: Add --dry-run option.Ben Pfaff
2009-12-09ovs-vsctl: Fix performance problem.Ben Pfaff
2009-12-07ovsdb-idl: Make it possible to write data through the IDL.Ben Pfaff
2009-12-02ovsdb: Implement C bindings for IDL.Ben Pfaff