ovsdb-idl.at: Run tests with both Python 2 and 3.
[cascardo/ovs.git] / tests / ovsdb-idl.at
2016-02-22 Russell Bryantovsdb-idl.at: Run tests with both Python 2 and 3.
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-12 Shad Ansariovsdb-idl: Add support for column tracking in IDL.
2015-12-11 Andy Zhoulib: add monitor2 support in ovsdb-idl.
2015-11-26 Ben Pfafftests: Make parse_listening_port entirely reliable.
2015-11-23 Shad Ansariovsdb-idl: Add support for change tracking.
2015-11-23 Shad Ansariovsdb-idl: Support for readonly columns that are fetche...
2015-10-13 Shad Ansariovsdb-idl: Test script for Python register_columns...
2015-09-09 Ben Pfafftests: Automatically initialize OVS_*DIR vars when...
2015-07-13 Ben Pfafftests: Skip IPv6 tests if the system does not support...
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-27 Terry WilsonAllow subclasses of Idl to define a notification hook
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-01 Ben Pfaffovsdb-idl: Tolerate missing tables and columns.
2014-05-28 Gurucharan Shettysocket-util: Log the kernel assigned port number when...
2014-05-15 Gurucharan Shettytests: Change to parse dynamically allocated ports...
2014-02-08 Joe Stringertests: Don't rely on strace for IPv6 IDL testcases.
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2013-04-22 YAMAMOTO Takashiinvoke perl as ${PERL}
2013-04-18 Ben Pfafftests: Avoid race conditions, by letting the kernel...
2013-02-11 Pavithra Rameshstream-unix: Use rundir as root for relative paths.
2012-10-15 Isaku Yamahatapython/ovs/stream: teach stream.py tcp socket
2012-09-27 Isaku Yamahatapython/ovs/db/idl: getattr(Row) raises TypeError, not...
2012-09-13 Isaku Yamahatapython/ovs/db/idl.py: Transaction._substitute doesn...
2012-08-17 Ben Pfafftests: Invoke daemons with --no-chdir so core files...
2012-04-12 Ben Pfaffovsdb-idl: Improve ovsdb_idl_txn_increment() interface.
2012-03-13 Ben PfaffUse `pwd` in place of $PWD, treewide.
2011-10-31 Ben Pfaffovsdb-idl: Prevent occasional hang when multiple databa...
2011-09-23 Ben Pfaffpython: Implement write support in Python IDL for OVSDB.
2011-06-21 Ben Pfaffovsdb-idl: Plug hole in state machine.
2011-05-23 Ben PfaffAvoid sparse error or warning for sizeof(_Bool).
2010-10-22 Ben Pfaffovsdb-idl: Test prerequisite checking.
2010-06-23 Ben Pfafftests: Fix occasional failure of "self-linking idl...
2010-06-22 Ben Pfaffovsdb-server: Improve logging for referential integrity...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
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 support for referential integrity in the...
2010-02-08 Ben Pfaffovsdb: Fix result object for "declare" operation.
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Ben Pfafftests: Always make ovsdb-server exit cleanly, to better...
2010-02-02 Ben PfaffRework and simplify the "lcov" support for the testsuite.
2010-01-26 Ben PfaffCleanly separate IDL annotations from OVSDB schema...
2010-01-04 Ben Pfaffovsdb-server: Make database connections configurable...
2009-12-17 Ben Pfafftestsuite: Look for .ovsschema files in source dir...
2009-12-17 Ben PfaffMake ovs-vswitchd report when it is done configuring...
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: Fix race conditions in test suite.
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.