ovsdb: Get rid of "declare" operation.
[cascardo/ovs.git] / lib / ovsdb-idl.c
2010-02-09 Ben Pfaffovsdb: Get rid of "declare" operation.
2010-02-08 Ben Pfaffovsdb: Add simple constraints.
2010-02-08 Ben Pfaffovsdb-idl: On transaction hard failure make a reason...
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Ben Pfaffovsdb-idl: Fix memory leaks and bad memory references.
2010-01-29 Ben Pfaffovsdb-idl: Add interface to find out the permanent...
2010-01-27 Ben Pfaffovsdb-idl: Make rows inserted by transaction appear...
2010-01-27 Ben Pfaffovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_...
2010-01-26 Ben Pfaffovsdb-idl: Allow clients to modify records without...
2010-01-26 Ben Pfaffovsdb-idl: Avoid redundant memset.
2010-01-26 Ben Pfaffovsdb-idl: Fix use-after-free error in ovsdb_idl_txn_de...
2010-01-15 Ben Pfaffidl: Gracefully handle destroying a transaction before...
2010-01-14 Justin Pettitovsdb: Provide helper function to determine if IDL...
2010-01-12 Ben Pfaffovsdb-idl: Fix memory leak committing a no-op transaction.
2010-01-04 Ben Pfaffovsdb-server: Factor out complication by using jsonrpc_...
2009-12-17 Ben PfaffMake ovs-vswitchd report when it is done configuring...
2009-12-16 Ben Pfaffovsdb: Add "comment" feature to transactions and make...
2009-12-12 Ben Pfaffovsdb-idl: Prevent segfault destroying an incomplete...
2009-12-11 Ben Pfaffovsdb-idl: Fix deletion of modified row.
2009-12-11 Ben Pfaffovs-vsctl: Add --dry-run option.
2009-12-11 Ben Pfaffovsdb-idl: Fix row insertion and deletion behavior.
2009-12-09 Ben Pfaffovs-vsctl: Fix performance problem.
2009-12-09 Ben Pfaffovsdb-idl: New function to obtain the current transacti...
2009-12-09 Ben Pfaffovsdb-idl: Bug fixes.
2009-12-08 Ben Pfaffovsdb-idl: Update IDL data when "set" functions are...
2009-12-08 Ben Pfaffovsdb-idl: Make it possible to write data through the...
2009-12-04 Ben Pfaffovsdb-idl: Fix memory leak.
2009-12-04 Ben Pfaffovsdb-idl: Optimize lookup of struct idl_table from...
2009-12-03 Ben Pfaffovsdb-idl: Fix resolution of references from one table...
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-12-02 Ben Pfaffovsdb: Implement C bindings for IDL.