aboutsummaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb.c
AgeCommit message (Expand)Author
2011-05-16Consistently write null pointer constants as NULL instead of 0.Ben Pfaff
2011-03-31ovsdb: Force strong references to non-root tables to be persistent.Ben Pfaff
2011-03-10ovsdb: Fix uninitialized data;.Ethan Jackson
2011-03-10ovsdb: Implement garbage collection.Ben Pfaff
2011-02-23ovsdb: Explicitly ignore sscanf() return value in is_valid_version().Ben Pfaff
2011-02-15ovsdb-tool: New command "needs-conversion".Ben Pfaff
2011-02-15ovsdb-tool: Add commands for printing the database checksum.Ben Pfaff
2010-12-27Implement database schema versioning.Ben Pfaff
2010-03-24ovsdb: Fix ovsdb-server crash when specifying nonexistent file.Ben Pfaff
2010-03-05ovsdb: Remove "comment" support from OVSDB schemas.Ben Pfaff
2010-02-15ovsdb: Add functions to clone schemas.Ben Pfaff
2010-02-11Merge "master" into "next".Ben Pfaff
2010-02-08ovsdb: Add support for referential integrity in the database itself.Ben Pfaff
2010-02-02ovsdb-server: Fix various memory leaks.Ben Pfaff
2009-11-19ovsdb: Require database, table, column names to be valid identifiers.Ben Pfaff
2009-11-16ovsdb: Add replication support and refactor files in terms of replication.Ben Pfaff
2009-11-16ovsdb: Rename ovsdb_file to ovsdb_log.Ben Pfaff
2009-11-06ovsdb: Fix inverted logic in ovsdb_open().Ben Pfaff
2009-11-06ovsdb: Fix use-after-free error in ovsdb_destroy().Ben Pfaff
2009-11-04Initial implementation of OVSDB.Ben Pfaff