summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-server.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: Avoid converting database twice on an initiator.Ilya Maximets2023-04-241-7/+15
* ovsdb: Perform conversion with no data for clustered databases.Ilya Maximets2023-04-241-0/+7
* ovsdb: Allow conversion records with no data in a clustered storage.Ilya Maximets2023-04-241-21/+44
* dpdk: Allow retaining CAP_SYS_RAWIO privileges.Aaron Conole2023-03-221-2/+2
* ovsdb-server: Don't log when memory-trim-on-compaction doesn't change.Dan Williams2022-12-211-2/+7
* ovsdb: Prepare snapshot JSON in a separate thread.Ilya Maximets2022-07-131-3/+15
* ovsdb: Enable memory trimming after compaction by default.Ilya Maximets2022-07-121-1/+1
* ovsdb-server: Log database transactions for user requested tables.Dumitru Ceara2022-06-281-0/+87
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-6/+5
* ovsdb: raft: Fix inability to read the database with DNS host names.Ilya Maximets2022-03-301-0/+3
* ovsdb: relay: Add transaction history support.Ilya Maximets2022-03-031-3/+5
* ovsdb-data: Consolidate ovsdb atom and json strings.Ilya Maximets2021-11-301-3/+4
* ovsdb-data: Deduplicate string atoms.Ilya Maximets2021-09-241-3/+3
* ovsdb: relay: Reflect connection status in _Server database.Ilya Maximets2021-07-151-1/+2
* ovsdb: New ovsdb 'relay' service model.Ilya Maximets2021-07-151-29/+70
* ovsdb: storage: Allow setting the name for the unbacked storage.Ilya Maximets2021-07-151-1/+1
* ovsdb-server: Fix memleak when failing to read storage.Dumitru Ceara2021-07-151-5/+3
* 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-071-0/+6
* ovsdb: Use column diffs for ovsdb and raft log entries.Ilya Maximets2021-01-151-0/+8
* ovsdb-server: Reclaim heap memory after compaction.Ilya Maximets2020-11-031-2/+39
* Eliminate "whitelist" and "blacklist" terms.Ben Pfaff2020-10-161-4/+4
* ovsdb: Add unixctl command to show storage status.Dumitru Ceara2020-09-161-0/+39
* ovsdb-server: Replace in-memory DB contents at raft install_snapshot.Dumitru Ceara2020-08-061-8/+13
* ovsdb-server: Fix schema leak while reading db.Ilya Maximets2020-05-281-2/+3
* ovsdb-server: Don't disconnect clients after raft install_snapshot.Han Zhou2020-03-061-1/+2
* ovsdb replication: Provide option to configure probe interval.Numan Siddique2020-01-071-7/+42
* ovsdb monitor: Fix crash when using non-zero last-id with standalone DB.Han Zhou2019-08-211-3/+2
* ovsdb: Move trigger_run after storage_run and read_db.Han Zhou2019-03-041-2/+4
* ovsdb-server: Transaction history tracking.Han Zhou2019-02-281-0/+9
* ovsdb-server: Correct json-rpc comment for "disable-monitor-cond".Justin Pettit2019-01-161-1/+1
* ovsdb-server: Don't log closing session at program termination.Ben Pfaff2018-08-151-3/+1
* Embrace anonymous unions.Ben Pfaff2018-05-251-6/+6
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-90/+274
* ovsdb: Add support for online schema conversion.Ben Pfaff2018-03-241-25/+31
* ovsdb-server: Add new RPC "set_db_change_aware".Ben Pfaff2018-03-241-5/+4
* ovsdb-server: Add support for a built-in _Server database.Ben Pfaff2018-03-241-6/+125
* jsonrpc-server: Separate changing read_only status from reconnecting.Ben Pfaff2018-03-241-12/+3
* util: Document and rely on ovs_assert() always evaluating its argument.Ben Pfaff2018-02-011-3/+1
* ovsdb-server: Forbid user-specified databases with reserved names.Ben Pfaff2017-12-221-13/+39
* ovsdb-server: Drop 'txn' member from struct db.Ben Pfaff2017-12-191-24/+16
* ovsdb-error: New function ovsdb_error_to_string_free().Ben Pfaff2017-12-131-6/+3
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* ovsdb-server: Fix memory leakYifeng Sun2017-11-021-1/+15
* ovsdb: add support for role-based access controlsLance Richardson2017-06-081-1/+7
* ovsdb: refactor utility functions into separate fileLance Richardson2017-05-041-176/+11
* ovsdb-server: Drop unnecessary find_db() function.Ben Pfaff2017-03-291-25/+5
* ovsdb-server: Fix memory leak in update_remote_status() error path.Ben Pfaff2017-03-291-3/+4
* ovsdb: Prevent OVSDB server from replicating itself.Andy Zhou2017-02-131-7/+17
* ovsdb: Gracefully handle replication errors.Andy Zhou2017-02-131-2/+2