aboutsummaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl.c
AgeCommit message (Expand)Author
2011-11-23ovsdb-idl: Add assertion for synthetic records in ovsdb_idl_read().Ben Pfaff
2011-10-31ovsdb-idl: Prevent occasional hang when multiple database clients race.Ben Pfaff
2011-10-27ovsdb-idl: Don't even try to modify synthetic rows, instead of segfaulting.Ben Pfaff
2011-09-23ovsdb-idl: Code style improvements.Ben Pfaff
2011-07-26vswitchd: Prevent multiple ovs-vswitchd processes from acting together.Ben Pfaff
2011-06-21ovsdb-idl: Plug hole in state machine.Ben Pfaff
2011-06-21ovsdb-idl: Improve comment.Ben Pfaff
2011-06-15ovsdb-idl: Optimize out transactions that are complete no-ops.Ben Pfaff
2011-04-21bridge: Tolerate missing Port and Interface records for local port.Ben Pfaff
2011-04-12ovsdb-idl: Suppress "delete" operations for garbage-collected tables.Ben Pfaff
2011-04-08ovsdb-idl: Fix atomicity of writes that don't change a column's value.Ben Pfaff
2011-02-23ovsdb-idl: JSONRPC_REPLY message always has nonnull 'id'.Ben Pfaff
2011-02-23ovsdb-idl: Remove deadcode related to "reply" in ovsdb_idl_run().Justin Pettit
2010-12-08ovsdb-idl: Check prerequisites for ovsdb_idl_txn_verify() also.Ben Pfaff
2010-11-16ovsdb-idl: Make selecting tables and columns to replicate more flexible.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-10-27ovsdb-idl: Document some more functions.Ben Pfaff
2010-10-01Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff
2010-09-20Avoid shadowing local variable names.Ben Pfaff
2010-08-11bridge: Don't pay attention to columns that vswitchd doesn't need.Ben Pfaff
2010-08-11ovsdb-idl: Make it possible to omit or pay less attention to columns.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-07-12ovsdb-idl: Transition to better interfaces for reading table columns.Ben Pfaff
2010-06-30Simplify shash_find() followed by shash_add() into shash_add_once().Ben Pfaff
2010-06-24ovsdb-idl: Check if row->written is valid.Jesse Gross
2010-06-23ovsdb-idl: Drop unnecessary allocation from ovsdb_idl_txn_insert().Ben Pfaff
2010-06-23ovsdb-idl: Start documenting the public interface.Ben Pfaff
2010-06-23ovsdb-idl: Simplify usage of ovsdb_idl_run().Ben Pfaff
2010-06-17ovs-vsctl: Support references among records at creation time.Ben Pfaff
2010-05-17ovsdb-idl: fix compile warning of lib/ovsdb-idl.cWei Yongjun
2010-04-13Make fatal signals cause an exit more promptly in special cases.Ben Pfaff
2010-03-08ovsdb-idl: Make ovsdb_idl_txn_add_comment() take a printf() format string.Ben Pfaff
2010-03-03brcompatd: Make bridge ioctls synchronous again.Ben Pfaff
2010-03-03ovsdb-idl: New function ovsdb_idl_txn_commit_block().Ben Pfaff
2010-03-03ovsdb-idl: Improve check in ovsdb_idl_row_is_orphan().Ben Pfaff
2010-03-03ovsdb-idl: Fix iteration over rows in IDL tables.Ben Pfaff
2010-02-27ovsdb-idl: Fix bad logic in ovsdb_idl_txn_commit() state transitions.Ben Pfaff
2010-02-09ovsdb: Add support for multiple databases to the protocol.Ben Pfaff
2010-02-08ovsdb: Get rid of "declare" operation.Ben Pfaff
2010-02-08ovsdb: Add simple constraints.Ben Pfaff
2010-02-08ovsdb-idl: On transaction hard failure make a reason available to client.Ben Pfaff
2010-02-02ovsdb-idl: Fix memory leaks and bad memory references.Ben Pfaff
2010-01-28ovsdb-idl: Add interface to find out the permanent IDL of an inserted row.Ben Pfaff
2010-01-27ovsdb-idl: Make rows inserted by transaction appear during table iteration.Ben Pfaff
2010-01-27ovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_txn_insert().Ben Pfaff
2010-01-26ovsdb-idl: Allow clients to modify records without using structs.Ben Pfaff
2010-01-26ovsdb-idl: Avoid redundant memset.Ben Pfaff
2010-01-26ovsdb-idl: Fix use-after-free error in ovsdb_idl_txn_delete().Ben Pfaff
2010-01-15idl: Gracefully handle destroying a transaction before receiving its reply.Ben Pfaff
2010-01-14ovsdb: Provide helper function to determine if IDL has ever connectedJustin Pettit