summaryrefslogtreecommitdiff
path: root/tests/test-ovsdb.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-idl: Check internal graph in OVSDB tests.Ben Pfaff2016-10-191-0/+7
* ovsdb-idlc: Eliminate <prefix>_init() function from generated code.Ben Pfaff2016-10-191-4/+0
* Add read-only option to ovs-dpctl and ovs-ofctl commands.Ryan Moats2016-08-151-41/+41
* ovsdb: Make OVSDB backup sever read onlyAndy Zhou2016-08-141-3/+19
* ovsdb: Add/use partial set updates.Ryan Moats2016-08-141-6/+131
* ovn-nbctl: Add "sync" command to wait for previous changes to take effect.Ben Pfaff2016-08-081-2/+3
* test-ovsdb: Fix memory leak reported by Valgrind.William Tu2016-07-271-0/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* lib: add monitor_cond_change API to C IDL libLiran Schour2016-07-181-1/+213
* ovsdb: add conditions utilities to support monitor_condLiran Schour2016-07-181-2/+76
* Fix dead assignments.William Tu2016-07-021-1/+1
* tests: Add test for partial map updates.Edward Aymerich2016-05-181-1/+116
* 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