summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-server: Fix memleak when failing to read storage.Dumitru Ceara2021-07-151-5/+3
* Remove Python 2 leftovers.Rosemarie O'Riorden2021-06-221-1/+0
* raft: Transfer leadership before creating snapshots.Ilya Maximets2021-05-144-7/+41
* raft: Report disconnected in cluster/status if candidate retries election.Ilya Maximets2021-03-011-0/+2
* raft: Reintroduce jsonrpc inactivity probes.Ilya Maximets2021-03-011-1/+31
* ovsdb-client: Fix needs-conversion when SERVER is explicitly specified.Alexey Roytman2021-02-191-2/+3
* ovsdb-doc: Add build dependency on dirs.py.Ilya Maximets2021-01-291-0/+1
* ovsdb-tool: Fix datum leak in the show-log command.Ilya Maximets2020-12-211-0/+1
* python: Update build system to ensure dirs.py is created.Mark Gray2020-11-271-1/+1
* ovsdb-idl: Fix *_is_new() IDL functions.Mark Gray2020-11-161-3/+19
* ovsdb: Remove read permission of *.db from others.Yi-Hung Wei2020-11-101-1/+1
* raft: Make backlog thresholds configurable.Ilya Maximets2020-11-102-5/+55
* raft: Set threshold on backlog for raft connections.Ilya Maximets2020-11-101-0/+5
* raft: Avoid having more than one snapshot in-flight.Ilya Maximets2020-11-033-29/+18
* ovsdb-server: Reclaim heap memory after compaction.Ilya Maximets2020-11-034-4/+56
* raft: Add log length to the memory report.Ilya Maximets2020-11-031-0/+1
* raft: Report jsonrpc backlog in kilobytes.Ilya Maximets2020-11-031-2/+3
* ovsdb: Add raft memory usage to memory report.Ilya Maximets2020-11-035-0/+35
* raft: Avoid annoying debug logs if raft is connected.Ilya Maximets2020-10-261-1/+10
* raft: Fix error leak on failure while saving snapshot.Ilya Maximets2020-10-261-1/+1
* python: Fixup python shebangs to python3.Greg Rose2020-08-262-4/+4
* ovsdb-server: Replace in-memory DB contents at raft install_snapshot.Dumitru Ceara2020-08-061-8/+13
* raft: Avoid sending equal snapshots.Ilya Maximets2020-06-053-1/+43
* ovsdb: Fix timeout type for wait operation.Ilya Maximets2020-06-011-2/+2
* ovsdb-server: Fix schema leak while reading db.Ilya Maximets2020-05-281-2/+3
* raft: Disable RAFT jsonrpc inactivity probe.Zhen Wang2020-05-121-0/+1
* raft: Fix leak of the incomplete command.Ilya Maximets2020-05-041-3/+1
* raft: Fix the problem of stuck in candidate role forever.Han Zhou2020-03-061-2/+17
* raft: Fix next_index in install_snapshot reply handling.Han Zhou2020-03-061-2/+3
* raft: Avoid busy loop during leader election.Han Zhou2020-03-064-4/+12
* raft: Fix raft_is_connected() when there is no leader yet.Han Zhou2020-03-061-2/+8
* ovsdb-server: Don't disconnect clients after raft install_snapshot.Han Zhou2020-03-061-1/+2
* raft-rpc: Fix message format.Han Zhou2020-03-061-1/+1
* ovsdb-server: Allow OVSDB clients to specify the UUID for inserted rows.Ben Pfaff2020-01-163-6/+47
* ovsdb replication: Provide option to configure probe interval.Numan Siddique2020-01-074-9/+62
* ovsdb raft: Fix the problem when cluster restarted after DB compaction.Han Zhou2019-12-201-1/+1
* 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