aboutsummaryrefslogtreecommitdiff
path: root/tests/test-ovsdb.c
AgeCommit message (Expand)Author
2011-09-23tests: Fix typos in C versions of test-ovsdb error messages.Ben Pfaff
2011-07-26ovsdb: Implement a "lock" feature in the database protocol.Ben Pfaff
2011-07-26ovsdb: Refactor jsonrpc-server to make the concept of a session public.Ben Pfaff
2011-06-21ovsdb-idl: Plug hole in state machine.Ben Pfaff
2011-06-06ovsdb: Move ovsdb_table_put_row() into test program.Ben Pfaff
2011-06-06ovsdb: Make ovsdb_column_set_from_json() take table schema instead of table.Ben Pfaff
2011-05-16Consistently write null pointer constants as NULL instead of 0.Ben Pfaff
2011-03-10ovsdb: Implement garbage collection.Ben Pfaff
2011-02-23test-ovsdb: Check uuid_from_string() return value.Ben Pfaff
2011-02-23test-ovsdb: Don't leak return value from ovsdb_txn_commit().Justin Pettit
2010-11-16ovsdb-idl: Make selecting tables and columns to replicate more flexible.Ben Pfaff
2010-10-22ovsdb-idl: Test prerequisite checking.Ben Pfaff
2010-10-01Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff
2010-09-20Avoid shadowing local variable names.Ben Pfaff
2010-08-25ovsdb: Remove unused ovsdb_datum_from_json_unique().Ben Pfaff
2010-07-21vlog: Remove explicit calls to vlog_init().Ben Pfaff
2010-07-21timeval: Make time_init() static and remove calls to it.Ben Pfaff
2010-07-12ovsdb: New functions ovsdb_datum_sort_unique(), ovsdb_datum_from_json_unique().Ben Pfaff
2010-07-12ovsdb: New functions ovsdb_atom_default(), ovsdb_datum_default().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-05-17tests: fix compile warning of tests/test-ovsdb.cWei Yongjun
2010-04-12ovsdb: Use port 6632 as a default port for database connections.Ben Pfaff
2010-04-12stream: Generalize stream_open_block().Ben Pfaff
2010-03-03ovsdb-idl: New function ovsdb_idl_txn_commit_block().Ben Pfaff
2010-02-15ovsdb: Allow ovsdb_log_open()'s caller to choose whether to lock.Ben Pfaff
2010-02-11Merge "master" into "next".Ben Pfaff
2010-02-08ovsdb: Add support for referential integrity in the database itself.Ben Pfaff
2010-02-08ovsdb: Add simple constraints.Ben Pfaff
2010-02-02tests: Fix memory leaks in test programs.Ben Pfaff
2010-01-28ovs-vsctl: Add tests for database commands.Ben Pfaff
2009-12-16Make ovs-vswitchd report when it is done configuring; make ovs-vsctl wait.Ben Pfaff
2009-12-16ovsdb: Add new "mutation" operation to transactions.Ben Pfaff
2009-12-11ovsdb: Fix segfault when a column set contains an invalid column name.Ben Pfaff
2009-12-09ovs-vsctl: Fix performance problem.Ben Pfaff
2009-12-08ovsdb-idl: Update IDL data when "set" functions are called.Ben Pfaff
2009-12-07ovsdb-idl: Make it possible to write data through the IDL.Ben Pfaff
2009-12-07ovsdb: Implement new "declare" operation.Ben Pfaff
2009-12-03ovsdb-idl: Fix resolution of references from one table to another.Ben Pfaff
2009-12-02ovsdb: Implement C bindings for IDL.Ben Pfaff
2009-11-16ovsdb: Add replication support and refactor files in terms of replication.Ben Pfaff
2009-11-16ovsdb: Rename ovsdb_file to ovsdb_log.Ben Pfaff
2009-11-04Initial implementation of OVSDB.Ben Pfaff