ovs-vsctl: Check for dirty reads within transactions.
[sliver-openvswitch.git] / utilities / ovs-vsctl.c
2010-10-26 Ben Pfaffovs-vsctl: Check for dirty reads within transactions.
2010-10-26 Ben Pfaffovs-vsctl: Add context pointer to struct vsctl_info.
2010-10-05 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.
2010-02-02 Ben Pfaffovs-vsctl: Use vsctl_fatal() consistently.
2010-02-01 Ben Pfaffofproto: Remove support for OpenFlow-based management...
2010-01-29 Ben Pfaffovs-vsctl: Add --if-exists option to "get" command...
2010-01-29 Ben Pfaffovs-vsctl: Improve error reporting.
2010-01-29 Ben Pfaffovs-vsctl: Alphabetize lists of database column names.
2010-01-29 Ben Pfaffovs-vsctl: Make "create" command print new row's UUID.
2010-01-29 Ben Pfaffovs-vsctl: Add postprocess step.
2010-01-29 Ben Pfaffovs-vsctl: Refactor in preparation for adding "postproc...
2010-01-28 Jesse Grossdpif: Update dpif interface to match netdev.
2010-01-27 Ben Pfaffovs-vsctl: Drop redundant {port,iface}-{set,get}-extern...
2010-01-27 Ben Pfaffovs-vsctl: Update --help message.
2010-01-27 Ben Pfaffovs-vsctl: Add "destroy" command.
2010-01-27 Ben Pfaffovs-vsctl: Add new "create" command.
2010-01-27 Ben Pfaffovs-vsctl: Add --force option to database commands...
2010-01-27 Ben Pfaffovs-vsctl: Add "remove" and "clear" commands.
2010-01-27 Ben Pfaffovs-vsctl: Make parsing functions return error instead...
2010-01-27 Ben Pfaffovs-vsctl: Make the "list" format more uniform.
2010-01-27 Ben Pfaffovs-vsctl: Score perfect matches higher than ones that...
2010-01-27 Jesse Grossovs-vsctl: Fix uninitialized variable.
2010-01-26 Jesse Grossovs-vsctl: Add missing columns.
2010-01-26 Ben Pfaffovs-vsctl: Add commands for low-level database manipula...
2010-01-20 Jesse Grossovs-vsctl: Prevent uninitialized variable warning.
2010-01-15 Justin Pettitovs-vsctl: Add option to create fake iface when adding...
2010-01-15 Justin Pettitovs-vsctl: Don't mask timeout argument
2010-01-12 Justin Pettitovs-vsctl: Print correct fail-mode
2010-01-05 Justin Pettitovs-vsctl: Add support for extended vlog options
2009-12-21 Justin Pettitovs-vsctl: Support configuring SSL.
2009-12-21 Justin Pettitovs-vsctl: Don't allow controller configuration on...
2009-12-18 Justin Pettitovs-vsctl: Fix minor typo in error message
2009-12-17 Ben Pfaffovs-vsctl: Fix segfault with fake bridges.
2009-12-17 Justin Pettitovs-vsctl: Add commands for modifying controller settings
2009-12-17 Ben PfaffMake ovs-vswitchd report when it is done configuring...
2009-12-16 Ben Pfaffovsdb: Add "comment" feature to transactions and make...
2009-12-14 Justin Pettitovs-vsctl: Set timeout to a default value of five seconds
2009-12-14 Ben Pfaffovs-vsctl: Add -t or --timeout option to limit runtime.
2009-12-11 Ben Pfaffovs-vsctl: Add --dry-run option.
2009-12-11 Ben Pfaffovs-vsctl: Initialize the database automatically.
2009-12-11 Ben Pfaffovs-vsctl: Log fatal errors as well as printing them...
2009-12-10 Ben Pfaffovs-vsctl: Accept documented --no-wait option.
2009-12-10 Ben Pfaffovs-vsctl: Add --if-exists options to del-br, del-port...
2009-12-10 Ben Pfaffovs-vsctl: Make functions to find entities more flexible.
2009-12-10 Ben Pfaffovs-vsctl: Add options parsing infrastructure.
2009-12-10 Ben Pfaffovs-vsctl: Add --help output for external-id commands.
2009-12-10 Justin Pettitovs-vsctl: Fix minor memory leak in add_port().
2009-12-10 Ben Pfaffovs-vsctl: New commands for working with external IDs.
2009-12-09 Ben Pfaffovs-vsctl: Fix performance problem.
2009-12-09 Ben Pfaffovs-vsctl: Fix bugs.
2009-12-09 Ben Pfaffvsctl: Start making it work with ovsdb.