netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / tests / test-vconn.c
2015-03-17 Ben PfaffMerge "master" into "ovn".
2015-03-17 Russell Bryantcommand-line: add ovs_cmdl_context
2015-03-16 Russell Bryantcommand-line: add ovs_cmdl_ prefix
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelarofpbuf: Simplify ofpbuf API.
2015-01-08 Gurucharan Shettyvlog: Rename the currently used term 'facility' as...
2014-12-15 Thomas Graflib: Move vconn.h to <openvswitch/vconn.h>
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-10-30 Jarno Rajahalmeovs_assert, tests: Support NDEBUG.
2014-10-29 Alex Wangcommand-line: Add function to print command usage.
2014-07-22 Ben PfaffUse xstrdup() instead of strdup(), xmalloc() instead...
2014-07-01 Gurucharan Shettytest-vconn: Change the expected error for Windows.
2014-05-01 Ben PfaffMerge pull request #1 from spil-jasper/master
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.