Enable OpenFlow 1.0, 1.1, 1.2, and 1.3 by default.
[sliver-openvswitch.git] / tests / test-vconn.c
2014-04-30 Ben PfaffEnable OpenFlow 1.0, 1.1, 1.2, and 1.3 by default.
2014-04-03 Andy Zhouunit-test: Link 29 test programs into ovstest
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-02-26 Gurucharan Shettyfatal-signal: SIGPIPE for Windows.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-01-04 Ben Pfaffvconn: Fix parameters for vconn_open(), vconn_open_bloc...
2012-11-05 Simon Hormanvconn: Replace minimum version with bitmap of allowed...
2012-10-23 Ed Mastelib: Accomodate FreeBSD return value for ssl connection.
2012-08-07 Ben Pfaffvconn: Ensure that vconn_run() is enough to complete...
2012-08-01 Ben Pfafftest-vconn: Also accept EPIPE for TCP connection failures.
2012-08-01 Ben Pfafftest-vconn: Block in three cases where a race is visibl...
2012-07-31 Ben Pfaffofp-msgs: New approach to encoding and decoding OpenFlo...
2012-07-27 Ed MasteAvoid implementation-defined strerror behaviour
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-03-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2012-03-07 Ben PfaffBegin breaking openflow-1.0.h into common and version...
2011-10-04 Ben Pfaffvconn: Remove unnecessary forward declarations and...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffFix incorrect byte order annotations.
2010-07-21 Ben Pfaffvlog: Make the vlog module catalog program-specific.
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-06-24 Ben Pfaffvconn: Fix tracking of "connected" state.
2010-05-26 Ben Pfafftests: Remove incorrect OVS_UNUSED from declaration.
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-11 Ben PfaffRename UNUSED macro to OVS_UNUSED to avoid naming conflict.
2010-02-11 Ben Pfafftests: Remove write-only variables.
2010-02-06 Justin PettitMerge branch 'master' into next
2010-01-08 Ben Pfafftests: Make test-vconn build and pass tests without...
2010-01-08 Ben Pfafftests: Improve vconn tests.
2010-01-07 Ben Pfaffvconn: Test SSL vconns too.
2010-01-06 Ben Pfaffvconn: Convert vconn code to modern OVS structure.
2009-12-15 Justin PettitClean-up compiler warnings about ignoring return values
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-10-23 Ben PfaffMerge "citrix" into "master".
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-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 PettitMerge commit 'origin/citrix'
2009-08-19 Ben PfaffMerge citrix into master.
2009-08-19 Ben PfaffMerge citrix into master.
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-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-13 Ben Pfaffvconn: Add unit test for tcp and unix vconns.