]> git.proxmox.com Git - mirror_ovs.git/history - ovsdb/raft.c
ovsdb raft: Sync commit index to followers without delay.
[mirror_ovs.git] / ovsdb / raft.c
2019-04-15 Han Zhouovsdb raft: Sync commit index to followers without...
2019-03-07 Han Zhouovsdb raft: Precheck prereq before proposing commit.
2019-01-29 Han Zhouraft.c: Remove noisy INFO log
2018-11-19 Ben Pfaffraft: Fix notifications when a server leaves the cluster.
2018-11-19 Ben Pfaffraft: Avoid null dereference in raft_update_our_match_i...
2018-11-19 Ben Pfaffraft: Avoid use-after-free error in raft_update_commit_...
2018-11-19 Ben Pfaffraft: Improve logging for sent RPCs.
2018-08-07 Ben Pfaffraft: Fix use-after-free error in raft_store_snapshot().
2018-04-16 Ben PfaffMake <host>:<port> parsing uniform treewide.
2018-03-31 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-03-24 Ben Pfaffovsdb: Introduce experimental support for clustered...