Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / tests / test-ovsdb.c
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-04 Gurucharan ShettyAvoid static declarations of arrays with unknown size.
2014-04-03 Ben PfaffRevert "ovsdb-data: New functions for predicting serial...
2013-11-26 Giuseppe LettieriMerge branch 'mainstream'
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-05-03 Ben PfaffMake most "struct option" instances "const".
2013-04-04 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2013-04-03 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-04-01 Ben Pfaffovsdb-data: New functions for predicting serialized...
2013-03-15 Ben Pfaffovs-vsctl: Try connecting only once for active connecti...
2012-12-16 Giuseppe LettieriMerge branch 'hotfix' into make-improv
2012-10-29 Giuseppe LettieriMerge branch 'mainstream'
2012-09-25 Ben Pfaffovsdb-server: Add support for multiple databases.
2012-09-05 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-05 Giuseppe LettieriMerge branch 'forward-port'
2012-08-30 Giuseppe LettieriMerge branch 'master' into forward-port
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-12 Ben Pfaffovsdb-idl: Improve ovsdb_idl_txn_increment() interface.
2012-04-12 Ben Pfaffovsdb-idl: Simplify transaction retry.
2012-03-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2012-02-21 Ethan Jacksonjsonrpc: Don't swallow errors in jsonrpc_transact_block().
2011-09-23 Ben Pfafftests: Fix typos in C versions of test-ovsdb error...
2011-07-26 Ben Pfaffovsdb: Implement a "lock" feature in the database protocol.
2011-07-26 Ben Pfaffovsdb: Refactor jsonrpc-server to make the concept...
2011-06-21 Ben Pfaffovsdb-idl: Plug hole in state machine.
2011-06-06 Ben Pfaffovsdb: Move ovsdb_table_put_row() into test program.
2011-06-06 Ben Pfaffovsdb: Make ovsdb_column_set_from_json() take table...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffConsistently write null pointer constants as NULL inste...
2011-03-10 Ben Pfaffovsdb: Implement garbage collection.
2011-02-23 Ben Pfafftest-ovsdb: Check uuid_from_string() return value.
2011-02-23 Justin Pettittest-ovsdb: Don't leak return value from ovsdb_txn_comm...
2010-11-16 Ben Pfaffovsdb-idl: Make selecting tables and columns to replica...
2010-10-22 Ben Pfaffovsdb-idl: Test prerequisite checking.
2010-10-01 Ben PfaffSwitch many macros from using CONTAINER_OF to using...
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-08-25 Ben Pfaffovsdb: Remove unused ovsdb_datum_from_json_unique().
2010-07-21 Ben Pfaffvlog: Remove explicit calls to vlog_init().
2010-07-21 Ben Pfafftimeval: Make time_init() static and remove calls to it.
2010-07-12 Ben Pfaffovsdb: New functions ovsdb_datum_sort_unique(), ovsdb_d...
2010-07-12 Ben Pfaffovsdb: New functions ovsdb_atom_default(), ovsdb_datum_...
2010-06-23 Ben Pfaffovsdb-idl: Simplify usage of ovsdb_idl_run().
2010-06-17 Ben Pfaffovs-vsctl: Support references among records at creation...
2010-05-17 Wei Yongjuntests: fix compile warning of tests/test-ovsdb.c
2010-04-12 Ben Pfaffovsdb: Use port 6632 as a default port for database...
2010-04-12 Ben Pfaffstream: Generalize stream_open_block().
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-03 Ben Pfaffovsdb-idl: New function ovsdb_idl_txn_commit_block().
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-15 Ben Pfaffovsdb: Allow ovsdb_log_open()'s caller to choose whethe...
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-08 Ben Pfaffovsdb: Add support for referential integrity in the...
2010-02-08 Ben Pfaffovsdb: Add simple constraints.
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Ben Pfafftests: Fix memory leaks in test programs.
2010-01-29 Ben Pfaffovs-vsctl: Add tests for database commands.
2009-12-17 Ben PfaffMake ovs-vswitchd report when it is done configuring...
2009-12-16 Ben Pfaffovsdb: Add new "mutation" operation to transactions.
2009-12-12 Ben Pfaffovsdb: Fix segfault when a column set contains an inval...
2009-12-09 Ben Pfaffovs-vsctl: Fix performance problem.
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-08 Ben Pfaffovsdb: Implement new "declare" operation.
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.
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-05 Ben PfaffInitial implementation of OVSDB.