aboutsummaryrefslogtreecommitdiff
path: root/lib/ovsdb-data.c
AgeCommit message (Expand)Author
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-03-28Fix minor memory leaks found by valgrind.Ben Pfaff
2012-01-11ovsdb-data: Short-circuit ovsdb_datum_includes_all() in trivial case.Ben Pfaff
2011-08-24ovsdb-data: Simplify converting an OVSDB datum to JSON by reordering logic.Ben Pfaff
2011-05-24tests: Fix the two Python XFAIL tests.Ben Pfaff
2011-03-10ovsdb: Implement garbage collection.Ben Pfaff
2011-03-10ovsdb-data: Expose guts of ovsdb_symbol_table() to clients.Ben Pfaff
2011-03-10ovsdb-data: Rename 'used' to 'created' in struct ovsdb_symbol.Ben Pfaff
2011-03-10ovsdb-data: Verify that named-uuid string is an <id>.Ben Pfaff
2011-02-22ovsdb-data: Free string leaked in ovsdb_datum_from_string().Justin Pettit
2011-02-08table: Add new "bare" output formatting options.Ben Pfaff
2011-01-13ovsdb-data: Fix warnings.Ethan Jackson
2010-09-23ovsdb-data: New function ovsdb_datum_from_shash().Ben Pfaff
2010-08-25ovsdb: Remove unused ovsdb_datum_from_json_unique().Ben Pfaff
2010-07-12ovsdb: New functions ovsdb_datum_sort_unique(), ovsdb_datum_from_json_unique().Ben Pfaff
2010-07-12ovsdb: New functions ovsdb_atom_default(), ovsdb_datum_default().Ben Pfaff
2010-07-12ovsdb: Document some ovsdb-data.[ch] functions.Ben Pfaff
2010-06-29ovs-vsctl: Prepare for more flexible database argument parsing.Ben Pfaff
2010-06-23Use shash_destroy_free_data() to simplify a few scattered pieces of code.Ben Pfaff
2010-06-17ovs-vsctl: Support references among records at creation time.Ben Pfaff
2010-02-25ovsdb: Add support for "enum" constraints.Ben Pfaff
2010-02-25ovsdb: Drop regular expression constraints.Ben Pfaff
2010-02-08ovsdb: Make scalars and 1-element sets interchangeable.Ben Pfaff
2010-02-08ovsdb: Get rid of "declare" operation.Ben Pfaff
2010-02-08ovsdb: Add support for referential integrity in the database itself.Ben Pfaff
2010-02-08ovsdb: Add simple constraints.Ben Pfaff
2010-01-28ovsdb-data: Allow spaces around '=' in key-value pairs.Ben Pfaff
2010-01-28ovsdb-data: Allow arbitrary white space as string data delimiters.Ben Pfaff
2010-01-28ovsdb-data: Make string parsing of negative 0 match JSON parsing.Ben Pfaff
2010-01-27ovs-vsctl: Make parsing functions return error instead of aborting.Ben Pfaff
2010-01-26ovsdb-datum: Add functions for parsing and formatting atoms, data.Ben Pfaff
2010-01-26ovsdb-data: Add some more functions for dealing with "struct ovsdb_datum".Ben Pfaff
2010-01-11ovsdb: Save some space in the log for newly inserted records.Ben Pfaff
2009-12-16ovsdb: Add new "mutation" operation to transactions.Ben Pfaff
2009-12-07ovsdb: Implement new "declare" operation.Ben Pfaff
2009-11-04Initial implementation of OVSDB.Ben Pfaff