]> git.proxmox.com Git - mirror_ovs.git/history - ovsdb/replication.c
raft.c: Set candidate_retrying if no leader elected since last election.
[mirror_ovs.git] / ovsdb / replication.c
2018-09-18 Numan Siddiqueovsdb-server: Alleviate the possible data loss in an...
2018-05-25 Ben PfaffEmbrace anonymous unions.
2018-03-31 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-03-24 Ben Pfaffovsdb: Introduce experimental support for clustered...
2018-02-01 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-02-01 Ben Pfaffutil: Document and rely on ovs_assert() always evaluati...
2017-11-03 Bhanuprakash Bodireddyovsdb: Remove break after OVS_NOT_REACHED.
2017-10-07 Ben Pfaffreplication: Avoid theoretical use-after-free error...
2017-08-02 Ben PfaffEliminate most shadowing for local variable names.
2017-02-13 Andy Zhouovsdb: Prevent OVSDB server from replicating itself.
2016-09-27 Andy Zhouovsdb: Fix memory leak when disposing 'replication_dbs'
2016-09-12 Ben Pfaffreplication: Be more careful about JSON parsing and...
2016-09-12 Joe Stringerovsdb: Fix replication memory leak.
2016-09-04 Andy Zhouovsdb: Replication usability improvements
2016-09-01 Andy Zhouovsdb: Reimplement replication. Using a state machine.
2016-09-01 Andy Zhouovsdb: (Re)hide struct db in ovsdb-server.c
2016-08-31 Andy Zhouovsdb: Add request_ids
2016-08-31 Andy Zhouovsdb: Add blacklist_tables
2016-08-31 Andy Zhouovsdb: Properly handle error returned from from reset_d...
2016-08-15 Andy Zhouovsdb: Fix bug, set rpc to NULL after freeing.
2016-08-15 Andy Zhouovsdb: Add replication wait
2016-08-15 Andy Zhouovsdb: Rename replication related variable names.
2016-08-02 William Tuovsdb: Fix memory leak in execute_update.
2016-08-02 Mario Cabreraovsdb: Fix OVSDB disconnect replication bug
2016-07-27 Andy Zhouovsdb: Fix memory leak in replication logic
2016-07-27 Andy Zhouovsdb: Properly close replication rpc connection
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-20 Mario Cabreraovsdb: Add unixctl commands for OVSDB replication
2016-07-19 Liran Schourovsdb: optimize match_any_clause() condition evaluation
2016-07-13 Ben Pfaffsset: New function sset_from_delimited_string().
2016-07-03 William Tuovsdb: Fix dead assignment reported by clang.
2016-06-28 Mario Cabreraovsdb: Fix ovsdb-server replication blocking bug.
2016-06-27 Ben Pfaffutil: New function nullable_xstrdup().
2016-06-25 Mario Cabreraovsdb: Add table exclusion functionality to OVSDB repli...
2016-06-25 Mario Cabreraovsdb: Introduce OVSDB replication feature