summaryrefslogtreecommitdiff
path: root/tests/test-vconn.c
Commit message (Expand)AuthorAgeFilesLines
* vconn: Allow ECONNREFUSED in refuse connection test.Mike Pattrick2022-10-061-0/+1
* OpenFlow: Enable OpenFlow 1.5 by default.Ben Pfaff2019-06-201-7/+7
* vconn: Allow timeout configuration for blocking connection.Ilya Maximets2019-01-101-6/+8
* windows: Fix return value in case of named pipe send failureAlin Gabriel Serdean2018-05-081-4/+0
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+0
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* OpenFlow: Enable OpenFlow 1.4 by default.Ben Pfaff2017-05-011-7/+7
* Add read-only option to ovs-dpctl and ovs-ofctl commands.Ryan Moats2016-08-151-9/+9
* Move lib/ofp-msgs.h to include/openvswitch directoryBen Warren2016-04-141-4/+4
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* command-line: add ovs_cmdl_contextRussell Bryant2015-03-171-17/+22
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-2/+2
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-5/+5
* vlog: Rename the currently used term 'facility' as 'destination'.Gurucharan Shetty2015-01-081-1/+1
* lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf2014-12-151-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* ovs_assert, tests: Support NDEBUG.Jarno Rajahalme2014-10-301-4/+3
* command-line: Add function to print command usage.Alex Wang2014-10-281-9/+9
* Use xstrdup() instead of strdup(), xmalloc() instead of malloc().Ben Pfaff2014-07-221-1/+1
* test-vconn: Change the expected error for Windows.Gurucharan Shetty2014-07-011-2/+14
* Enable OpenFlow 1.0, 1.1, 1.2, and 1.3 by default.Ben Pfaff2014-04-301-6/+6
* unit-test: Link 29 test programs into ovstestAndy Zhou2014-04-031-5/+6
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-5/+5
* fatal-signal: SIGPIPE for Windows.Gurucharan Shetty2014-02-261-1/+2
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-6/+6
* vconn: Fix parameters for vconn_open(), vconn_open_block(), pvconn_open().Ben Pfaff2013-01-041-5/+5
* vconn: Replace minimum version with bitmap of allowed versions.Simon Horman2012-11-041-8/+4
* lib: Accomodate FreeBSD return value for ssl connection.Ed Maste2012-10-231-1/+8
* vconn: Ensure that vconn_run() is enough to complete a connection.Ben Pfaff2012-08-071-6/+12
* test-vconn: Also accept EPIPE for TCP connection failures.Ben Pfaff2012-07-311-7/+18
* test-vconn: Block in three cases where a race is visible on FreeBSD.Ben Pfaff2012-07-311-3/+3
* ofp-msgs: New approach to encoding and decoding OpenFlow headers.Ben Pfaff2012-07-301-31/+37
* Avoid implementation-defined strerror behaviourEd Maste2012-07-271-1/+2
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-6/+11
* Begin breaking openflow-1.0.h into common and version-specific definitions.Ben Pfaff2012-03-071-10/+10
* vconn: Remove unnecessary forward declarations and #includes from header.Ben Pfaff2011-10-041-0/+1
* Fix incorrect byte order annotations.Ben Pfaff2011-05-161-3/+3
* vlog: Make the vlog module catalog program-specific.Ben Pfaff2010-07-211-2/+2
* vlog: Remove explicit calls to vlog_init().Ben Pfaff2010-07-211-1/+0
* timeval: Make time_init() static and remove calls to it.Ben Pfaff2010-07-211-1/+0
* vconn: Fix tracking of "connected" state.Ben Pfaff2010-06-241-1/+3
* tests: Remove incorrect OVS_UNUSED from declaration.Ben Pfaff2010-05-261-1/+1
* Merge "master" into "next".Ben Pfaff2010-02-111-9/+9
|\
| * Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff2010-02-111-2/+2
* | tests: Remove write-only variables.Ben Pfaff2010-02-111-2/+2
* | tests: Make test-vconn build and pass tests without OpenSSL.Ben Pfaff2010-01-081-0/+2
* | tests: Improve vconn tests.Ben Pfaff2010-01-081-42/+48
* | vconn: Test SSL vconns too.Ben Pfaff2010-01-071-107/+120