summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-client.1: Fix typo.Justin Pettit2019-05-241-1/+1
* ovsdb raft: Avoid unnecessary reconnecting during leader election.Han Zhou2019-04-221-2/+11
* ovsdb raft: Fix duplicated transaction execution when leader failover.Han Zhou2019-04-151-27/+49
* ovsdb raft: cmd->eid should always be non-null.Han Zhou2019-04-151-6/+3
* ovsdb raft: Support commands that are required for testing failure scenarios.Han Zhou2019-04-151-0/+83
* ovsdb raft: Sync commit index to followers without delay.Han Zhou2019-04-151-14/+29
* ovsdb raft: Precheck prereq before proposing commit.Han Zhou2019-03-078-4/+28
* ovsdb: Move trigger_run after storage_run and read_db.Han Zhou2019-03-041-2/+4
* ovsdb-monitor: Support monitor_cond_since.Han Zhou2019-02-287-36/+315
* ovsdb-server: Transaction history tracking.Han Zhou2019-02-285-1/+149
* ovsdb-monitor: Refactor ovsdb monitor implementation.Han Zhou2019-02-283-209/+236
* ovsdb_monitor: Fix style of prototypes.Han Zhou2019-02-223-42/+42
* ovsdb-client: Fix typo.Han Zhou2019-02-221-1/+1
* monitor: Fix crash when monitor condition adds new columns.Han Zhou2019-02-141-31/+51
* raft.c: Remove noisy INFO logHan Zhou2019-01-281-1/+0
* ovsdb-server: Correct json-rpc comment for "disable-monitor-cond".Justin Pettit2019-01-161-1/+1
* 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