aboutsummaryrefslogtreecommitdiff
path: root/lib/stream.h
AgeCommit message (Expand)Author
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