aboutsummaryrefslogtreecommitdiff
path: root/lib/stream.h
AgeCommit message (Expand)Author
2013-10-01Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.Justin Pettit
2013-04-18ovsdb-server: Announce bound listening ports as status:bound_port.Ben Pfaff
2012-09-26pstream: Add set_dscp method.Isaku Yamahata
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-12stream: By default disable probing on unix sockets.Ethan Jackson
2012-03-23Allow configuring DSCP on controller and manager connections.Mehak Mahajan
2011-12-19vswitchd: In-band rules for Controller are missing after executing force-relo...Ansis Atteka
2011-02-23stream: Make stream_report_content() tolerate negative size.Ben Pfaff
2010-11-29Convert stream and vconn interfaces to use ovs_be16, ovs_be32.Ben Pfaff
2010-07-21vlog: Make the vlog module catalog program-specific.Ben Pfaff
2010-05-11Diagnose attempts to connect the wrong protocol to a network port.Ben Pfaff
2010-04-20stream: Fix typo in comment.Ben Pfaff
2010-04-12vconn-stream: Factor out port defaults into public helper functions.Ben Pfaff
2010-04-12stream: Generalize stream_open_block().Ben Pfaff
2010-04-12stream: New functions stream_verify_name() and pstream_verify_name().Ben Pfaff
2010-01-06stream: Remove spurious #includes from header file.Ben Pfaff
2010-01-06Add SSL support to "stream" library and OVSDB.Ben Pfaff
2010-01-06stream: Add stream_run(), stream_run_wait() functions.Ben Pfaff
2009-11-12stream: New function pstream_accept_block().Ben Pfaff
2009-11-04stream: New library for bidirectional streams (e.g. TCP, SSL, Unix sockets).Ben Pfaff