aboutsummaryrefslogtreecommitdiff
path: root/lib/vconn-stream.c
AgeCommit message (Expand)Author
2011-07-08vconn-stream: Always call the stream's run function from vconn_stream_run().Ben Pfaff
2011-02-15vconn-stream: Make definitions of tcp_vconn_class, etc., easier to find.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-08-20vconn-stream: printf() specifier for int is %d (not %zu)Bryan Phillippe
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-06-24vconn: Fix tracking of "connected" state.Ben Pfaff
2010-05-11Diagnose attempts to connect the wrong protocol to a network port.Ben Pfaff
2010-05-11vconn-stream: Refactor vconn_stream_recv() for readability.Ben Pfaff
2010-04-12vconn-stream: Factor out port defaults into public helper functions.Ben Pfaff
2010-03-15vconn-stream: Copy stream's IP and port info into vconn at creation time.Tetsuo NAKAGAWA
2010-03-15vconn-stream: Fix listening on ptcp: and pssl: without specifying a port.Ben Pfaff
2010-02-11Merge "master" into "next".Ben Pfaff
2010-02-11Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff
2010-01-06vconn: Reimplement in terms of the "stream" abstraction.Ben Pfaff
2010-01-06vconn: Convert vconn code to modern OVS structure.Ben Pfaff
2009-09-21vconn-unix: Unlink Unix sockets for vconns at close and free memory.Ben Pfaff
2009-09-21vconn: Remove unused "reconnectable" member from vconn.Ben Pfaff
2009-07-16Merge citrix branch into master.Ben Pfaff
2009-07-13vconn: Fix detection of vconn local IP address, to fix in-band control.Ben Pfaff
2009-07-08Have rconn and vconn export information about IPs and portsJustin Pettit
2009-06-15Merge changes from citrix branch into master.Ben Pfaff
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-06-12vconn: Factor out common code from TCP and SSL vconns.Ben Pfaff
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff