aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-01-04ovsdb-server: Make database connections configurable from database itself.Ben Pfaff
2010-01-04reconnect: Add connection attempt limiting feature.Ben Pfaff
2009-12-17testsuite: Look for .ovsschema files in source dir as well as build dir.Ben Pfaff
2009-12-17test-json: Avoid use of /dev/stdin to fix builds in limited chroots.Ben Pfaff
2009-12-16Make ovs-vswitchd report when it is done configuring; make ovs-vsctl wait.Ben Pfaff
2009-12-16ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.Ben Pfaff
2009-12-16ovsdb: Add new "mutation" operation to transactions.Ben Pfaff
2009-12-16json: Accurately parse very large real numbers.Ben Pfaff
2009-12-15Clean-up compiler warnings about ignoring return valuesJustin Pettit
2009-12-11ovsdb: Fix segfault when a column set contains an invalid column name.Ben Pfaff
2009-12-11ovsdb: Cleanly abort delete operations.Ben Pfaff
2009-12-10ovs-vsctl: Add --if-exists options to del-br, del-port commands.Ben Pfaff
2009-12-10Update .gitignore filesJustin Pettit
2009-12-09ovs-vsctl: New commands for working with external IDs.Ben Pfaff
2009-12-09ovs-vsctl: Fix performance problem.Ben Pfaff
2009-12-09ovs-vsctl: Fix bugs.Ben Pfaff
2009-12-08vsctl: Start making it work with ovsdb.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-07ovsdb-idlc: Add rules to make sure .h files get generated before .c files.Ben Pfaff
2009-12-03Distribute ovsdb-idlc built sources, so Python is not required for build.Ben Pfaff
2009-12-03json: Improve error reporting.Ben Pfaff
2009-12-03ovsdb: Fix race conditions in test suite.Ben Pfaff
2009-12-03ovsdb-idl: Fix resolution of references from one table to another.Ben Pfaff
2009-12-03ovsdb-idl: Make IDL-generated files depend on ovsdb-idlc.Ben Pfaff
2009-12-02ovsdb: Implement C bindings for IDL.Ben Pfaff
2009-12-02jsonrpc: Make it easy to get a new JSON-RPC request's id.Ben Pfaff
2009-11-18ovsdb: Make ovsdb-server tests pass even when @RUNDIR@ is not writable.Ben Pfaff
2009-11-18ovsdb: Add more tests for "monitor" feature.Ben Pfaff
2009-11-17ovsdb: Monitor support.Ben Pfaff
2009-11-16ovsdb: Add tests for file storage and for ovsdb-server.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-12New "reconnect" library for managing network connection attempts.Ben Pfaff
2009-11-04Initial implementation of OVSDB.Ben Pfaff
2009-11-04Implement JSON-RPC protocol.Ben Pfaff
2009-11-04New dir_name() function plus tests.Ben Pfaff
2009-11-04Implement RFC 4122-compliant UUIDs.Ben Pfaff
2009-11-04Implement JSON parsing and serialization.Ben Pfaff
2009-11-04Add new function xzalloc(n) as a shorthand for xcalloc(1, n).Ben Pfaff
2009-10-29Implement library for lockfiles and use it in cfg code.Ben Pfaff
2009-10-23Add test to ensure that time advances both normally and in a daemon.Ben Pfaff
2009-10-16ovs-vsctl: Add tests that adding duplicate bridges or ports fails.Ben Pfaff
2009-10-16ovs-vsctl: Add the ability to perform multiple operations in a single run.Ben Pfaff
2009-10-16ovs-vsctl: Refactor internals to increase flexibility.Ben Pfaff
2009-10-16ovs-vsctl: Allow bridge name to be omitted from del-port command.Ben Pfaff
2009-09-15ovs-vsctl: Add test suite, documentation for br-to-vlan, br-to-parent.Ben Pfaff
2009-09-14New utility ovs-vsctl.Ben Pfaff
2009-08-25tests: Cleanup getsockname argument warningJustin Pettit