summaryrefslogtreecommitdiff
path: root/tests/test-ovsdb.c
Commit message (Expand)AuthorAgeFilesLines
* ovs-vsctl: Add tests for database commands.Ben Pfaff2010-01-281-3/+70
* Make ovs-vswitchd report when it is done configuring; make ovs-vsctl wait.Ben Pfaff2009-12-161-1/+13
* ovsdb: Add new "mutation" operation to transactions.Ben Pfaff2009-12-161-0/+145
* ovsdb: Fix segfault when a column set contains an invalid column name.Ben Pfaff2009-12-111-1/+1
* ovs-vsctl: Fix performance problem.Ben Pfaff2009-12-091-0/+1
* ovsdb-idl: Update IDL data when "set" functions are called.Ben Pfaff2009-12-081-6/+1
* ovsdb-idl: Make it possible to write data through the IDL.Ben Pfaff2009-12-071-0/+102
* ovsdb: Implement new "declare" operation.Ben Pfaff2009-12-071-5/+6
* ovsdb-idl: Fix resolution of references from one table to another.Ben Pfaff2009-12-031-16/+28
* ovsdb: Implement C bindings for IDL.Ben Pfaff2009-12-021-2/+236
* ovsdb: Add replication support and refactor files in terms of replication.Ben Pfaff2009-11-161-4/+5
* ovsdb: Rename ovsdb_file to ovsdb_log.Ben Pfaff2009-11-161-12/+12
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+1229