aboutsummaryrefslogtreecommitdiff
path: root/ovsdb
AgeCommit message (Expand)Author
2010-02-18ovsdb: Introduce <nonnull-json-value> to clarify specifications.Ben Pfaff
2010-02-18ovsdb: Fix use of <value> as both a JSON value and as a database value.Ben Pfaff
2010-02-15ovsdb: Implement ovsdb-tool commands "compact" and "convert".Ben Pfaff
2010-02-15ovsdb: Factor out code to fsync a file's containing directory.Ben Pfaff
2010-02-15ovsdb: Refactor code for writing a transaction to a file.Ben Pfaff
2010-02-15ovsdb: Allow ovsdb_log_open()'s caller to choose whether to lock.Ben Pfaff
2010-02-15ovsdb-server: Add --run option.Ben Pfaff
2010-02-15ovsdb: Add functions to clone schemas.Ben Pfaff
2010-02-15ovsdb-client: Add blank line between tables in CSV, tabular output.Ben Pfaff
2010-02-15ovsdb-client: Add "dump" command for dumping entire database contents.Ben Pfaff
2010-02-15ovsdb-client: Improve HTML output.Ben Pfaff
2010-02-15ovsdb-client: Introduce new data formatting style as the default.Ben Pfaff
2010-02-15ovsdb-client: Remove --wide option.Ben Pfaff
2010-02-15ovsdb: Fix commit to disk of rows added to a table with all-default values.Ben Pfaff
2010-02-11Merge "master" into "next".Ben Pfaff
2010-02-11ovsdb: Drop write-only variable.Ben Pfaff
2010-02-11ovsdb: Remove write-only variable from parse_body() in log.c.Ben Pfaff
2010-02-11ovsdb: Add default case to ovsdb_mutation_set_execute().Ben Pfaff
2010-02-09ovsdb: Add support for multiple databases to the protocol.Ben Pfaff
2010-02-08ovsdb: Make scalars and 1-element sets interchangeable.Ben Pfaff
2010-02-08ovsdb: Get rid of "declare" operation.Ben Pfaff
2010-02-08ovsdb: Add support for referential integrity in the database itself.Ben Pfaff
2010-02-08ovsdb: Add simple constraints.Ben Pfaff
2010-02-08ovsdb: Slightly simplify ovsdb_table_get_row(), ovsdb_table_put_row().Ben Pfaff
2010-02-08ovsdb: Use direct pointer from table to txn_table to simplify code.Ben Pfaff
2010-02-08ovsdb: Fix result object for "declare" operation.Ben Pfaff
2010-02-02ovsdb-tool: Fix minor memory leak in "create".Ben Pfaff
2010-02-02ovsdb-client: Fix memory leaks in "monitor" command.Ben Pfaff
2010-02-02ovsdb-server: Free memory on exit.Ben Pfaff
2010-02-02ovsdb-server: Fix various memory leaks.Ben Pfaff
2010-01-27ovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_txn_insert().Ben Pfaff
2010-01-26daemon: Make --monitor process change its process title.Ben Pfaff
2010-01-26ovsdb: Require column type "min" value be 0 or 1.Ben Pfaff
2010-01-26ovsdb-data: Add some more functions for dealing with "struct ovsdb_datum".Ben Pfaff
2010-01-26ovsdb-idl: Allow clients to modify records without using structs.Ben Pfaff
2010-01-26Cleanly separate IDL annotations from OVSDB schema information.Ben Pfaff
2010-01-26ovsdb-idlc: With "doc" command, output tables and columns alphabetically.Ben Pfaff
2010-01-15unixctl: Avoid double error reporting.Ben Pfaff
2010-01-13ovsdb-client: Fix regression introduced with changes to daemonize().Ben Pfaff
2010-01-11ovsdb-tool: Make show-log command offer more verbose output.Ben Pfaff
2010-01-11ovsdb: Save some space in the log for newly inserted records.Ben Pfaff
2010-01-11ovsdb: Clarify spec for map mutation insert mutator.Ben Pfaff
2010-01-06Remove "fault" module.Ben Pfaff
2010-01-06stream: Remove spurious #includes from header file.Ben Pfaff
2010-01-06Add SSL support to "stream" library and OVSDB.Ben Pfaff
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