summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* stream: Allow timeout configuration for open_block.Ilya Maximets2019-01-101-1/+1
* osvdb: Add some helpful comments.Ben Pfaff2018-12-032-11/+20
* raft: Fix notifications when a server leaves the cluster.Ben Pfaff2018-11-193-12/+50
* raft: Avoid null dereference in raft_update_our_match_index().Ben Pfaff2018-11-191-2/+4
* raft: Avoid use-after-free error in raft_update_commit_index().Ben Pfaff2018-11-191-3/+6
* raft: Improve logging for sent RPCs.Ben Pfaff2018-11-191-21/+34
* ovn-nbctl: Fix the ovn-nbctl test "LBs - daemon" which fails during rpm buildNuman Siddique2018-11-051-1/+1
* ovsdb: Clarify that a server that leaves a cluster may never rejoin.Ben Pfaff2018-11-021-0/+3
* manpages: Include ovs.tmac in most man roots.Ilya Maximets2018-10-303-17/+3
* condition: Reject <, <=, >=, > with optional scalar against empty set.Ben Pfaff2018-10-031-0/+5
* condition: Fix ==, !=, includes, excludes on optional scalars.Ben Pfaff2018-10-031-18/+11
* ovsdb-client: Fix a bug that uses wrong indexYifeng Sun2018-09-271-2/+2
* ovsdb-server: Alleviate the possible data loss in an active/standby setupNuman Siddique2018-09-171-14/+11
* ovsdb-idlc: Use ALIGNED_CAST to avoid spurious warnings for index rows.Ben Pfaff2018-09-171-1/+1
* 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