summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-server.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for specifying SSL connection parameters to ovsdbEthan Rahn2016-11-101-4/+19
* ovsdb-server: Implement read-only remote connection type.Lance Richardson2016-11-011-0/+15
* ovsdb-server: Fix memory leak in ovsdb_server_get_sync_exclude_tables().Ben Pfaff2016-09-091-1/+3
* ovsdb: Replication usability improvementsAndy Zhou2016-09-031-72/+179
* ovsdb: Reimplement replication. Using a state machine.Andy Zhou2016-08-311-3/+13
* ovsdb: (Re)hide struct db in ovsdb-server.cAndy Zhou2016-08-311-14/+51
* ovsdb: Add blacklist_tablesAndy Zhou2016-08-311-26/+23
* ovsdb: Make OVSDB backup sever read onlyAndy Zhou2016-08-141-11/+24
* ovsdb: Add replication waitAndy Zhou2016-08-141-0/+3
* ovsdb: Rename replication related variable names.Andy Zhou2016-08-141-29/+29
* ovsdb: Fix OVSDB disconnect replication bugMario Cabrera2016-08-011-1/+1
* ovsdb: Properly close replication rpc connectionAndy Zhou2016-07-271-0/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-2/+2
* ovsdb: Add unixctl commands for OVSDB replicationMario Cabrera2016-07-191-0/+97
* ovsdb-client: support monitor-cond methodLiran Schour2016-07-181-9/+11
* 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