netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / ovsdb / ovsdb-server.c
2016-02-05 Andy Zhouovsdb-server: fix monitor counters reported by memory...
2015-12-23 William Tuovsdb-server: Fix memory leak using perf counter withou...
2015-12-11 Andy Zhouovsdb: test ovs-vswitchd for backward compatibility
2015-10-23 Justin Pettitovsdb-server: Destroy allocated shash.
2015-10-01 Andy Zhoulib/daemon: support --user option for all OVS daemon
2015-08-21 Gurucharan Shettyovsdb-server: Add the ability to push peer-cert.
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-14 Andy Zhouovsdb: integrate perf-counter infrastructure into ovsdb...
2015-03-17 Ben PfaffMerge "master" into "ovn".
2015-03-16 Russell Bryantcommand-line: add ovs_cmdl_ prefix
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-09-15 Gurucharan Shettycompiler: Define NO_RETURN for MSVC.
2014-09-11 Alex Wangovsdb-server: Remove the 'enable-dummy' option.
2014-07-28 yinpeijunFix two memory leaks.
2014-07-16 Eric SesterhennFactor the ovsdb-server main loop into a new function
2014-07-07 Ryan Wilsonovsdb: Frees database memory on ovsdb process cleanup.
2014-04-07 Ben Pfaffovsdb-server: Improve message for "add-db" of database...
2014-02-26 Gurucharan Shettyfatal-signal: SIGPIPE for Windows.
2014-02-19 Gurucharan Shettyprocess: Make changes for Windows.
2014-02-04 Gurucharan Shettydaemon-windows: Add users for windows services.
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-11-01 Thomas Grafovsdb: Do not leak error in ovsdb_server_compact()
2013-07-15 Ben Pfaffstress: Remove essentially unused library.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ben Pfaffovsdb-server: Add and remove databases during run time.
2013-06-26 Gurucharan Shettyovsdb-server: Make database name mandatory when specify...
2013-06-26 Gurucharan Shettyovsdb-server: Store databases in shash instead of array.
2013-06-17 Ben Pfaffleak-checker: Remove because it cannot be made thread...
2013-06-13 Ben Pfaffovsdb-server: Preserve remotes across crash and restart.
2013-06-10 Ben Pfaffprocess: Make signal handling thread-safe.
2013-06-10 Ben Pfaffprocess: Remove unused features from process_start().
2013-05-03 Ben PfaffMake most "struct option" instances "const".
2013-04-18 Ben Pfaffovsdb-server: Announce bound listening ports as status...
2013-04-11 Ben Pfaffovsdb-server: Add commands for adding and removing...
2013-04-11 Ben Pfaffovsdb-server: Refactor parsing of remote names to avoid...
2013-01-17 Ben PfaffRemove useless use of <assert.h>.
2013-01-09 Ben Pfaffovsdb-server: Fix memory leak when manager table has...
2012-09-25 Ben Pfaffovsdb-server: Add support for multiple databases.
2012-09-25 Ben Pfaffovsdb-server: Add --enable-dummy option for unit tests.
2012-09-25 Ben Pfaffovsdb-server: Fix null pointer deref when bool "is_conn...
2012-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-08-01 Ben PfaffMake the location of the database separately configurable.
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-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
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.
next