summaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl.h
Commit message (Expand)AuthorAgeFilesLines
...
* brcompatd: Make bridge ioctls synchronous again.Ben Pfaff2010-03-031-0/+2
* ovsdb-idl: New function ovsdb_idl_txn_commit_block().Ben Pfaff2010-03-031-0/+1
* ovsdb-idl: On transaction hard failure make a reason available to client.Ben Pfaff2010-02-081-0/+2
* ovsdb-idl: Add interface to find out the permanent IDL of an inserted row.Ben Pfaff2010-01-281-1/+4
* ovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_txn_insert().Ben Pfaff2010-01-271-0/+3
* ovsdb-idl: Allow clients to modify records without using structs.Ben Pfaff2010-01-261-1/+19
* ovsdb: Provide helper function to determine if IDL has ever connectedJustin Pettit2010-01-141-0/+2
* Make ovs-vswitchd report when it is done configuring; make ovs-vsctl wait.Ben Pfaff2009-12-161-0/+7
* ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.Ben Pfaff2009-12-161-0/+1
* ovs-vsctl: Add --dry-run option.Ben Pfaff2009-12-111-0/+1
* ovs-vsctl: Fix performance problem.Ben Pfaff2009-12-091-0/+1
* ovsdb-idl: Make it possible to write data through the IDL.Ben Pfaff2009-12-071-0/+17
* ovsdb: Implement C bindings for IDL.Ben Pfaff2009-12-021-0/+31