meta-flow: Correctly set destination MAC in mf_set_flow_value().
[sliver-openvswitch.git] / ovsdb /
2012-03-19 Ben Pfaffovsdb-doc: Use minus sign in negative numbers in nroff...
2012-03-19 Ben Pfaffovsdb-doc: Convert '-' preceding a number as a minus...
2012-03-19 Ben Pfaffovsdb-doc: Put NAME section into generated manpage.
2012-01-11 Justin PettitDon't specify program name in passive connection man...
2012-01-11 Ben Pfaffovsdb-tool: Use typical db and schema install locations...
2011-12-19 Ben Pfaffunixctl: Implement quoting.
2011-12-09 Chris Wrightman: fix pic issue at the source
2011-11-28 Ben Pfaffovsdb: Correctly implement conditions that include...
2011-10-26 Ben PfaffImplement automatic dependency generation for manpages.
2011-10-24 Ben Pfaffovsdb-tool: Make "show-log" convert raw JSON to easier...
2011-10-24 Ben Pfaffovsdb-tool: Add abbreviated UUIDs to "show-log" even...
2011-10-18 Ben Pfaffovsdb: Remove dead Python-related code.
2011-10-12 Ben Pfaffvswitchd: Document constraints on keys.
2011-10-04 Ben Pfaffvswitchd: Document map members as separate columns
2011-09-30 Justin Pettitovs-appctl: Print command arguments for "help".
2011-09-23 Ben Pfaffpython: Implement write support in Python IDL for OVSDB.
2011-09-23 Ben Pfaffovs.db.types: Add table reference to ovs.db.types.BaseType.
2011-09-23 Justin Pettitovsdb-tool: Correct markup for 'db' argument in show...
2011-09-15 Ben PfaffMark "uninstall-local" targets phony.
2011-08-24 Ben Pfaffdocs: Add Makefile rule to check syntax of manpages.
2011-08-24 Ben Pfaffdocs: Fix some manpage syntax errors found with "groff".
2011-08-08 Ben Pfaffovsdb: Correct specification inconsistency between...
2011-08-05 Ben Pfaffovsdb: Fix typo in SPECS.
2011-08-04 Justin Pettitutil: Introduce get_program_version function.
2011-07-26 Ben Pfaffovsdb: Implement a "lock" feature in the database protocol.
2011-07-26 Ben Pfaffovsdb: Refactor jsonrpc-server to make the concept...
2011-07-26 Ben Pfaffovsdb: Report the number of connections for inbound...
2011-07-26 Ben Pfaffovsdb-server: Reliably report status of inbound connect...
2011-07-26 Ben Pfaffovsdb-client: Make "server" and "database" arguments...
2011-07-26 Ben Pfaffovsdb-server: Make database command-line argument optional.
2011-07-26 Ben Pfaffovsdb-doc: Fix definition of .TQ macro.
2011-07-18 Ben Pfaffovsdb: Log when remote connections are deconfigured.
2011-07-09 Ben Pfaffovsdb: Remove useless "return;" in ovsdb_jsonrpc_sessio...
2011-07-07 Ben Pfaffovsdb-tool: Put version number in comment when compacti...
2011-07-06 Ben Pfaffovsdb: Fix segfault in ovsdb_file_txn_row_from_json().
2011-06-24 Ben Pfaffovsdb: Synchronize comments and code in ovsdb_file_comm...
2011-06-22 Ben Pfaffovsdb: Fix memory leak in transaction.
2011-06-21 Ben Pfaffovsdb-doc: Add support for references to specific keys.
2011-06-06 Ben Pfaffovsdb: Better document possible commit-time error results.
2011-06-06 Ben Pfaffovsdb: Implement table uniqueness constraints ("indexes").
2011-06-06 Ben Pfaffovsdb: Add functions for formatting column sets and...
2011-06-06 Ben Pfaffovsdb: Move ovsdb_table_put_row() into test program.
2011-06-06 Ben Pfaffovsdb: Make ovsdb_column_set_from_json() take table...
2011-05-31 Ben Pfaffovsdb: Check ovsdb_mutation_set_execute() return value...
2011-05-31 Ben Pfaffovsdb: Fix spelling of "constraint violation" in error...
2011-05-26 Ben Pfaffovsdb-doc: Omit E-R diagram from ASCII version of manpage.
2011-05-24 Ben Pfaffovsdb: Annotate E-R diagram with number of allowed...
2011-05-23 Ben Pfaffovsdbmonitor: Add brief manpage.
2011-05-23 Ben Pfaffovsdbmonitor: Update to work with recent ovs-dpctl...
2011-05-23 Ben Pfaffovsdbmonitor: Use ovs.json module instead of JsonReader...
2011-05-23 Ben Pfaffdocs: Suppress "warning: macro `DD' not defined" warnin...
2011-05-23 Ben PfaffAvoid sparse error or warning for sizeof(_Bool).
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffConsistently write null pointer constants as NULL inste...
2011-05-16 Ben PfaffAdd missing "static" keywords.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-10 Ben Pfaffstream-ssl: Improve messages when configuring SSL if...
2011-04-04 Ben Pfaffdaemon: Integrate checking for an existing pidfile...
2011-03-31 Ben Pfaffovsdb: Truncate bad transactions from database log.
2011-03-31 Ben Pfaffovsdb: Raise database corruption log level from warning...
2011-03-31 Ben Pfaffovsdb: Force strong references to non-root tables to...
2011-03-31 Ben PfaffConvert shash users that don't use the 'data' value...
2011-03-28 Ben Pfaffovsdb-tool: Fix cut-and-paste error in manpage.
2011-03-14 Ben Pfaffovsdbmonitor: Fix "make install" race.
2011-03-14 Andrew Evansovsdb-server: Report time since last connect and discon...
2011-03-10 Ethan Jacksonovsdb: Fix uninitialized data;.
2011-03-10 Ben Pfaffovsdb: Implement garbage collection.
2011-03-10 Ben Pfaffovsdb: Don't count self-references in ovsdb_row's n_ref...
2011-03-10 Ben Pfaffovsdb: Provide a way for for_each_txn_row() callback...
2011-03-10 Ben Pfaffovsdb-data: Rename 'used' to 'created' in struct ovsdb_...
2011-03-10 Ben Pfaffovsdb: Improve error message for duplicate uuid-name.
2011-03-10 Ben Pfaffovsdb: Improve error reporting for some internal errors.
2011-03-10 Ben Pfaffovsdb-data: Verify that named-uuid string is an <id>.
2011-03-09 Andrew Evansovsdb: Change the way connection duration time is repor...
2011-02-23 Ben Pfaffovsdb: Explicitly ignore sscanf() return value in is_va...
2011-02-23 Justin Pettitovsdb: Warn when result of ovsdb_txn_commit() is ignore...
2011-02-23 Justin Pettitovsdb-tool: Close "log" in do_show_log().
2011-02-22 Justin Pettitovsdb: Don't check "date" before assignment in ovsdb_fi...
2011-02-22 Justin Pettitovsdb: Free "error" string in ovsdb_execute_insert().
2011-02-22 Justin Pettitovsdb: Fix double free in ovsdb_file_open_log().
2011-02-17 Ethan Jacksonovsdb-server: Fix memory leak.
2011-02-15 Ben Pfaffovsdb-tool: New command "needs-conversion".
2011-02-15 Ben Pfaffovsdb-tool: Add commands for printing the database...
2011-02-15 Ben Pfaffovsdb: New function ovsdb_file_read_schema() for readin...
2011-02-09 Ben Pfafftable: Add new "bare" output formatting options.
2011-02-09 Ben Pfaffovsdb-client: Break table formatting into new library.
2011-02-08 Ethan Jacksonovsdb: Fix unused warning.
2011-02-07 Ben Pfaffovs-vswitchd: Complete daemonization only after initial...
2011-02-07 Ben Pfaffdaemon: Define daemon options enums the same way as...
2011-02-01 Andrew Evansovsdb-server: Write manager status information to Manag...
2011-01-28 Andrew Evansovsdb-server: Correct Manager inactivity probe column...
2011-01-12 Justin PettitAdd some new generated files to .gitignore.
2010-12-27 Ben PfaffImplement database schema versioning.
2010-12-01 Ben Pfaffdot2pic: Be less picky parsing "dot" output.
2010-11-30 Ben PfaffImplement stress option framework.
2010-11-29 Ethan Jacksonovsdb: constify should apply to all pointer types.
2010-11-29 Ethan Jacksonovsdb: Remove trailing whitespace
2010-11-16 Ben PfaffMake the "exit" unixctl command reliable in ovsdb-serve...
2010-11-16 Ben Pfaffovsdb: Support replicating a table without including...
2010-11-09 Ben Pfaffovsdb: Fix "make dist" by distributing dot2pic.
next