Global replace of Nicira Networks.
[sliver-openvswitch.git] / ovsdb / ovsdb-server.c
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
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-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2012-02-21 Ethan Jacksonunixctl: New JSON RPC back-end.
2011-12-19 Ben Pfaffunixctl: Implement quoting.
2011-09-30 Justin Pettitovs-appctl: Print command arguments for "help".
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: Report the number of connections for inbound...
2011-07-26 Ben Pfaffovsdb-server: Reliably report status of inbound connect...
2011-07-26 Ben Pfaffovsdb-server: Make database command-line argument optional.
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-04-04 Ben Pfaffdaemon: Integrate checking for an existing pidfile...
2011-03-31 Ben PfaffConvert shash users that don't use the 'data' value...
2011-03-14 Andrew Evansovsdb-server: Report time since last connect and discon...
2011-03-09 Andrew Evansovsdb: Change the way connection duration time is repor...
2011-02-17 Ethan Jacksonovsdb-server: Fix memory leak.
2011-02-08 Ethan Jacksonovsdb: Fix unused warning.
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...
2010-11-30 Ben PfaffImplement stress option framework.
2010-11-16 Ben PfaffMake the "exit" unixctl command reliable in ovsdb-serve...
2010-11-05 Ben PfaffAdd "Manager" and "manager_options" to allow options...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-01 Ben PfaffSwitch many macros from using CONTAINER_OF to using...
2010-08-05 Ben Pfaffstream-ssl: Make changing keys and certificate at runti...
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-06-24 Ben Pfaffovsdb-server: Implement unixctl command to reconnect...
2010-04-12 Ben Pfaffovsdb-server: Document --unixctl option.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-22 Ben Pfaffovsdb-server: Fix build when configuring without -...
2010-03-19 Ben Pfaffovsdb-server: Obtain SSL configuration from database.
2010-03-18 Ben Pfaffovsdb: Compact databases online automatically and on...
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-15 Ben Pfaffovsdb-server: Add --run option.
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-11 Ben Pfaffovsdb: Drop write-only variable.
2010-02-08 Ben Pfaffovsdb: Add simple constraints.
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Ben Pfaffovsdb-server: Free memory on exit.
2010-01-26 Ben Pfaffdaemon: Make --monitor process change its process title.
2010-01-15 Ben Pfaffunixctl: Avoid double error reporting.
2010-01-07 Ben PfaffRemove "fault" module.
2010-01-06 Ben PfaffAdd SSL support to "stream" library and OVSDB.
2010-01-04 Ben Pfaffovsdb-server: Fix minor memory leak.
2010-01-04 Ben Pfaffovsdb-server: Make database connections configurable...
2009-12-18 Ben Pfaffdaemon: Allow daemon child process to report success...
2009-12-15 Ben Pfaffovsdb-server: Improve error message when database file...
2009-12-15 Justin PettitClean-up compiler warnings about ignoring return values
2009-12-07 Ben Pfaffovsdb: Remove obsolete declaration from ovsdb-server.c.
2009-12-03 Ben Pfaffovsdb-server: Open --listen sockets before detaching.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-18 Ben Pfaffovsdb-server: Add "exit" unixctl command and --unixctl...
2009-11-16 Ben Pfaffovsdb-server: Maintain the database lock with --detach.
2009-11-16 Ben Pfaffovsdb: Refactor JSON-RPC database server implementation.
2009-11-16 Ben Pfaffovsdb: Add replication support and refactor files in...
2009-11-06 Ben Pfaffovsdb-server: Remove unixctl transaction support.
2009-11-05 Ben PfaffInitial implementation of OVSDB.