ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / ovsdb /
2012-07-17 Ethan Jacksontests: Fix unit test failures related to additional...
2012-07-17 Ethan Jacksonovsdb-server, ovs-vswitchd: Log version after daemonize...
2012-07-17 Ethan Jacksonuserspace: Log version on startup.
2012-07-13 Ben Pfaffmemory: Document the memory/show unixctl command.
2012-07-02 Ben PfaffUse UTC consistently instead of local timezone.
2012-06-14 Ethan Jacksonlib: Utilize smaps in the idl.
2012-06-06 Bruce Davieovsdb-client: Fix bugs in man page
2012-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-26 Ben Pfaffcoverage: Make ovs-appctl command more useful and less...
2012-04-17 Ethan Jacksonvswitch: Use consistent representation of DSCP bits.
2012-04-12 Ethan Jacksonstream: By default disable probing on unix sockets.
2012-03-28 Ben PfaffRearrange structures to better fit valgrind's memory...
2012-03-28 Ben PfaffFix minor memory leaks found by valgrind.
2012-03-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2012-03-23 Ben Pfaffovsdb-idlc: Fix memory leak in "optional bool" columns.
2012-03-22 Ethan Jacksonidl: New helpers for accessing string maps.
2012-03-19 Ben Pfaffconfigure: Remove --with-build-number.
2012-03-12 Ben Pfaffovsdb-doc: Use minus sign in negative numbers in nroff...
2012-03-12 Ben Pfaffovsdb-doc: Convert '-' preceding a number as a minus...
2012-03-12 Ben Pfaffovsdb-doc: Put NAME section into generated manpage.
2012-03-02 Chris Wrightovsdbmonitor: add .desktop file
2012-03-01 Chris Wrightovsdbmonitor: move to its own data directory
2012-02-21 Ethan Jacksonunixctl: New JSON RPC back-end.
2012-02-21 Ethan Jacksonjsonrpc: Don't swallow errors in jsonrpc_transact_block().
2012-02-09 Ethan Jacksonovsdb-doc: Support per-element documentation of string...
2012-02-09 Ethan Jacksonidl: Generalize special case boolean exception.
2012-02-08 Ben Pfaffovsdb-client: Fix typo in manpage.
2012-02-03 Ben Pfaffdaemon: New function daemon_save_fd() to preserve fds...
2012-02-03 Ben Pfaffovsdb-client: Add optional timestamps to "monitor"...
2012-02-03 Ben Pfaffovsdb-client: Improve 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.
next