summaryrefslogtreecommitdiff
path: root/tests/test-vconn.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | vconn: Convert vconn code to modern OVS structure.Ben Pfaff2010-01-061-0/+8
* | Clean-up compiler warnings about ignoring return valuesJustin Pettit2009-12-151-1/+1
|/
* tests: Cleanup getsockname argument warningJustin Pettit2009-08-251-1/+1
* Update license on file not in citrix branch to Apache 2.0.Ben Pfaff2009-06-151-10/+10
* vconn: Add unit test for tcp and unix vconns.Ben Pfaff2009-06-121-0/+384