]> git.proxmox.com Git - mirror_ovs.git/history - ovsdb/execution.c
raft: Send all missing logs in one single append_request.
[mirror_ovs.git] / ovsdb / execution.c
2020-01-17 Ben Pfaffovsdb-server: Allow OVSDB clients to specify the UUID...
2019-10-30 Damijan Skvarcovsdb-execute: Remove unused variable from ovsdb_execut...
2018-05-25 Ben PfaffEmbrace anonymous unions.
2018-03-31 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-03-24 Ben Pfaffovsdb: Introduce experimental support for clustered...
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-22 Ben Pfaffovsdb-server: Forbid user-specified databases with...
2017-12-13 Ben Pfaffovsdb-error: New function ovsdb_error_to_json_free().
2017-11-29 Yifeng Sunexecution: Fix bug that leaks ovsdb_row
2017-06-08 Lance Richardsonovsdb: add support for role-based access controls
2016-08-15 Andy Zhouovsdb: Make OVSDB backup sever read only
2016-08-14 Ryan Moatsovsdb: Use better error message for "timeout" without...
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-19 Liran Schourovsdb: optimize match_any_clause() condition evaluation
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-08-28 Thomas Grafovsdb: Fix error leak for negative timeout and invalid...
2014-08-27 yinpeijunFix memory leaks in error paths.
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-09-05 Ben Pfaffovsdb: Enforce immutability of immutable columns.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2011-08-08 Ben Pfaffovsdb: Correct specification inconsistency between...
2011-07-26 Ben Pfaffovsdb: Implement a "lock" feature in the database protocol.
2011-06-06 Ben Pfaffovsdb: Make ovsdb_column_set_from_json() take table...
2011-05-31 Ben Pfaffovsdb: Check ovsdb_mutation_set_execute() return value...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffAdd missing "static" keywords.
2011-03-10 Ben Pfaffovsdb-data: Rename 'used' to 'created' in struct ovsdb_...
2011-03-10 Ben Pfaffovsdb: Improve error message for duplicate uuid-name.
2011-02-22 Justin Pettitovsdb: Free "error" string in ovsdb_execute_insert().
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-09-20 Ben Pfaffovsdb: Fix bug in "wait" command implementation.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-18 Ben Pfaffovsdb: Fix error message when parsing an operation...
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-09 Ben Pfaffovsdb: Add support for multiple databases to the protocol.
2010-02-09 Ben Pfaffovsdb: Get rid of "declare" operation.
2010-02-08 Ben Pfaffovsdb: Add simple constraints.
2010-02-08 Ben Pfaffovsdb: Fix result object for "declare" operation.
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Ben Pfaffovsdb-server: Fix various memory leaks.
2009-12-16 Ben Pfaffovsdb: Add "comment" feature to transactions and make...
2009-12-16 Ben Pfaffovsdb: Add new "mutation" operation to transactions.
2009-12-08 Ben Pfaffovsdb: Implement new "declare" operation.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-12-02 Ben Pfaffovsdb: Allow a named-uuid to be used within the operati...
2009-11-16 Ben Pfaffovsdb: Add replication support and refactor files in...
2009-11-16 Ben Pfaffovsdb: Rename ovsdb_file to ovsdb_log.
2009-11-06 Ben Pfaffovsdb: Improve error message for transaction that uses...
2009-11-05 Ben PfaffInitial implementation of OVSDB.