ovsdb: Rename ovsdb_file to ovsdb_log.
[openvswitch] / ovsdb /
2009-11-16 Ben Pfaffovsdb: Rename ovsdb_file to ovsdb_log.
2009-11-16 Ben Pfaffovsdb: Fix use of non-array for JSON-RPC parameters.
2009-11-12 Ben Pfaffovsdb-client: Support listening for incoming connection...
2009-11-12 Ben Pfaffovsdb-server: Reconnect to clients specified on --connect.
2009-11-06 Ben Pfaffovsdb: Add new ovsdb-client program.
2009-11-06 Ben Pfaffovsdb: Add documentation for ovsdb-server and ovsdb...
2009-11-06 Ben Pfaffovsdb: Improve error message for transaction that uses...
2009-11-06 Ben Pfaffovsdb: Fix inverted logic in ovsdb_open().
2009-11-06 Ben Pfaffovsdb: Fix use-after-free error in ovsdb_destroy().
2009-11-06 Ben Pfaffovsdb-server: Remove unixctl transaction support.
2009-11-06 Ben Pfaffovsdb-tool: Make "query" and "transact" commands work...
2009-11-06 Ben Pfaffovsdb: Make JSON-RPC sessions other than the first...
2009-11-06 Jeremy Striblingovsdb: Fix bug in JSON-RPC server.
2009-11-05 Ben PfaffInitial implementation of OVSDB.