aboutsummaryrefslogtreecommitdiff
path: root/lib/ovsdb-idl.c
AgeCommit message (Expand)Author
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
2010-01-12ovsdb-idl: Fix memory leak committing a no-op transaction.Ben Pfaff
2010-01-04ovsdb-server: Factor out complication by using jsonrpc_session.Ben Pfaff
2009-12-16Make ovs-vswitchd report when it is done configuring; make ovs-vsctl wait.Ben Pfaff
2009-12-16ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.Ben Pfaff
2009-12-11ovsdb-idl: Prevent segfault destroying an incomplete transaction.Ben Pfaff
2009-12-11ovsdb-idl: Fix deletion of modified row.Ben Pfaff
2009-12-11ovs-vsctl: Add --dry-run option.Ben Pfaff
2009-12-11ovsdb-idl: Fix row insertion and deletion behavior.Ben Pfaff
2009-12-09ovs-vsctl: Fix performance problem.Ben Pfaff
2009-12-08ovsdb-idl: New function to obtain the current transaction from any row.Ben Pfaff
2009-12-08ovsdb-idl: Bug fixes.Ben Pfaff
2009-12-08ovsdb-idl: Update IDL data when "set" functions are called.Ben Pfaff
2009-12-07ovsdb-idl: Make it possible to write data through the IDL.Ben Pfaff
2009-12-04ovsdb-idl: Fix memory leak.Ben Pfaff
2009-12-04ovsdb-idl: Optimize lookup of struct idl_table from struct idl_table_class.Ben Pfaff
2009-12-03ovsdb-idl: Fix resolution of references from one table to another.Ben Pfaff
2009-12-02ovsdb: Implement C bindings for IDL.Ben Pfaff