aboutsummaryrefslogtreecommitdiff
path: root/lib/stream.c
AgeCommit message (Expand)Author
2011-11-23stream: Make classes constSimon Horman
2011-11-02stream: Fix uninitialized values in stream_init().Ben Pfaff
2011-02-23stream: Make stream_report_content() tolerate negative size.Ben Pfaff
2011-01-27stream: Fix error message.Ben Pfaff
2010-11-30coverage: Make the coverage counters catalog program-specific.Ben Pfaff
2010-11-29Convert stream and vconn interfaces to use ovs_be16, ovs_be32.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-08-25stream, vconn: Fix comments.Ben Pfaff
2010-07-21vlog: Make the vlog module catalog program-specific.Ben Pfaff
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-04-13Make fatal signals cause an exit more promptly in special cases.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-02-11Merge "master" into "next".Ben Pfaff
2010-01-07stream: Really enable SSL streams.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
2010-01-06Check invariants earlier in vconn and stream code.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