summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-server.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: Add table exclusion functionality to OVSDB replicationMario Cabrera2016-06-241-0/+6
* ovsdb: Introduce OVSDB replication featureMario Cabrera2016-06-241-26/+20
* ovsdb-server: Fix memory leak reported by Valgind.William Tu2016-05-141-0/+1
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ovsdb-server: fix monitor counters reported by memory/showAndy Zhou2016-02-051-0/+2
* ovsdb-server: Fix memory leak using perf counter without initialization.William Tu2015-12-231-2/+3
* ovsdb: test ovs-vswitchd for backward compatibilityAndy Zhou2015-12-111-0/+20
* ovsdb-server: Destroy allocated shash.Justin Pettit2015-10-221-0/+1
* lib/daemon: support --user option for all OVS daemonAndy Zhou2015-09-301-1/+2
* ovsdb-server: Add the ability to push peer-cert.Gurucharan Shetty2015-08-211-0/+6
* ovsdb: integrate perf-counter infrastructure into ovsdb-serverAndy Zhou2015-04-131-1/+30
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-2/+2
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-4/+4
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-151-1/+1
* ovsdb-server: Remove the 'enable-dummy' option.Alex Wang2014-09-111-7/+0
* Fix two memory leaks.yinpeijun2014-07-281-0/+1
* Factor the ovsdb-server main loop into a new functionEric Sesterhenn2014-07-161-66/+78
* ovsdb: Frees database memory on ovsdb process cleanup.Ryan Wilson2014-07-071-9/+16
* ovsdb-server: Improve message for "add-db" of database already open.Ben Pfaff2014-04-071-1/+39
* fatal-signal: SIGPIPE for Windows.Gurucharan Shetty2014-02-261-1/+2
* process: Make changes for Windows.Gurucharan Shetty2014-02-191-0/+2
* daemon-windows: Add users for windows services.Gurucharan Shetty2014-02-041-0/+5
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-1/+1
* ovsdb: Do not leak error in ovsdb_server_compact()Thomas Graf2013-11-011-0/+1
* stress: Remove essentially unused library.Ben Pfaff2013-07-151-2/+0
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-3/+4
* ovsdb-server: Add and remove databases during run time.Ben Pfaff2013-06-281-103/+286
* ovsdb-server: Make database name mandatory when specifying db paths.Gurucharan Shetty2013-06-261-22/+9
* ovsdb-server: Store databases in shash instead of array.Gurucharan Shetty2013-06-261-79/+102
* leak-checker: Remove because it cannot be made thread-safe.Ben Pfaff2013-06-171-5/+0
* ovsdb-server: Preserve remotes across crash and restart.Ben Pfaff2013-06-131-6/+92
* process: Make signal handling thread-safe.Ben Pfaff2013-06-101-2/+5
* process: Remove unused features from process_start().Ben Pfaff2013-06-101-1/+1
* Make most "struct option" instances "const".Ben Pfaff2013-05-031-1/+1
* ovsdb-server: Announce bound listening ports as status:bound_port.Ben Pfaff2013-04-181-1/+6
* ovsdb-server: Add commands for adding and removing remotes at runtime.Ben Pfaff2013-04-101-2/+92
* ovsdb-server: Refactor parsing of remote names to avoid ovs_fatal().Ben Pfaff2013-04-101-32/+65
* Remove useless use of <assert.h>.Ben Pfaff2013-01-161-1/+0
* ovsdb-server: Fix memory leak when manager table has no status column.Ben Pfaff2013-01-081-0/+4
* ovsdb-server: Add support for multiple databases.Ben Pfaff2012-09-241-87/+186
* ovsdb-server: Add --enable-dummy option for unit tests.Ben Pfaff2012-09-241-2/+8
* ovsdb-server: Fix null pointer deref when bool "is_connected" is empty.Ben Pfaff2012-09-241-2/+14
* util: New macro CONST_CAST.Ben Pfaff2012-08-031-4/+4
* Make the location of the database separately configurable.Ben Pfaff2012-08-011-1/+1
* tests: Fix unit test failures related to additional logging.Ethan Jackson2012-07-171-1/+6
* ovsdb-server, ovs-vswitchd: Log version after daemonize_complete().Ethan Jackson2012-07-171-2/+2
* userspace: Log version on startup.Ethan Jackson2012-07-161-0/+2
* Add support for tracking and logging daemon memory usage.Ben Pfaff2012-05-221-1/+15