summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* idlc: support short version of SAFE macros.Adrian Moreno2022-03-301-2/+17
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-3013-59/+57
* list: use short version of safe loops if possible.Adrian Moreno2022-03-307-49/+48
* ovsdb: raft: Fix inability to read the database with DNS host names.Ilya Maximets2022-03-302-1/+7
* ovsdb: row: Optimize row updates by applying diffs in-place.Ilya Maximets2022-03-031-11/+5
* ovsdb: relay: Add transaction history support.Ilya Maximets2022-03-033-12/+33
* ovsdb: raft: Fix inability to join the cluster after interrupted attempt.Ilya Maximets2022-02-251-7/+31
* ovsdb-idlc: Avoid accessing member within NULL idl index cursors.Dumitru Ceara2022-02-141-1/+1
* treewide: Don't pass NULL to library functions that expect non-NULL.Dumitru Ceara2022-02-141-0/+4
* ovsdb: transaction: Keep one entry in the transaction history.Ilya Maximets2022-01-311-2/+4
* ovsdb: storage: Randomize should_snapshot checks when the minimum time passed.Ilya Maximets2021-12-132-3/+16
* raft: Only allow followers to snapshot.Dumitru Ceara2021-12-131-1/+1
* ovsdb-data: Consolidate ovsdb atom and json strings.Ilya Maximets2021-11-303-9/+11
* ovsdb: Don't let transaction history grow larger than the database.Ilya Maximets2021-11-053-2/+62
* ovsdb: transaction: Incremental reassessment of weak refs.Ilya Maximets2021-11-043-100/+293
* ovsdb-data: Deduplicate string atoms.Ilya Maximets2021-09-244-72/+67
* ovsdb-data: Add function to apply diff in-place.Ilya Maximets2021-09-241-6/+4
* 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