vlog: Add a new log level "off".
[sliver-openvswitch.git] / utilities / ovs-vsctl.c
2011-08-01 Ben Pfaffvlog: Add a new log level "off".
2011-07-26 Ben Pfaffvswitchd: Prevent multiple ovs-vswitchd processes from...
2011-07-26 Ben Pfaffovs-vsctl: Log better warnings for duplicate ports...
2011-06-21 Ben Pfaffovsdb-idl: Plug hole in state machine.
2011-06-08 Ben Pfaffovs-vsctl: New "comment" command.
2011-05-24 Ben Pfaffovs-vsctl: Add "show" command for printing an overview...
2011-05-20 Ethan Jacksoncfm: Remove Maintenance_Point and Monitor tables.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffConsistently write null pointer constants as NULL inste...
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-10 Ben Pfaffstream-ssl: Improve messages when configuring SSL if...
2011-05-10 Ben Pfaffovs-vsctl: Issue warning for likely erroneous "get...
2011-03-31 Ben PfaffConvert shash users that don't use the 'data' value...
2011-03-29 Ethan Jacksonovs-vsctl: Remove dead assignment.
2011-03-29 Ethan Jacksonovs-vsctl: Remove dead code.
2011-03-16 Ethan Jacksonovs-vsctl: Back out garbage collection changes.
2011-03-10 Ben Pfaffovsdb: Implement garbage collection.
2011-03-10 Ben Pfaffovsdb-data: Expose guts of ovsdb_symbol_table() to...
2011-03-10 Ben Pfaffovsdb-data: Rename 'used' to 'created' in struct ovsdb_...
2011-03-10 Ben Pfaffovs-vsctl: Check for uncreated symbols earlier.
2011-02-23 Ben Pfaffovs-vsctl: Clarify that uuid_from_string() shouldn...
2011-02-23 Ben Pfaffovs-vsctl: Simplify parse_column_key_value().
2011-02-23 Justin Pettitovs-vsctl: Free "columns" in cmd_find().
2011-02-22 Justin Pettitovs-vsctl: Check "key" is valid before dereferencing...
2011-02-18 Andrew Evansovsdb: Remove 'managers' column from 'Open vSwitch...
2011-02-15 Ben Pfaffovs-vsctl: Improve documentation and --help output.
2011-02-09 Ben Pfaffovs-vsctl: Add formatting options for the "list" and...
2011-02-09 Ben Pfaffovs-vsctl: Add new "find" command.
2011-02-09 Ben Pfaffovs-vsctl: Add --columns options to "list" command.
2011-02-09 Ben Pfaffovs-vsctl: Fix spelling of "satisfied" in function...
2011-02-08 Andrew Evansovs-vsctl: Add commands to get/delete/set manager conne...
2011-02-03 Andrew Evansovs-vsctl: Clear manager_options column and delete...
2011-01-27 Ben Pfaffshash: New "smap" functions for working with string...
2011-01-18 Ethan Jacksonovs-vsctl: emer-reset should clear the fail_mode.
2010-12-09 Ben Pfaffovs-vsctl: Fix controller command prerequisites.
2010-11-30 Ben PfaffMake installation directories overridable at runtime.
2010-11-29 Ethan Jacksonovs: Implement 802.1ag Connectivity Fault Management
2010-11-18 Ben Pfaffovs-vsctl: Fix br-set-external-id.
2010-11-16 Ben Pfaffovs-vsctl: Make waiting for ovs-vswitchd to reload...
2010-11-16 Ben Pfaffovs-vsctl: Replicate only tables and columns that are...
2010-11-16 Ben Pfaffovsdb-idl: Make selecting tables and columns to replica...
2010-11-05 Ben PfaffAdd "Manager" and "manager_options" to allow options...
2010-11-04 Ben Pfaffovs-vsctl: Create bridge interface as type "internal".
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-23 Justin Pettitovs-vsctl: Prevent double-free when retrying a transaction
2010-10-22 Ben Pfaffovs-vsctl: Check for dirty reads within transactions.
2010-10-22 Ben Pfaffovs-vsctl: Add context pointer to struct vsctl_info.
2010-10-01 Ben Pfaffovs-vsctl: Reduce log level for "Called as..." for...
2010-10-01 Ben Pfaffovs-vsctl: Factor out and optimize searching for a...
2010-09-21 Ben Pfaffovs-vsctl: Allow "get" commands to create @names also.
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-09-17 Ben Pfaffovs-vsctl: Remove default timeout.
2010-08-19 Ben Pfaffovs-vsctl: Fix parsing of short SSL options.
2010-07-31 Justin Pettitvswitchd: Move fail-mode config to Bridge table
2010-07-31 Justin Pettitvswitchd: Remove default controller config from Open_vS...
2010-07-21 Ben Pfaffvlog: Make the vlog module catalog program-specific.
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-16 Jesse Grossovs-vsctl: Fix unitialized variables.
2010-07-16 Ben Pfaffovs-vsctl: Do not allow record names to be abbreviated.
2010-07-15 Ben Pfaffovs-vsctl: Make --help capitalization and spelling...
2010-07-12 Ben Pfaffovsdb-idl: Transition to better interfaces for reading...
2010-06-29 Ben Pfaffovs-vsctl: Add "wait-until" command.
2010-06-29 Ben Pfaffovs-vsctl: Make partial matches on record names optional.
2010-06-29 Ben Pfaffovs-vsctl: Prepare for more flexible database argument...
2010-06-29 Ben Pfaffovs-vsctl: Allow commands to tell ovs-vsctl to try...
2010-06-25 Ben Pfaffovs-vsctl: Make "ovs-vsctl get <table> <record> _uuid...
2010-06-23 Ben Pfaffovsdb-idl: Simplify usage of ovsdb_idl_run().
2010-06-23 Ben PfaffUse shash_destroy_free_data() to simplify a few scatter...
2010-06-17 Ben PfaffImplement QoS framework.
2010-06-17 Ben Pfaffovs-vsctl: Support references among records at creation...
2010-06-17 Ben Pfaffovs-vsctl: Add support for command options that accept...
2010-06-17 Ben Pfaffovs-vsctl: Fix assert-fail when an error occurs and...
2010-06-17 Ben Pfaffovs-vsctl: Fix spelling error in log message.
2010-05-05 Ben Pfaffovs-vsctl: Add sFlow to supported set of tables.
2010-04-30 Justin Pettitovs-vsctl: Add emergency reset command
2010-04-20 Ben PfaffAdd support for multiple OpenFlow controllers on a...
2010-04-12 Ben Pfaffovs-vsctl: Add SSL support.
2010-04-05 Ben Pfaffovs-vsctl: Allow setting arbitrary database columns...
2010-03-26 Justin PettitCleanup default file locations and XenServer packaging
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-08 Ben Pfaffovsdb-idl: Make ovsdb_idl_txn_add_comment() take a...
2010-03-03 Ben Pfaffovsdb-idl: New function ovsdb_idl_txn_commit_block().
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-23 Ben Pfaffxenserver: Delete ports by interface name.
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-11 Ben Pfaffovs-vsctl: Avoid redundant initializations in "add...
2010-02-09 Ben Pfaffovs-vsctl: Add --may-exist option for add-port, add...
2010-02-09 Ben Pfaffovs-vsctl: Add --may-exist option for add-br command.
2010-02-09 Ben Pfaffovs-vsctl: Improve error message when options follow...
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-idl: On transaction hard failure make a reason...
2010-02-08 Ben Pfaffovs-vsctl: When deleting a real bridge, delete ports...
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Ben Pfaffovs-vsctl: Free memory on successful exit.
2010-02-02 Ben Pfaffovs-vsctl: Fix memory leaks.
2010-02-02 Ben Pfaffovs-vsctl: Free memory on fatal error.
next