git://git.onelab.eu
/
sliver-openvswitch.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
lib/process, socket-util: Update necessary headers
[sliver-openvswitch.git]
/
lib
/
ovsdb-idl.c
2014-02-19
Ansis Atteka
ovs-vsctl: reconnect to the database if connection...
blob
|
commitdiff
2013-12-17
Harold Lim
Rename NOT_REACHED to OVS_NOT_REACHED
blob
|
commitdiff
|
diff to current
2013-11-26
Alin Serdean
Avoid printf type modifiers not supported by MSVC C...
blob
|
commitdiff
|
diff to current
2013-10-25
Joe Stringer
lib: Remove unreachable JSONRPC case
blob
|
commitdiff
|
diff to current
2013-10-08
Ben Pfaff
ovsdb-idl: Remove write-only member 'commit_seqno'...
blob
|
commitdiff
|
diff to current
2013-03-15
Ben Pfaff
ovs-vsctl: Try connecting only once for active connecti...
blob
|
commitdiff
|
diff to current
2013-03-06
Ben Pfaff
ovsdb-idlc: Make no-op writes to write-only columns...
blob
|
commitdiff
|
diff to current
2013-01-31
Ben Pfaff
ovsdb-idl: Fix memory leak on error path.
blob
|
commitdiff
|
diff to current
2013-01-17
Ben Pfaff
Replace most uses of assert by ovs_assert.
blob
|
commitdiff
|
diff to current
2012-09-28
Ethan Jackson
idl: Optionally warn when writing to read-write columns.
blob
|
commitdiff
|
diff to current
2012-08-16
Ben Pfaff
ovsdb-idl: Fix memory leak.
blob
|
commitdiff
|
diff to current
2012-08-03
Ben Pfaff
util: New macro CONST_CAST.
blob
|
commitdiff
|
diff to current
2012-06-14
Ethan Jackson
lib: Utilize smaps in the idl.
blob
|
commitdiff
|
diff to current
2012-05-03
Raju Subramanian
Global replace of Nicira Networks.
blob
|
commitdiff
|
diff to current
2012-04-12
Ben Pfaff
ovsdb-idl: Improve documentation.
blob
|
commitdiff
|
diff to current
2012-04-12
Ben Pfaff
ovsdb-idl: Improve ovsdb_idl_txn_increment() interface.
blob
|
commitdiff
|
diff to current
2012-04-12
Ben Pfaff
ovsdb-idl: Simplify transaction retry.
blob
|
commitdiff
|
diff to current
2012-03-28
Ben Pfaff
ovsdb-idl: Fix memory leak writing synthetic rows in...
blob
|
commitdiff
|
diff to current
2011-11-23
Ben Pfaff
ovsdb-idl: Add assertion for synthetic records in ovsdb...
blob
|
commitdiff
|
diff to current
2011-10-31
Ben Pfaff
ovsdb-idl: Prevent occasional hang when multiple databa...
blob
|
commitdiff
|
diff to current
2011-10-27
Ben Pfaff
ovsdb-idl: Don't even try to modify synthetic rows...
blob
|
commitdiff
|
diff to current
2011-09-23
Ben Pfaff
ovsdb-idl: Code style improvements.
blob
|
commitdiff
|
diff to current
2011-07-26
Ben Pfaff
vswitchd: Prevent multiple ovs-vswitchd processes from...
blob
|
commitdiff
|
diff to current
2011-06-21
Ben Pfaff
ovsdb-idl: Plug hole in state machine.
blob
|
commitdiff
|
diff to current
2011-06-21
Ben Pfaff
ovsdb-idl: Improve comment.
blob
|
commitdiff
|
diff to current
2011-06-15
Ben Pfaff
ovsdb-idl: Optimize out transactions that are complete...
blob
|
commitdiff
|
diff to current
2011-04-21
Ben Pfaff
bridge: Tolerate missing Port and Interface records...
blob
|
commitdiff
|
diff to current
2011-04-12
Ben Pfaff
ovsdb-idl: Suppress "delete" operations for garbage...
blob
|
commitdiff
|
diff to current
2011-04-08
Ben Pfaff
ovsdb-idl: Fix atomicity of writes that don't change...
blob
|
commitdiff
|
diff to current
2011-02-23
Ben Pfaff
ovsdb-idl: JSONRPC_REPLY message always has nonnull...
blob
|
commitdiff
|
diff to current
2011-02-23
Justin Pettit
ovsdb-idl: Remove deadcode related to "reply" in ovsdb_...
blob
|
commitdiff
|
diff to current
2010-12-09
Ben Pfaff
ovsdb-idl: Check prerequisites for ovsdb_idl_txn_verify...
blob
|
commitdiff
|
diff to current
2010-11-16
Ben Pfaff
ovsdb-idl: Make selecting tables and columns to replica...
blob
|
commitdiff
|
diff to current
2010-10-29
Ben Pfaff
vlog: Make client supply semicolon for VLOG_DEFINE_THIS...
blob
|
commitdiff
|
diff to current
2010-10-27
Ben Pfaff
ovsdb-idl: Document some more functions.
blob
|
commitdiff
|
diff to current
2010-10-01
Ben Pfaff
Switch many macros from using CONTAINER_OF to using...
blob
|
commitdiff
|
diff to current
2010-09-20
Ben Pfaff
Avoid shadowing local variable names.
blob
|
commitdiff
|
diff to current
2010-08-11
Ben Pfaff
bridge: Don't pay attention to columns that vswitchd...
blob
|
commitdiff
|
diff to current
2010-08-11
Ben Pfaff
ovsdb-idl: Make it possible to omit or pay less attenti...
blob
|
commitdiff
|
diff to current
2010-07-21
Ben Pfaff
vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
blob
|
commitdiff
|
diff to current
2010-07-12
Ben Pfaff
ovsdb-idl: Transition to better interfaces for reading...
blob
|
commitdiff
|
diff to current
2010-06-30
Ben Pfaff
Simplify shash_find() followed by shash_add() into...
blob
|
commitdiff
|
diff to current
2010-06-24
Jesse Gross
ovsdb-idl: Check if row->written is valid.
blob
|
commitdiff
|
diff to current
2010-06-23
Ben Pfaff
ovsdb-idl: Drop unnecessary allocation from ovsdb_idl_t...
blob
|
commitdiff
|
diff to current
2010-06-23
Ben Pfaff
ovsdb-idl: Start documenting the public interface.
blob
|
commitdiff
|
diff to current
2010-06-23
Ben Pfaff
ovsdb-idl: Simplify usage of ovsdb_idl_run().
blob
|
commitdiff
|
diff to current
2010-06-17
Ben Pfaff
ovs-vsctl: Support references among records at creation...
blob
|
commitdiff
|
diff to current
2010-05-17
Wei Yongjun
ovsdb-idl: fix compile warning of lib/ovsdb-idl.c
blob
|
commitdiff
|
diff to current
2010-04-13
Ben Pfaff
Make fatal signals cause an exit more promptly in speci...
blob
|
commitdiff
|
diff to current
2010-03-25
Ben Pfaff
Merge "citrix" branch into "master".
blob
|
commitdiff
|
diff to current
2010-03-17
Ben Pfaff
Merge "next" branch into "master".
blob
|
commitdiff
|
diff to current
2010-03-08
Ben Pfaff
ovsdb-idl: Make ovsdb_idl_txn_add_comment() take a...
blob
|
commitdiff
|
diff to current
2010-03-03
Ben Pfaff
brcompatd: Make bridge ioctls synchronous again.
blob
|
commitdiff
|
diff to current
2010-03-03
Ben Pfaff
ovsdb-idl: New function ovsdb_idl_txn_commit_block().
blob
|
commitdiff
|
diff to current
2010-03-03
Ben Pfaff
ovsdb-idl: Improve check in ovsdb_idl_row_is_orphan().
blob
|
commitdiff
|
diff to current
2010-03-03
Ben Pfaff
ovsdb-idl: Fix iteration over rows in IDL tables.
blob
|
commitdiff
|
diff to current
2010-02-27
Ben Pfaff
ovsdb-idl: Fix bad logic in ovsdb_idl_txn_commit()...
blob
|
commitdiff
|
diff to current
2010-02-24
Ben Pfaff
Merge "master" into "next".
blob
|
commitdiff
|
diff to current
2010-02-11
Ben Pfaff
Merge "master" into "next".
blob
|
commitdiff
|
diff to current
2010-02-09
Ben Pfaff
ovsdb: Add support for multiple databases to the protocol.
blob
|
commitdiff
|
diff to current
2010-02-09
Ben Pfaff
ovsdb: Get rid of "declare" operation.
blob
|
commitdiff
|
diff to current
2010-02-08
Ben Pfaff
ovsdb: Add simple constraints.
blob
|
commitdiff
|
diff to current
2010-02-08
Ben Pfaff
ovsdb-idl: On transaction hard failure make a reason...
blob
|
commitdiff
|
diff to current
2010-02-06
Justin Pettit
Merge branch 'master' into next
blob
|
commitdiff
|
diff to current
2010-02-02
Ben Pfaff
ovsdb-idl: Fix memory leaks and bad memory references.
blob
|
commitdiff
|
diff to current
2010-01-29
Ben Pfaff
ovsdb-idl: Add interface to find out the permanent...
blob
|
commitdiff
|
diff to current
2010-01-27
Ben Pfaff
ovsdb-idl: Make rows inserted by transaction appear...
blob
|
commitdiff
|
diff to current
2010-01-27
Ben Pfaff
ovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_...
blob
|
commitdiff
|
diff to current
2010-01-26
Ben Pfaff
ovsdb-idl: Allow clients to modify records without...
blob
|
commitdiff
|
diff to current
2010-01-26
Ben Pfaff
ovsdb-idl: Avoid redundant memset.
blob
|
commitdiff
|
diff to current
2010-01-26
Ben Pfaff
ovsdb-idl: Fix use-after-free error in ovsdb_idl_txn_de...
blob
|
commitdiff
|
diff to current
2010-01-15
Ben Pfaff
idl: Gracefully handle destroying a transaction before...
blob
|
commitdiff
|
diff to current
2010-01-14
Justin Pettit
ovsdb: Provide helper function to determine if IDL...
blob
|
commitdiff
|
diff to current
2010-01-12
Ben Pfaff
ovsdb-idl: Fix memory leak committing a no-op transaction.
blob
|
commitdiff
|
diff to current
2010-01-04
Ben Pfaff
ovsdb-server: Factor out complication by using jsonrpc_...
blob
|
commitdiff
|
diff to current
2009-12-17
Ben Pfaff
Make ovs-vswitchd report when it is done configuring...
blob
|
commitdiff
|
diff to current
2009-12-16
Ben Pfaff
ovsdb: Add "comment" feature to transactions and make...
blob
|
commitdiff
|
diff to current
2009-12-12
Ben Pfaff
ovsdb-idl: Prevent segfault destroying an incomplete...
blob
|
commitdiff
|
diff to current
2009-12-11
Ben Pfaff
ovsdb-idl: Fix deletion of modified row.
blob
|
commitdiff
|
diff to current
2009-12-11
Ben Pfaff
ovs-vsctl: Add --dry-run option.
blob
|
commitdiff
|
diff to current
2009-12-11
Ben Pfaff
ovsdb-idl: Fix row insertion and deletion behavior.
blob
|
commitdiff
|
diff to current
2009-12-09
Ben Pfaff
ovs-vsctl: Fix performance problem.
blob
|
commitdiff
|
diff to current
2009-12-09
Ben Pfaff
ovsdb-idl: New function to obtain the current transacti...
blob
|
commitdiff
|
diff to current
2009-12-09
Ben Pfaff
ovsdb-idl: Bug fixes.
blob
|
commitdiff
|
diff to current
2009-12-08
Ben Pfaff
ovsdb-idl: Update IDL data when "set" functions are...
blob
|
commitdiff
|
diff to current
2009-12-08
Ben Pfaff
ovsdb-idl: Make it possible to write data through the...
blob
|
commitdiff
|
diff to current
2009-12-04
Ben Pfaff
ovsdb-idl: Fix memory leak.
blob
|
commitdiff
|
diff to current
2009-12-04
Ben Pfaff
ovsdb-idl: Optimize lookup of struct idl_table from...
blob
|
commitdiff
|
diff to current
2009-12-03
Ben Pfaff
ovsdb-idl: Fix resolution of references from one table...
blob
|
commitdiff
|
diff to current
2009-12-02
Ben Pfaff
Merge "master" branch into "db".
blob
|
commitdiff
|
diff to current
2009-12-02
Ben Pfaff
ovsdb: Implement C bindings for IDL.
blob
|
commitdiff
|
diff to current