Catalli's threaded switch
[sliver-openvswitch.git] / ovsdb /
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...
2009-11-24 Justin Pettitovsdb: Minor cleanups to the SPECS file
2009-11-24 Justin Pettitovsdb-idlc: Remove "sha" deprecation warning
2009-11-24 Ben Pfaffovsdb: Add ovsdb IDL compiler to build system.
2009-11-20 Ben Pfaffovsdb: Rename variable to better describe its purpose.
2009-11-20 Ben Pfaffovsdb: Require database, table, column names to be...
2009-11-18 Ben Pfaffovsdb-server: Fix crash for invalid parameters to ...
2009-11-18 Ben Pfaffovsdb: Monitor support.
2009-11-18 Ben Pfaffovsdb-server: Add "exit" unixctl command and --unixctl...
2009-11-17 Ben Pfaffovsdb-server: Ignore replies to echo requests.
2009-11-16 Ben Pfaffovsdb-client: New command "transact".
2009-11-16 Ben Pfaffovsdb-server: Maintain the database lock with --detach.
2009-11-16 Ben Pfaffovsdb: Refactor JSON-RPC database server implementation.
2009-11-16 Ben Pfaffovsdb: Add replication support and refactor files in...
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.