Prepare Open vSwitch 1.1.2 release.
[sliver-openvswitch.git] / ovsdb /
2010-03-24 Ben Pfaffovsdb: Fix ovsdb-server crash when specifying nonexiste...
2010-03-22 Ben Pfaffovsdb-server: Fix build when configuring without -...
2010-03-19 Ben Pfaffovsdb-server: Obtain SSL configuration from database.
2010-03-19 Ben Pfaffdocs: Fix ovsdb-server manpage.
2010-03-19 Ben Pfaffdocs: Move PKI section heading into individual manpages.
2010-03-18 Ben Pfaffovsdb: Allow constraining the number of rows in a table.
2010-03-18 Ben Pfaffovsdb: Fix error message when parsing an operation...
2010-03-18 Ben Pfaffovsdb: Compact databases online automatically and on...
2010-03-18 Ben Pfaffovsdb: Rename ovsdb_file_replica to ovsdb_file.
2010-03-18 Ben Pfaffovsdb: Always set *dbp to null on failure in ovsdb_file...
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-17 Ben Pfaffovsdb: Add support for weak references.
2010-03-17 Ben Pfaffovsdb: Check for changed columns only once per transact...
2010-03-17 Ben Pfaffovsdb: Simplify referential integrity checking commit...
2010-03-17 Ben Pfaffovsdb: Introduce for_each_txn_row() iterator function...
2010-03-17 Ben Pfaffovsdb: Centralize and make consistent setting txn_row...
2010-03-17 Ben Pfaffovsdb-tool: Fix segfault if deleted row doesn't exist.
2010-03-08 Ben Pfaffovsdb-tool: Do not lock source db for compacting or...
2010-03-06 Ben Pfaffovsdb: Remove "comment" support from OVSDB schemas.
2010-03-06 Ben PfaffAdd documentation for the vswitch database schema.
2010-02-25 Ben Pfaffovsdb: Add support for "enum" constraints.
2010-02-25 Ben PfaffRemove PCRE dependency.
2010-02-25 Ben Pfaffovsdb: Drop regular expression constraints.
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-18 Ben Pfaffovsdb: Introduce <nonnull-json-value> to clarify specif...
2010-02-18 Ben Pfaffovsdb: Fix use of <value> as both a JSON value and...
2010-02-15 Ben Pfaffovsdb: Implement ovsdb-tool commands "compact" and...
2010-02-15 Ben Pfaffovsdb: Factor out code to fsync a file's containing...
2010-02-15 Ben Pfaffovsdb: Refactor code for writing a transaction to a...
2010-02-15 Ben Pfaffovsdb: Allow ovsdb_log_open()'s caller to choose whethe...
2010-02-15 Ben Pfaffovsdb-server: Add --run option.
2010-02-15 Ben Pfaffovsdb: Add functions to clone schemas.
2010-02-15 Ben Pfaffovsdb-client: Add blank line between tables in CSV...
2010-02-15 Ben Pfaffovsdb-client: Add "dump" command for dumping entire...
2010-02-15 Ben Pfaffovsdb-client: Improve HTML output.
2010-02-15 Ben Pfaffovsdb-client: Introduce new data formatting style as...
2010-02-15 Ben Pfaffovsdb-client: Remove --wide option.
2010-02-15 Ben Pfaffovsdb: Fix commit to disk of rows added to a table...
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-11 Ben Pfaffovsdb: Drop write-only variable.
2010-02-11 Ben Pfaffovsdb: Remove write-only variable from parse_body(...
2010-02-11 Ben Pfaffovsdb: Add default case to ovsdb_mutation_set_execute().
2010-02-09 Ben Pfaffovsdb: Add support for multiple databases to the protocol.
2010-02-09 Ben Pfaffovsdb: Make scalars and 1-element sets interchangeable.
2010-02-09 Ben Pfaffovsdb: Get rid of "declare" operation.
2010-02-08 Ben Pfaffovsdb: Add support for referential integrity in the...
2010-02-08 Ben Pfaffovsdb: Add simple constraints.
2010-02-08 Ben Pfaffovsdb: Slightly simplify ovsdb_table_get_row(), ovsdb_t...
2010-02-08 Ben Pfaffovsdb: Use direct pointer from table to txn_table to...
2010-02-08 Ben Pfaffovsdb: Fix result object for "declare" operation.
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Ben Pfaffovsdb-tool: Fix minor memory leak in "create".
2010-02-02 Ben Pfaffovsdb-client: Fix memory leaks in "monitor" command.
2010-02-02 Ben Pfaffovsdb-server: Free memory on exit.
2010-02-02 Ben Pfaffovsdb-server: Fix various memory leaks.
2010-01-27 Ben Pfaffovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_...
2010-01-26 Ben Pfaffdaemon: Make --monitor process change its process title.
2010-01-26 Ben Pfaffovsdb: Require column type "min" value be 0 or 1.
2010-01-26 Ben Pfaffovsdb-data: Add some more functions for dealing with...
2010-01-26 Ben Pfaffovsdb-idl: Allow clients to modify records without...
2010-01-26 Ben PfaffCleanly separate IDL annotations from OVSDB schema...
2010-01-26 Ben Pfaffovsdb-idlc: With "doc" command, output tables and colum...
2010-01-15 Ben Pfaffunixctl: Avoid double error reporting.
2010-01-13 Ben Pfaffovsdb-client: Fix regression introduced with changes...
2010-01-11 Ben Pfaffovsdb-tool: Make show-log command offer more verbose...
2010-01-11 Ben Pfaffovsdb: Save some space in the log for newly inserted...
2010-01-11 Ben Pfaffovsdb: Clarify spec for map mutation insert mutator.
2010-01-07 Ben PfaffRemove "fault" module.
2010-01-06 Ben Pfaffstream: Remove spurious #includes from header file.
2010-01-06 Ben PfaffAdd SSL support to "stream" library and OVSDB.
2010-01-04 Ben Pfaffovsdb-server: Fix minor memory leak.
2010-01-04 Ben Pfaffovsdb-server: Make database connections configurable...
2010-01-04 Ben Pfaffovsdb-server: Factor out complication by using jsonrpc_...
2009-12-18 Ben Pfaffdaemon: Allow daemon child process to report success...
2009-12-17 Ben Pfaffovsdb-server: Remove write-only struct member.
2009-12-16 Ben Pfaffovsdb-tool: Add "show-log" command for use in debugging.
2009-12-16 Ben Pfaffovsdb: Add "comment" feature to transactions and make...
2009-12-16 Ben PfaffFix typos in ovsdb specification.
2009-12-16 Ben Pfaffovsdb: Add new "mutation" operation to transactions.
2009-12-15 Ben Pfaffovsdb-server: Improve error message when database file...
2009-12-15 Justin PettitClean-up compiler warnings about ignoring return values
2009-12-12 Ben Pfaffovsdb: Fix segfault when a column set contains an inval...
2009-12-11 Ben Pfaffvswitch: Generate text file documenting the vswitch...
2009-12-11 Ben Pfaffovsdb: Cleanly abort delete operations.
2009-12-11 Ben Pfaffovsdb-client: Add support for pretty-printing JSON...
2009-12-10 Justin PettitUpdate .gitignore files
2009-12-09 Ben Pfaffovsdb-idlc: Add "const" to "set" function arguments...
2009-12-08 Ben Pfaffovsdb-idlc: Fix parsing of "ephemeral" member of "column".
2009-12-08 Ben Pfaffovsdb-idl: Update IDL data when "set" functions are...
2009-12-08 Ben Pfaffovsdb-idl: Make it possible to write data through the...
2009-12-08 Ben Pfaffovsdb: Implement new "declare" operation.
2009-12-07 Ben Pfaffovsdb: Remove obsolete declaration from ovsdb-server.c.
2009-12-07 Ben PfaffUpdate ovsdb specifications based on suggestions from...
2009-12-03 Ben Pfaffovsdb-client: Add support for --detach to "monitor...
2009-12-03 Ben Pfaffovsdb-server: Open --listen sockets before detaching.
2009-12-03 Ben Pfaffovsdb-idlc: C code generation improvements.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-12-02 Ben Pfaffovsdb: Implement C bindings for IDL.
2009-12-02 Ben Pfaffjsonrpc: Make it easy to get a new JSON-RPC request...
2009-12-02 Ben Pfaffovsdb: Allow a named-uuid to be used within the operati...
next