Catalli's threaded switch
[sliver-openvswitch.git] / ovsdb /
2010-08-25 Ben PfaffDelete local copy of simplejson.
2010-08-25 Ben PfaffImplement initial Python bindings for Open vSwitch...
2010-08-25 Ben Pfaffovsdbmonitor: Fix uninstall.
2010-08-19 Ben PfaffFix SSL boilerplate descriptions in manpages.
2010-08-19 Ben PfaffFix typos in manpages.
2010-08-05 Ben Pfaffstream-ssl: Make changing keys and certificate at runti...
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-07-21 Ben Pfaffvlog: Remove explicit calls to vlog_init().
2010-07-21 Ben Pfafftimeval: Make time_init() static and remove calls to it.
2010-07-12 Ben Pfaffovsdb-idlc: Add "get" accessor functions to generated...
2010-07-12 Ben Pfaffovsdb-idl: Transition to better interfaces for reading...
2010-07-12 Ben Pfaffovsdb-idlc: Check and restore ovsdb_datum invariants...
2010-07-01 Ben Pfaffovsdb: Extend "monitor" to select different operations...
2010-06-30 Ben Pfaffovsdb-client: Fix "selects" argument to "monitor" command.
2010-06-30 Ben Pfaffovsdb: Document in SPECS how OVS uses JSON.
2010-06-29 Ben Pfaffdoc: Change "-" to "\-" in appropriate places.
2010-06-24 Ben Pfaffvswitchd: Add entity-relationship diagram to ovs-vswitc...
2010-06-24 Ben Pfaffovsdb-server: Implement unixctl command to reconnect...
2010-06-23 Ben Pfaffovsdb-idlc: Fix sizeof calculation in generated code.
2010-06-22 Ben Pfaffovsdb-server: Improve logging for referential integrity...
2010-06-17 Ben Pfaffovsdb-idlc: Fix warning in generated code.
2010-06-17 Ben PfaffImplement QoS framework.
2010-06-17 Ben Pfaffovs-vsctl: Support references among records at creation...
2010-06-17 Ben Pfaffovsdbmonitor: Clean some more files.
2010-06-17 Ben Pfaffovsdbmonitor: Put temporary file in ovsdb/ovsdbmonitor...
2010-06-15 Ben Pfaffovsdb-tool: Don't wait for lockfiles on "compact" or...
2010-06-09 Jesse Grosstimeval: Use monotonic time where appropriate.
2010-05-27 Ben PfaffDistribute files that had been overlooked.
2010-05-27 Ben PfaffRemove unused files from source tree.
2010-05-26 Ben PfaffAdd some missing "#include"s.
2010-05-26 Ben Pfaffpoll-loop: New function poll_timer_wait_until().
2010-05-26 Ben Pfaffpoll-loop: Change poll_timer_wait() parameter from...
2010-05-13 Andy SouthgateAdd ovsdbmonitor GUI tool by Andy Southgate, contribute...
2010-05-07 Ben Pfaffovsdb-client: Serialize columns in predictable order...
2010-05-07 Ben Pfaffovsdb: In documentation, add commas to make large numbe...
2010-04-30 Ben Pfaffovsdb-idl: Add "safe" iterator macro to generated code.
2010-04-20 Ben Pfaffovsdb-doc: Distinguish hyphens and minus signs in nroff...
2010-04-12 Ben Pfaffovsdb: Use port 6632 as a default port for database...
2010-04-12 Ben Pfaffstream: Generalize stream_open_block().
2010-04-12 Ben Pfaffovsdb-server: Document --unixctl option.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
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...
next