summaryrefslogtreecommitdiff
path: root/ovsdb/execution.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: relay: Add support for transaction forwarding.Ilya Maximets2021-07-151-8/+10
* ovsdb: New ovsdb 'relay' service model.Ilya Maximets2021-07-151-0/+5
* ovsdb: row: Add support for xor-based row updates.Ilya Maximets2021-07-151-2/+3
* ovsdb: Fix timeout type for wait operation.Ilya Maximets2020-06-011-2/+2
* ovsdb-server: Allow OVSDB clients to specify the UUID for inserted rows.Ben Pfaff2020-01-161-4/+22
* ovsdb-execute: Remove unused variable from ovsdb_execute_mutate().Damijan Skvarc2019-10-301-2/+0
* Embrace anonymous unions.Ben Pfaff2018-05-251-7/+7
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-35/+60
* ovsdb-server: Forbid user-specified databases with reserved names.Ben Pfaff2017-12-221-5/+12
* ovsdb-error: New function ovsdb_error_to_json_free().Ben Pfaff2017-12-131-3/+1
* execution: Fix bug that leaks ovsdb_rowYifeng Sun2017-11-291-1/+2
* ovsdb: add support for role-based access controlsLance Richardson2017-06-081-3/+41
* ovsdb: Make OVSDB backup sever read onlyAndy Zhou2016-08-141-15/+27
* ovsdb: Use better error message for "timeout" without waiting.Ryan Moats2016-08-131-1/+2
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* ovsdb: optimize match_any_clause() condition evaluationLiran Schour2016-07-181-5/+5
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* ovsdb: Fix error leak for negative timeout and invalid until caseThomas Graf2014-08-281-0/+2
* Fix memory leaks in error paths.yinpeijun2014-08-271-0/+1
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-2/+2
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-2/+1
* ovsdb: Enforce immutability of immutable columns.Ben Pfaff2012-09-051-1/+17
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ovsdb: Correct specification inconsistency between "lock" and "assert".Ben Pfaff2011-08-081-1/+1
* ovsdb: Implement a "lock" feature in the database protocol.Ben Pfaff2011-07-261-1/+32
* ovsdb: Make ovsdb_column_set_from_json() take table schema instead of table.Ben Pfaff2011-06-061-3/+5
* ovsdb: Check ovsdb_mutation_set_execute() return value in transactions.Ben Pfaff2011-05-311-4/+5
* Add missing "static" keywords.Ben Pfaff2011-05-161-6/+6
* ovsdb-data: Rename 'used' to 'created' in struct ovsdb_symbol.Ben Pfaff2011-03-101-2/+2
* ovsdb: Improve error message for duplicate uuid-name.Ben Pfaff2011-03-101-11/+12
* ovsdb: Free "error" string in ovsdb_execute_insert().Justin Pettit2011-02-221-0/+1
* Avoid shadowing local variable names.Ben Pfaff2010-09-201-2/+0
* ovsdb: Fix bug in "wait" command implementation.Ben Pfaff2010-09-201-1/+0
* ovsdb: Fix error message when parsing an operation fails.Ben Pfaff2010-03-181-1/+1
* Merge "master" into "next".Ben Pfaff2010-02-111-6/+6
* ovsdb: Add support for multiple databases to the protocol.Ben Pfaff2010-02-091-4/+13
* ovsdb: Get rid of "declare" operation.Ben Pfaff2010-02-081-45/+8
* ovsdb: Add simple constraints.Ben Pfaff2010-02-081-1/+25
* ovsdb: Fix result object for "declare" operation.Ben Pfaff2010-02-081-2/+5
* ovsdb-server: Fix various memory leaks.Ben Pfaff2010-02-021-3/+6
* ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.Ben Pfaff2009-12-161-0/+17
* ovsdb: Add new "mutation" operation to transactions.Ben Pfaff2009-12-161-0/+61
* ovsdb: Implement new "declare" operation.Ben Pfaff2009-12-071-2/+46
* ovsdb: Allow a named-uuid to be used within the operation that creates it.Ben Pfaff2009-12-021-5/+8
* ovsdb: Add replication support and refactor files in terms of replication.Ben Pfaff2009-11-161-36/+2
* ovsdb: Rename ovsdb_file to ovsdb_log.Ben Pfaff2009-11-161-4/+4
* ovsdb: Improve error message for transaction that uses unknown operation.Ben Pfaff2009-11-061-2/+2
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+613