summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: Perform conversion with no data for clustered databases.Ilya Maximets2023-04-241-0/+34
* ovsdb: Fix database statistics during the database replacement.Ilya Maximets2023-01-181-0/+3
* ovsdb: Count weak reference objects.Ilya Maximets2022-12-061-0/+4
* ovsdb: Fix race for datum JSON string reference counter.Ilya Maximets2022-10-111-2/+5
* ovsdb: Prepare snapshot JSON in a separate thread.Ilya Maximets2022-07-131-11/+132
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* ovsdb: Don't let transaction history grow larger than the database.Ilya Maximets2021-11-051-0/+5
* ovsdb: relay: Add support for transaction forwarding.Ilya Maximets2021-07-151-0/+9
* ovsdb: New ovsdb 'relay' service model.Ilya Maximets2021-07-151-0/+2
* raft: Transfer leadership before creating snapshots.Ilya Maximets2021-05-141-0/+8
* ovsdb-server: Reclaim heap memory after compaction.Ilya Maximets2020-11-031-1/+11
* ovsdb: Add raft memory usage to memory report.Ilya Maximets2020-05-251-0/+4
* raft: Avoid busy loop during leader election.Han Zhou2020-03-061-1/+1
* ovsdb-server: Transaction history tracking.Han Zhou2019-02-281-0/+6
* Embrace anonymous unions.Ben Pfaff2018-05-251-6/+6
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-49/+155
* ovsdb: Add support for online schema conversion.Ben Pfaff2018-03-241-1/+25
* ovsdb: Drop distinction between monitors and replicas.Ben Pfaff2018-03-241-28/+4
* ovsdb-server: Distinguish logs from other replicas.Ben Pfaff2018-03-241-0/+7
* ovsdb: add support for role-based access controlsLance Richardson2017-06-081-0/+3
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-6/+6
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* Switch from sscanf() to ovs_scan() throughout the tree.Ben Pfaff2013-11-151-2/+2
* Add support for tracking and logging daemon memory usage.Ben Pfaff2012-05-221-1/+21
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Consistently write null pointer constants as NULL instead of 0.Ben Pfaff2011-05-161-1/+1
* ovsdb: Force strong references to non-root tables to be persistent.Ben Pfaff2011-03-311-18/+38
* ovsdb: Fix uninitialized data;.Ethan Jackson2011-03-101-1/+1
* ovsdb: Implement garbage collection.Ben Pfaff2011-03-101-1/+35
* ovsdb: Explicitly ignore sscanf() return value in is_valid_version().Ben Pfaff2011-02-231-1/+1
* ovsdb-tool: New command "needs-conversion".Ben Pfaff2011-02-151-0/+17
* ovsdb-tool: Add commands for printing the database checksum.Ben Pfaff2011-02-151-6/+12
* Implement database schema versioning.Ben Pfaff2010-12-271-5/+32
* ovsdb: Fix ovsdb-server crash when specifying nonexistent file.Ben Pfaff2010-03-241-0/+4
* ovsdb: Remove "comment" support from OVSDB schemas.Ben Pfaff2010-03-051-11/+4
* ovsdb: Add functions to clone schemas.Ben Pfaff2010-02-151-0/+16
* Merge "master" into "next".Ben Pfaff2010-02-111-1/+1
* ovsdb: Add support for referential integrity in the database itself.Ben Pfaff2010-02-081-0/+67
* ovsdb-server: Fix various memory leaks.Ben Pfaff2010-02-021-2/+2
* ovsdb: Require database, table, column names to be valid identifiers.Ben Pfaff2009-11-191-0/+2
* ovsdb: Add replication support and refactor files in terms of replication.Ben Pfaff2009-11-161-68/+30
* ovsdb: Rename ovsdb_file to ovsdb_log.Ben Pfaff2009-11-161-10/+10
* ovsdb: Fix inverted logic in ovsdb_open().Ben Pfaff2009-11-061-1/+1
* ovsdb: Fix use-after-free error in ovsdb_destroy().Ben Pfaff2009-11-061-3/+4
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+262