Catalli's threaded switch
[sliver-openvswitch.git] / tests /
2010-01-26 Ben Pfaffovsdb: Require column type "min" value be 0 or 1.
2010-01-26 Ben Pfaffjson: Export function to parse an individual JSON string.
2010-01-26 Ben PfaffCleanly separate IDL annotations from OVSDB schema...
2010-01-26 Ben Pfafftests: Prefer $(VAR) over @VAR@ in Makefiles.
2010-01-25 Ben PfaffMerge "sflow" into "master".
2010-01-25 Ben PfaffAdd build checks for portable OpenFlow structure paddin...
2010-01-15 Ben Pfaffdaemon: Add support for process monitoring and restart.
2010-01-15 Ben Pfafftests: New macro OVS_WAIT_WHILE.
2010-01-15 Ben Pfafftests: Factor OVSDB_INIT out of OVS_VSCTL_SETUP for...
2010-01-15 Ben Pfafffatal-signal: After fork, clear hooks instead of disabl...
2010-01-15 Ben Pfafftests: Improve error reporting for timeval test failures.
2010-01-12 Ben Pfaffreconnect: Fix repeated RECONNECT_CONNECT that was...
2010-01-11 Ben Pfaffovsdb: Add tests for OVSDB protocol over SSL.
2010-01-08 Ben Pfafftests: Make test-vconn build and pass tests without...
2010-01-08 Ben Pfafftests: Improve vconn tests.
2010-01-08 Ben PfaffDistribute some forgotten files that are needed by...
2010-01-07 Ben Pfaffvconn: Test SSL vconns too.
2010-01-07 Ben Pfaffstream: Really enable SSL streams.
2010-01-07 Ben PfaffRemove "fault" module.
2010-01-06 Ben PfaffAdd SSL support to "stream" library and OVSDB.
2010-01-06 Ben Pfaffvconn: Convert vconn code to modern OVS structure.
2010-01-06 Ben PfaffAdd runtime test that strtok_r() bug fix works.
2010-01-06 Jesse Grossfatal-signal: Run signal hooks outside of actual signal...
2010-01-04 Ben Pfaffovsdb-server: Make database connections configurable...
2010-01-04 Ben Pfaffreconnect: Add connection attempt limiting feature.
2009-12-17 Ben Pfafftestsuite: Look for .ovsschema files in source dir...
2009-12-17 Ben Pfafftest-json: Avoid use of /dev/stdin to fix builds in...
2009-12-17 Ben PfaffMake ovs-vswitchd report when it is done configuring...
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-16 Ben Pfaffjson: Accurately parse very large real numbers.
2009-12-15 Justin PettitClean-up compiler warnings about ignoring return values
2009-12-12 Ben Pfaffovsdb: Fix segfault when a column set contains an inval...
2009-12-11 Ben Pfaffovsdb: Cleanly abort delete operations.
2009-12-10 Ben Pfaffovs-vsctl: Add --if-exists options to del-br, del-port...
2009-12-10 Justin PettitUpdate .gitignore files
2009-12-10 Ben Pfaffovs-vsctl: New commands for working with external IDs.
2009-12-09 Ben Pfaffovs-vsctl: Fix performance problem.
2009-12-09 Ben Pfaffovs-vsctl: Fix bugs.
2009-12-09 Ben Pfaffvsctl: Start making it work with ovsdb.
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-08 Ben Pfaffovsdb-idlc: Add rules to make sure .h files get generat...
2009-12-04 Ben PfaffDistribute ovsdb-idlc built sources, so Python is not...
2009-12-04 Ben Pfaffjson: Improve error reporting.
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-03 Ben Pfaffovsdb-idl: Make IDL-generated files depend on ovsdb...
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-12-02 Ben Pfaffovsdb: Implement C bindings for IDL.
2009-12-02 Ben Pfaffjsonrpc: Make it easy to get a new JSON-RPC request...
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-18 Ben Pfaffovsdb: Make ovsdb-server tests pass even when @RUNDIR...
2009-11-18 Ben Pfaffovsdb: Add more tests for "monitor" feature.
2009-11-18 Ben Pfaffovsdb: Monitor support.
2009-11-16 Ben Pfaffovsdb: Add tests for file storage and for ovsdb-server.
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-12 Ben PfaffNew "reconnect" library for managing network connection...
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-11-05 Ben PfaffInitial implementation of OVSDB.
2009-11-04 Ben PfaffImplement JSON-RPC protocol.
2009-11-04 Ben PfaffNew dir_name() function plus tests.
2009-11-04 Ben PfaffImplement RFC 4122-compliant UUIDs.
2009-11-04 Ben PfaffImplement JSON parsing and serialization.
2009-11-04 Ben PfaffAdd new function xzalloc(n) as a shorthand for xcalloc...
2009-10-29 Ben PfaffImplement library for lockfiles and use it in cfg code.
2009-10-23 Ben PfaffAdd test to ensure that time advances both normally...
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-16 Ben Pfaffovs-vsctl: Add tests that adding duplicate bridges...
2009-10-16 Ben Pfaffovs-vsctl: Add the ability to perform multiple operatio...
2009-10-16 Ben Pfaffovs-vsctl: Refactor internals to increase flexibility.
2009-10-16 Ben Pfaffovs-vsctl: Allow bridge name to be omitted from del...
2009-10-06 Justin PettitMerge commit 'origin/citrix'
2009-10-05 Ben PfaffMerge "citrix" branch into "master.
2009-09-22 Ben PfaffMerge citrix branch into master.
2009-09-15 Ben Pfaffovs-vsctl: Add test suite, documentation for br-to...
2009-09-14 Ben PfaffNew utility ovs-vsctl.
2009-09-12 Justin PettitMerge commit 'origin/citrix'
2009-09-05 Justin PettitMerge commit 'origin/citrix'
2009-09-02 Ben PfaffMerge citrix branch into master.
2009-08-25 Justin Pettittests: Cleanup getsockname argument warning
2009-08-25 Justin Pettittests: Cleanup islower() warning.
2009-08-25 Justin Pettittests: Rename NTOHL/NTOHS macros
2009-08-25 Justin PettitMerge commit 'origin/citrix'
2009-08-19 Ben PfaffMerge citrix into master.
2009-08-19 Ben PfaffMerge citrix into master.
2009-07-29 Ben PfaffAdd support for code coverage analysis with gcov and...
2009-07-29 Ben PfaffUse Autotest for the Open vSwitch test suite.
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-16 Ben PfaffMerge citrix branch into master.
2009-07-08 Ben PfaffRename "secchan" to "ofproto" (library) and "ovs-openfl...
2009-07-01 Justin PettitMerge commit 'origin/citrix'
2009-06-15 Ben PfaffUpdate license on file not in citrix branch to Apache...
2009-06-15 Ben PfaffMerge changes from citrix branch into master.
2009-06-15 Ben PfaffReplace SHA-1 library with one that is clearly licensed.
2009-06-15 Ben PfaffUpdate primary code license to Apache 2.0.
2009-06-13 Ben Pfaffvconn: Add unit test for tcp and unix vconns.
next