summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb.h
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: Perform conversion with no data for clustered databases.Ilya Maximets2023-04-241-0/+3
* ovsdb: Count weak reference objects.Ilya Maximets2022-12-061-0/+4
* ovsdb: Add missing ovs-thread include.Ilya Maximets2022-07-141-0/+1
* ovsdb: Prepare snapshot JSON in a separate thread.Ilya Maximets2022-07-131-0/+24
* ovsdb: Don't let transaction history grow larger than the database.Ilya Maximets2021-11-051-0/+3
* ovsdb: relay: Add support for transaction forwarding.Ilya Maximets2021-07-151-2/+6
* ovsdb: New ovsdb 'relay' service model.Ilya Maximets2021-07-151-0/+3
* ovsdb-server: Reclaim heap memory after compaction.Ilya Maximets2020-11-031-1/+2
* raft: Avoid busy loop during leader election.Han Zhou2020-03-061-0/+1
* ovsdb-server: Transaction history tracking.Han Zhou2019-02-281-0/+10
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-5/+29
* ovsdb: Add support for online schema conversion.Ben Pfaff2018-03-241-1/+2
* ovsdb: Drop distinction between monitors and replicas.Ben Pfaff2018-03-241-20/+1
* ovsdb-server: Distinguish logs from other replicas.Ben Pfaff2018-03-241-2/+3
* ovsdb: add support for role-based access controlsLance Richardson2017-06-081-0/+3
* ovsdb: Make OVSDB backup sever read onlyAndy Zhou2016-08-141-1/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-2/+2
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-3/+3
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-2/+2
* ovsdb: Remove prototypes for unimplemented functions.Ben Pfaff2013-03-271-5/+1
* Add support for tracking and logging daemon memory usage.Ben Pfaff2012-05-221-1/+4
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ovsdb: Implement a "lock" feature in the database protocol.Ben Pfaff2011-07-261-1/+3
* ovsdb-tool: New command "needs-conversion".Ben Pfaff2011-02-151-0/+3
* ovsdb-tool: Add commands for printing the database checksum.Ben Pfaff2011-02-151-2/+4
* Implement database schema versioning.Ben Pfaff2010-12-271-1/+3
* ovsdb: Remove "comment" support from OVSDB schemas.Ben Pfaff2010-03-051-3/+1
* ovsdb: Add functions to clone schemas.Ben Pfaff2010-02-151-1/+2
* ovsdb: Add replication support and refactor files in terms of replication.Ben Pfaff2009-11-161-5/+23
* ovsdb: Rename ovsdb_file to ovsdb_log.Ben Pfaff2009-11-161-2/+2
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+73