summaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl.c
Commit message (Expand)AuthorAgeFilesLines
...
* ovsdb-idl: Fix atomicity of writes that don't change a column's value.Ben Pfaff2011-04-081-3/+16
* ovsdb-idl: JSONRPC_REPLY message always has nonnull 'id'.Ben Pfaff2011-02-231-3/+2
* ovsdb-idl: Remove deadcode related to "reply" in ovsdb_idl_run().Justin Pettit2011-02-231-5/+1
* ovsdb-idl: Check prerequisites for ovsdb_idl_txn_verify() also.Ben Pfaff2010-12-081-0/+2
* ovsdb-idl: Make selecting tables and columns to replicate more flexible.Ben Pfaff2010-11-161-44/+117
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* ovsdb-idl: Document some more functions.Ben Pfaff2010-10-271-0/+58
* Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff2010-10-011-24/+14
* Avoid shadowing local variable names.Ben Pfaff2010-09-201-4/+4
* bridge: Don't pay attention to columns that vswitchd doesn't need.Ben Pfaff2010-08-111-4/+12
* ovsdb-idl: Make it possible to omit or pay less attention to columns.Ben Pfaff2010-08-111-17/+100
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* ovsdb-idl: Transition to better interfaces for reading table columns.Ben Pfaff2010-07-121-18/+49
* Simplify shash_find() followed by shash_add() into shash_add_once().Ben Pfaff2010-06-301-4/+2
* ovsdb-idl: Check if row->written is valid.Jesse Gross2010-06-241-14/+20
* ovsdb-idl: Drop unnecessary allocation from ovsdb_idl_txn_insert().Ben Pfaff2010-06-231-1/+0
* ovsdb-idl: Start documenting the public interface.Ben Pfaff2010-06-231-0/+40
* ovsdb-idl: Simplify usage of ovsdb_idl_run().Ben Pfaff2010-06-231-1/+4
* ovs-vsctl: Support references among records at creation time.Ben Pfaff2010-06-171-2/+10
* ovsdb-idl: fix compile warning of lib/ovsdb-idl.cWei Yongjun2010-05-171-4/+4
* Make fatal signals cause an exit more promptly in special cases.Ben Pfaff2010-04-131-0/+2
* ovsdb-idl: Make ovsdb_idl_txn_add_comment() take a printf() format string.Ben Pfaff2010-03-081-2/+11
* brcompatd: Make bridge ioctls synchronous again.Ben Pfaff2010-03-031-0/+7
* ovsdb-idl: New function ovsdb_idl_txn_commit_block().Ben Pfaff2010-03-031-0/+17
* ovsdb-idl: Improve check in ovsdb_idl_row_is_orphan().Ben Pfaff2010-03-031-1/+12
* ovsdb-idl: Fix iteration over rows in IDL tables.Ben Pfaff2010-03-031-1/+21
* ovsdb-idl: Fix bad logic in ovsdb_idl_txn_commit() state transitions.Ben Pfaff2010-02-271-1/+1
* ovsdb: Add support for multiple databases to the protocol.Ben Pfaff2010-02-091-4/+7
* ovsdb: Get rid of "declare" operation.Ben Pfaff2010-02-081-10/+0
* ovsdb: Add simple constraints.Ben Pfaff2010-02-081-1/+3
* ovsdb-idl: On transaction hard failure make a reason available to client.Ben Pfaff2010-02-081-0/+27
* ovsdb-idl: Fix memory leaks and bad memory references.Ben Pfaff2010-02-021-9/+18
* ovsdb-idl: Add interface to find out the permanent IDL of an inserted row.Ben Pfaff2010-01-281-12/+108
* ovsdb-idl: Make rows inserted by transaction appear during table iteration.Ben Pfaff2010-01-271-1/+1
* ovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_txn_insert().Ben Pfaff2010-01-271-2/+4
* ovsdb-idl: Allow clients to modify records without using structs.Ben Pfaff2010-01-261-38/+120
* ovsdb-idl: Avoid redundant memset.Ben Pfaff2010-01-261-1/+0
* ovsdb-idl: Fix use-after-free error in ovsdb_idl_txn_delete().Ben Pfaff2010-01-261-0/+1
* idl: Gracefully handle destroying a transaction before receiving its reply.Ben Pfaff2010-01-151-4/+6
* ovsdb: Provide helper function to determine if IDL has ever connectedJustin Pettit2010-01-141-0/+6
* ovsdb-idl: Fix memory leak committing a no-op transaction.Ben Pfaff2010-01-121-1/+2
* ovsdb-server: Factor out complication by using jsonrpc_session.Ben Pfaff2010-01-041-3/+1
* Make ovs-vswitchd report when it is done configuring; make ovs-vsctl wait.Ben Pfaff2009-12-161-1/+141
* ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.Ben Pfaff2009-12-161-0/+20
* ovsdb-idl: Prevent segfault destroying an incomplete transaction.Ben Pfaff2009-12-111-0/+3
* ovsdb-idl: Fix deletion of modified row.Ben Pfaff2009-12-111-5/+2
* ovs-vsctl: Add --dry-run option.Ben Pfaff2009-12-111-1/+15
* ovsdb-idl: Fix row insertion and deletion behavior.Ben Pfaff2009-12-111-32/+34
* ovs-vsctl: Fix performance problem.Ben Pfaff2009-12-091-0/+9
* ovsdb-idl: New function to obtain the current transaction from any row.Ben Pfaff2009-12-081-0/+8