summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-client: Make "wait" command logging more sensible.Ben Pfaff2018-08-171-4/+0
* tests: Use environment variable for default timeout.Ilya Maximets2018-08-151-3/+3
* utilities: Fix and unify parsing of timeout option.Ilya Maximets2018-08-151-5/+3
* ovsdb-server: Don't log closing session at program termination.Ben Pfaff2018-08-152-8/+8
* ovsdb-idlc.in: Support more interfaces for passing pointers of individual tab...Han Zhou2018-08-141-0/+25
* raft: Fix use-after-free error in raft_store_snapshot().Ben Pfaff2018-08-071-5/+5
* ovsdb-tool: Only check leader completeness when we can, in "check-cluster".Ben Pfaff2018-08-031-1/+2
* ovsdb-tool: Check for duplicate server IDs in "check-cluster".Ben Pfaff2018-08-031-0/+7
* ovsdb-tool: Read server headers first, before full logs, in "check-cluster".Ben Pfaff2018-08-031-8/+13
* ovsdb-tool: Fix logic for displaying server names in "check-cluster".Ben Pfaff2018-08-031-1/+1
* ovsdb-idl: Redesign use of indexes.Ben Pfaff2018-06-121-89/+96
* treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-111-3/+3
* ovn-controller: Pass around pointers to individual tables.Ben Pfaff2018-06-111-0/+27
* Embrace anonymous unions.Ben Pfaff2018-05-2518-97/+98
* ovsdb: Use new ovsdb_log_write_and_free().Justin Pettit2018-05-171-11/+3
* Make <host>:<port> parsing uniform treewide.Ben Pfaff2018-04-161-3/+2
* socket-util: Make inet_parse_active() and inet_parse_passive() more alike.Ben Pfaff2018-04-161-1/+1
* Windows: Fix broken build caused by a bad file extensionAlin Gabriel Serdean2018-04-021-1/+1
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-2437-1214/+10675
* ovsdb: Add support for online schema conversion.Ben Pfaff2018-03-2415-176/+537
* ovsdb-server: Add new RPC "set_db_change_aware".Ben Pfaff2018-03-245-52/+218
* ovsdb-server: Add support for a built-in _Server database.Ben Pfaff2018-03-248-14/+294
* jsonrpc-server: Separate changing read_only status from reconnecting.Ben Pfaff2018-03-243-21/+17
* ovsdb: Drop distinction between monitors and replicas.Ben Pfaff2018-03-245-83/+39
* ovsdb-server: Distinguish logs from other replicas.Ben Pfaff2018-03-246-40/+34
* log: Add async commit support.Ben Pfaff2018-03-244-8/+157
* ovsdb-client: Set binary mode when doing backup/restoreAlin Gabriel Serdean2018-03-151-0/+17
* ovsdb: Fix database compaction checkDaniel Alvarez2018-03-141-6/+6
* ovsdb: Loosen requirements for automatically compacting databases.Daniel Alvarez2018-03-093-7/+18
* ovsdb: Fix time in log traces when compacting databaseDaniel Alvarez2018-03-071-1/+1
* Fix type-setting in ovsdb-idlc man page.Jakub Sitnicki2018-02-281-12/+12
* ovsdb-idlc: Implement synthetic columns.Ben Pfaff2018-02-162-5/+115
* ovsdb-idlc: Add infrastructure for IDL schema extensions.Ben Pfaff2018-02-161-0/+12
* ovsdb-idlc: Add "cDecls" and "hDecls" IDL schema extensions.Ben Pfaff2018-02-162-3/+13
* ovsdb-tool: Indicate "db" and "schema" are optional in man page.Justin Pettit2018-02-141-13/+18
* ovsdb-client: Add --timeout option.Ben Pfaff2018-02-062-0/+18
* util: Document and rely on ovs_assert() always evaluating its argument.Ben Pfaff2018-02-012-5/+2
* ovsdb-client: Fix memory leaksYifeng Sun2018-01-221-0/+2
* ovsdb: ovsdb-dot.in: Replace sys.maxint with sys.maxsize for Python3Markos Chandras2018-01-091-2/+2
* ovsdb: ovsdb-dot.in: Change exception semantics for Python3Markos Chandras2018-01-091-2/+2
* ovsdb: ovsdb-dot.in: Use print function for Python3Markos Chandras2018-01-091-14/+14
* ovsdb: Use items() instead of iteritems() for Python3Markos Chandras2018-01-092-5/+5
* log: Use absolute name of log file.Ben Pfaff2017-12-241-33/+62
* log: Replace ovsdb_log_get_offset() by a more abstract mechanism.Ben Pfaff2017-12-243-25/+62
* ovsdb-client: Remove extraneous markup from man page.Justin Pettit2017-12-241-34/+34
* ovsdb-server: Update description for "compact" command in man page.Justin Pettit2017-12-241-2/+2
* log: Support multiple magic.Ben Pfaff2017-12-242-46/+116
* log: Support using /dev/stdin for opening logs read-only.Ben Pfaff2017-12-241-1/+7
* log: New functions for replacing a log's contents.Ben Pfaff2017-12-242-28/+280
* log: Make reading in writing mode less of an error.Ben Pfaff2017-12-241-1/+1