aboutsummaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-server.c
AgeCommit message (Expand)Author
2013-06-13ovsdb-server: Preserve remotes across crash and restart.Ben Pfaff
2013-04-10ovsdb-server: Add commands for adding and removing remotes at runtime.Ben Pfaff
2013-04-10ovsdb-server: Refactor parsing of remote names to avoid ovs_fatal().Ben Pfaff
2013-01-16Remove useless use of <assert.h>.Ben Pfaff
2013-01-08ovsdb-server: Fix memory leak when manager table has no status column.Ben Pfaff
2012-09-24ovsdb-server: Add support for multiple databases.Ben Pfaff
2012-09-24ovsdb-server: Add --enable-dummy option for unit tests.Ben Pfaff
2012-09-24ovsdb-server: Fix null pointer deref when bool "is_connected" is empty.Ben Pfaff
2012-08-03util: New macro CONST_CAST.Ben Pfaff
2012-08-01Make the location of the database separately configurable.Ben Pfaff
2012-07-17tests: Fix unit test failures related to additional logging.Ethan Jackson
2012-07-17ovsdb-server, ovs-vswitchd: Log version after daemonize_complete().Ethan Jackson
2012-07-16userspace: Log version on startup.Ethan Jackson
2012-05-22Add support for tracking and logging daemon memory usage.Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-17vswitch: Use consistent representation of DSCP bits.Ethan Jackson
2012-04-12stream: By default disable probing on unix sockets.Ethan Jackson
2012-03-23Allow configuring DSCP on controller and manager connections.Mehak Mahajan
2012-02-21unixctl: New JSON RPC back-end.Ethan Jackson
2011-12-19unixctl: Implement quoting.Ben Pfaff
2011-09-29ovs-appctl: Print command arguments for "help".Justin Pettit
2011-08-04util: Introduce get_program_version function.Justin Pettit
2011-07-26ovsdb: Implement a "lock" feature in the database protocol.Ben Pfaff
2011-07-26ovsdb: Report the number of connections for inbound Managers.Ben Pfaff
2011-07-26ovsdb-server: Reliably report status of inbound connections.Ben Pfaff
2011-07-26ovsdb-server: Make database command-line argument optional.Ben Pfaff
2011-05-16Consistently write null pointer constants as NULL instead of 0.Ben Pfaff
2011-05-10stream-ssl: Improve messages when configuring SSL if it is unsupported.Ben Pfaff
2011-04-04daemon: Integrate checking for an existing pidfile into daemonize_start().Ben Pfaff
2011-03-31Convert shash users that don't use the 'data' value to sset instead.Ben Pfaff
2011-03-14ovsdb-server: Report time since last connect and disconnect for each manager.Andrew Evans
2011-03-09ovsdb: Change the way connection duration time is reported in Manager table.Andrew Evans
2011-02-17ovsdb-server: Fix memory leak.Ethan Jackson
2011-02-08ovsdb: Fix unused warning.Ethan Jackson
2011-02-07daemon: Define daemon options enums the same way as other option enums.Ben Pfaff
2011-02-01ovsdb-server: Write manager status information to Manager table.Andrew Evans
2011-01-27ovsdb-server: Correct Manager inactivity probe column name.Andrew Evans
2010-11-30Implement stress option framework.Ben Pfaff
2010-11-16Make the "exit" unixctl command reliable in ovsdb-server, ovs-vswitchd.Ben Pfaff
2010-11-05Add "Manager" and "manager_options" to allow options for OVSDB connections.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-10-01Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff
2010-08-05stream-ssl: Make changing keys and certificate at runtime reliable.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-07-21vlog: Remove explicit calls to vlog_init().Ben Pfaff
2010-07-21timeval: Make time_init() static and remove calls to it.Ben Pfaff
2010-06-24ovsdb-server: Implement unixctl command to reconnect JSON-RPC connections.Ben Pfaff
2010-04-12ovsdb-server: Document --unixctl option.Ben Pfaff
2010-03-22ovsdb-server: Fix build when configuring without --enable-ssl.Ben Pfaff
2010-03-19ovsdb-server: Obtain SSL configuration from database.Ben Pfaff