summaryrefslogtreecommitdiff
path: root/tests/test-ovsdb.c
Commit message (Expand)AuthorAgeFilesLines
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-0/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-2/+2
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* test-ovsdb: Fix memory leak reported by valgrind.William Tu2016-02-101-0/+4
* test-ovsdb: Fix memory leak reported by valgrind.William Tu2016-02-051-0/+2
* ovsdb-idl: Add support for column tracking in IDL.Shad Ansari2016-01-121-0/+63
* test-ovsdb: Fix memory leak reported by valgrind.William Tu2016-01-111-1/+3
* lib: add diff and apply diff APIs for ovsdb_datumAndy Zhou2015-12-111-1/+60
* ovsdb-idl: Add support for change tracking.Shad Ansari2015-11-231-52/+133
* command-line: add ovs_cmdl_contextRussell Bryant2015-03-171-105/+111
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-7/+7
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* command-line: Add function to print command usage.Alex Wang2014-10-281-35/+35
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-151-1/+1
* test-ovsdb: Fix setvbuf incompatibility on Windows.Gurucharan Shetty2014-05-141-1/+1
* Avoid static declarations of arrays with unknown size.Gurucharan Shetty2014-04-041-3/+8
* Revert "ovsdb-data: New functions for predicting serialized length of data."Ben Pfaff2014-04-031-11/+3
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-6/+6
* Make most "struct option" instances "const".Ben Pfaff2013-05-031-1/+1
* ovsdb-data: New functions for predicting serialized length of data.Ben Pfaff2013-04-011-3/+11
* ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff2013-03-151-2/+2
* ovsdb-server: Add support for multiple databases.Ben Pfaff2012-09-241-2/+6
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ovsdb-idl: Improve ovsdb_idl_txn_increment() interface.Ben Pfaff2012-04-121-3/+12
* ovsdb-idl: Simplify transaction retry.Ben Pfaff2012-04-121-3/+11
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-2/+2
* jsonrpc: Don't swallow errors in jsonrpc_transact_block().Ethan Jackson2012-02-211-1/+1
* tests: Fix typos in C versions of test-ovsdb error messages.Ben Pfaff2011-09-231-3/+3
* ovsdb: Implement a "lock" feature in the database protocol.Ben Pfaff2011-07-261-1/+1
* ovsdb: Refactor jsonrpc-server to make the concept of a session public.Ben Pfaff2011-07-261-5/+7
* ovsdb-idl: Plug hole in state machine.Ben Pfaff2011-06-211-0/+7
* ovsdb: Move ovsdb_table_put_row() into test program.Ben Pfaff2011-06-061-2/+12
* ovsdb: Make ovsdb_column_set_from_json() take table schema instead of table.Ben Pfaff2011-06-061-1/+2
* Consistently write null pointer constants as NULL instead of 0.Ben Pfaff2011-05-161-4/+4
* ovsdb: Implement garbage collection.Ben Pfaff2011-03-101-3/+6
* test-ovsdb: Check uuid_from_string() return value.Ben Pfaff2011-02-231-2/+4
* test-ovsdb: Don't leak return value from ovsdb_txn_commit().Justin Pettit2011-02-231-1/+1
* ovsdb-idl: Make selecting tables and columns to replicate more flexible.Ben Pfaff2010-11-161-1/+1
* ovsdb-idl: Test prerequisite checking.Ben Pfaff2010-10-221-1/+28
* Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff2010-10-011-2/+1
* Avoid shadowing local variable names.Ben Pfaff2010-09-201-2/+4
* ovsdb: Remove unused ovsdb_datum_from_json_unique().Ben Pfaff2010-08-251-10/+0
* vlog: Remove explicit calls to vlog_init().Ben Pfaff2010-07-211-1/+0
* timeval: Make time_init() static and remove calls to it.Ben Pfaff2010-07-211-1/+0
* ovsdb: New functions ovsdb_datum_sort_unique(), ovsdb_datum_from_json_unique().Ben Pfaff2010-07-121-2/+23
* ovsdb: New functions ovsdb_atom_default(), ovsdb_datum_default().Ben Pfaff2010-07-121-0/+71
* ovsdb-idl: Simplify usage of ovsdb_idl_run().Ben Pfaff2010-06-231-27/+17
* ovs-vsctl: Support references among records at creation time.Ben Pfaff2010-06-171-2/+2
* tests: fix compile warning of tests/test-ovsdb.cWei Yongjun2010-05-171-5/+5