summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* ovsdb raft: Fix election timer parsing in snapshot RPC.Han Zhou2019-11-212-1/+6
* ovsdb-server: fix memory leak while deleting zoneDamijan Skvarc2019-11-201-0/+2
* ovsdb-execute: Remove unused variable from ovsdb_execute_mutate().Damijan Skvarc2019-10-301-2/+0
* ovsdb-server: fix memory leak while converting databaseDamijan Skvarc2019-10-251-0/+4
* ovsdb-server: Allow replication from older schema version servers.Numan Siddique2019-10-241-25/+127
* ovsdb-server: Don't drop all connections on read/write status change.Numan Siddique2019-10-141-4/+20
* ovsdb-client: fix memory leak while executing database backupDamijan Skvarc2019-10-091-0/+1
* ovsdb-tool: fix memory leak while converting cluster into standalone databaseDamijan Skvarc2019-10-071-16/+21
* ovsdb-tool: fix memory leak while running "db-is-standalone" commandDamijan Skvarc2019-10-071-1/+3
* ovsdb-client: fix memory leak to prevent valgrind reporting memory leaks whil...Damijan Skvarc2019-10-021-1/+4
* ovsdb-client: fix memory leak in do_needs_conversion() and do_convert()Damijan Skvarc2019-10-011-0/+2
* ovsdb-client: fix memory leak in is_database_clustered() function.Damijan Skvarc2019-09-301-1/+3
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-272-2/+2
* ovsdb-idlc.in: fix dict change during iteration.Flavio Leitner2019-09-241-1/+1
* ovsdb-tool: Convert clustered db to standalone db.Aliasgar Ginwala2019-09-232-1/+108
* ovsdb-client: Free ovsdb_schemaYifeng Sun2019-09-191-0/+1
* trigger: Free leaked ovsdb_schemaYifeng Sun2019-09-191-1/+1
* raft: Free leaked json dataYifeng Sun2019-09-191-0/+1
* Remove OVN.Mark Michelson2019-09-061-12/+11
* raft: Save and read new election timer in header snapshot.Han Zhou2019-08-231-0/+7
* raft.c: Election timer initial reset with value from log.Han Zhou2019-08-231-2/+3
* ovsdb monitor: Fix crash when using non-zero last-id with standalone DB.Han Zhou2019-08-213-6/+5
* ovsdb raft: Support leader election time change online.Han Zhou2019-08-215-30/+185
* raft.c: Set candidate_retrying if no leader elected since last election.Han Zhou2019-08-211-6/+25
* raft.c: Stale leader should disconnect from cluster.Han Zhou2019-08-212-3/+43
* raft: Move raft_reset_ping_timer() out of the loop.Han Zhou2019-08-211-1/+1
* ovsdb-server: drop all connections on read/write status changeDaniel Alvarez2019-07-101-1/+1
* 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