aboutsummaryrefslogtreecommitdiff
path: root/ovsdb
AgeCommit message (Expand)Author
2010-01-04ovsdb-server: Fix minor memory leak.Ben Pfaff
2010-01-04ovsdb-server: Make database connections configurable from database itself.Ben Pfaff
2010-01-04ovsdb-server: Factor out complication by using jsonrpc_session.Ben Pfaff
2009-12-18daemon: Allow daemon child process to report success or failure to parent.Ben Pfaff
2009-12-17ovsdb-server: Remove write-only struct member.Ben Pfaff
2009-12-16ovsdb-tool: Add "show-log" command for use in debugging.Ben Pfaff
2009-12-16ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.Ben Pfaff
2009-12-16Fix typos in ovsdb specification.Ben Pfaff
2009-12-16ovsdb: Add new "mutation" operation to transactions.Ben Pfaff
2009-12-15ovsdb-server: Improve error message when database file argument is missing.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-11vswitch: Generate text file documenting the vswitch schema.Ben Pfaff
2009-12-11ovsdb: Cleanly abort delete operations.Ben Pfaff
2009-12-11ovsdb-client: Add support for pretty-printing JSON in output.Ben Pfaff
2009-12-10Update .gitignore filesJustin Pettit
2009-12-08ovsdb-idlc: Add "const" to "set" function arguments that should have it.Ben Pfaff
2009-12-08ovsdb-idlc: Fix parsing of "ephemeral" member of "column".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: Remove obsolete declaration from ovsdb-server.c.Ben Pfaff
2009-12-07Update ovsdb specifications based on suggestions from Brandon Heller.Ben Pfaff
2009-12-03ovsdb-client: Add support for --detach to "monitor" command.Ben Pfaff
2009-12-03ovsdb-server: Open --listen sockets before detaching.Ben Pfaff
2009-12-03ovsdb-idlc: C code generation improvements.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-12-02ovsdb: Allow a named-uuid to be used within the operation that creates it.Ben Pfaff
2009-11-23ovsdb: Minor cleanups to the SPECS fileJustin Pettit
2009-11-23ovsdb-idlc: Remove "sha" deprecation warningJustin Pettit
2009-11-23ovsdb: Add ovsdb IDL compiler to build system.Ben Pfaff
2009-11-20ovsdb: Rename variable to better describe its purpose.Ben Pfaff
2009-11-19ovsdb: Require database, table, column names to be valid identifiers.Ben Pfaff
2009-11-18ovsdb-server: Fix crash for invalid parameters to "monitor" request.Ben Pfaff
2009-11-17ovsdb: Monitor support.Ben Pfaff
2009-11-17ovsdb-server: Add "exit" unixctl command and --unixctl option.Ben Pfaff
2009-11-16ovsdb-server: Ignore replies to echo requests.Ben Pfaff
2009-11-16ovsdb-client: New command "transact".Ben Pfaff
2009-11-16ovsdb-server: Maintain the database lock with --detach.Ben Pfaff
2009-11-16ovsdb: Refactor JSON-RPC database server implementation.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-16ovsdb: Fix use of non-array for JSON-RPC parameters.Ben Pfaff
2009-11-12ovsdb-client: Support listening for incoming connections too.Ben Pfaff
2009-11-12ovsdb-server: Reconnect to clients specified on --connect.Ben Pfaff
2009-11-06ovsdb: Add new ovsdb-client program.Ben Pfaff
2009-11-06ovsdb: Add documentation for ovsdb-server and ovsdb-tool programs.Ben Pfaff
2009-11-06ovsdb: Improve error message for transaction that uses unknown operation.Ben Pfaff
2009-11-06ovsdb: Fix inverted logic in ovsdb_open().Ben Pfaff