summaryrefslogtreecommitdiff
path: root/lib/vconn-stream.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* vlog: Make the most common module reference more direct.Ben Pfaff2016-02-101-2/+2
* Use the IANA-assigned ports for OpenFlow and OVSDB.Justin Pettit2015-03-121-3/+2
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-11/+11
* 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
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-11/+11
* Remove stream, vconn, and rconn functions to get local/remote IPs/ports.Ben Pfaff2013-12-171-4/+0
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-1/+1
* ofproto: Define official OpenFlow port number.Justin Pettit2013-10-011-2/+2
* Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.Justin Pettit2013-10-011-4/+3
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-3/+3
* leak-checker: Remove because it cannot be made thread-safe.Ben Pfaff2013-06-171-2/+0
* vconn: Mark class structures as const.Ben Pfaff2013-05-031-10/+10
* Remove useless use of <assert.h>.Ben Pfaff2013-01-161-2/+1
* vconn: Replace minimum version with bitmap of allowed versions.Simon Horman2012-11-041-9/+11
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-4/+4
* vconn-stream: Always call the stream's run function from vconn_stream_run().Ben Pfaff2011-07-081-0/+2
* vconn-stream: Make definitions of tcp_vconn_class, etc., easier to find.Ben Pfaff2011-02-151-17/+17
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* vconn-stream: printf() specifier for int is %d (not %zu)Bryan Phillippe2010-08-201-2/+1
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* vconn: Fix tracking of "connected" state.Ben Pfaff2010-06-241-5/+8
* Diagnose attempts to connect the wrong protocol to a network port.Ben Pfaff2010-05-111-0/+9
* vconn-stream: Refactor vconn_stream_recv() for readability.Ben Pfaff2010-05-111-41/+45
* vconn-stream: Factor out port defaults into public helper functions.Ben Pfaff2010-04-121-41/+7
* vconn-stream: Copy stream's IP and port info into vconn at creation time.Tetsuo NAKAGAWA2010-03-151-0/+4
* vconn-stream: Fix listening on ptcp: and pssl: without specifying a port.Ben Pfaff2010-03-151-2/+2
* Merge "master" into "next".Ben Pfaff2010-02-111-2/+2
|\
| * Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff2010-02-111-2/+2
* | vconn: Reimplement in terms of the "stream" abstraction.Ben Pfaff2010-01-061-152/+186
* | vconn: Convert vconn code to modern OVS structure.Ben Pfaff2010-01-061-28/+41
|/
* vconn-unix: Unlink Unix sockets for vconns at close and free memory.Ben Pfaff2009-09-211-4/+45
* vconn: Remove unused "reconnectable" member from vconn.Ben Pfaff2009-09-211-3/+2
* Merge citrix branch into master.Ben Pfaff2009-07-161-3/+3
|\
| * vconn: Fix detection of vconn local IP address, to fix in-band control.Ben Pfaff2009-07-131-16/+4
| * Have rconn and vconn export information about IPs and portsJustin Pettit2009-07-081-4/+16
* | Merge changes from citrix branch into master.Ben Pfaff2009-06-151-10/+10
|\ \ | |/
| * Update primary code license to Apache 2.0.Ben Pfaff2009-06-151-10/+10
* | vconn: Factor out common code from TCP and SSL vconns.Ben Pfaff2009-06-121-17/+1
|/
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+346