summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
...
* ovsdb-data: Optimize union of sets.Ilya Maximets2021-09-241-1/+1
* ovsdb: transaction: Use diffs for strong reference counting.Ilya Maximets2021-09-231-7/+32
* ovsdb: monitor: Store serialized json in a json cache.Ilya Maximets2021-09-011-0/+9
* raft: Don't keep full json objects in memory if no longer needed.Ilya Maximets2021-09-016-64/+160
* ovsdb-idl: Add APIs to query if a table and a column is present.Numan Siddique2021-08-281-1/+27
* ovsdb: transaction-forward: Fix initialization of the 'sent' hmap node.Ilya Maximets2021-08-051-0/+1
* docs: Add documentation for ovsdb relay mode.Ilya Maximets2021-07-151-10/+17
* ovsdb: Make clients aware of relay service model.Ilya Maximets2021-07-151-1/+1
* ovsdb: relay: Reflect connection status in _Server database.Ilya Maximets2021-07-154-9/+49
* ovsdb: relay: Add support for transaction forwarding.Ilya Maximets2021-07-159-36/+329
* ovsdb: New ovsdb 'relay' service model.Ilya Maximets2021-07-159-39/+474
* ovsdb: row: Add support for xor-based row updates.Ilya Maximets2021-07-156-15/+39
* ovsdb: table: Expose functions to execute operations on ovsdb tables.Ilya Maximets2021-07-153-76/+90
* ovsdb: storage: Allow setting the name for the unbacked storage.Ilya Maximets2021-07-154-6/+13
* jsonrpc-server: Wake up jsonrpc session if there are completed triggers.Ilya Maximets2021-07-151-1/+2
* ovsdb-server: Fix memleak when failing to read storage.Dumitru Ceara2021-07-151-5/+3
* ovsdb-tool: Fix memory leak in "check-cluster" command.lin huang2021-07-091-2/+6
* ovs: fix wrong quoteYunjian Wang2021-07-061-12/+12
* Remove Python 2 leftovers.Rosemarie O'Riorden2021-06-221-1/+0
* raft: print local server ID when opening RAFT databaseDan Williams2021-06-111-0/+2
* ovsdb-client: Integrate record/replay functionality.Ilya Maximets2021-06-072-0/+7
* ovsdb-server: Don't update manager status if replay engine is active.Ilya Maximets2021-06-071-3/+7
* ovsdb-server: Integrate stream replay engine.Ilya Maximets2021-06-072-0/+8
* ovsdb-tool: add --election-timer=ms option to 'create-cluster'Dan Williams2021-05-274-12/+90
* raft: Transfer leadership before creating snapshots.Ilya Maximets2021-05-144-7/+41
* raft: Add 'stop-raft-rpc' failure test command.Ilya Maximets2021-03-011-10/+21
* 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: Use column diffs for ovsdb and raft log entries.Ilya Maximets2021-01-154-8/+92
* ovsdb-tool: Fix datum leak in the show-log command.Ilya Maximets2020-12-211-0/+1
* raft: Add some debugging information to cluster/status command.Lorenzo Bianconi2020-12-212-0/+37
* python: Update build system to ensure dirs.py is created.Mark Gray2020-11-261-1/+1
* ovsdb-idl: Fix *_is_new() IDL functions.Mark Gray2020-11-161-3/+19
* ovsdb-idlc: Return expected sequence number while setting conditions.Ilya Maximets2020-11-161-3/+3
* 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: Avoid annoying debug logs if raft is connected.Ilya Maximets2020-10-271-1/+10
* raft: Fix error leak on failure while saving snapshot.Ilya Maximets2020-10-271-1/+1
* raft: Report jsonrpc backlog in kilobytes.Ilya Maximets2020-10-251-2/+3
* Eliminate "whitelist" and "blacklist" terms.Ben Pfaff2020-10-163-45/+45
* ovsdb: Add unixctl command to show storage status.Dumitru Ceara2020-09-163-0/+50
* ovsdb-tool: Add a db consistency check to the ovsdb-tool check-cluster command.Federico Paolinelli2020-09-161-0/+38
* 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