stream, vconn: Fix comments.
[sliver-openvswitch.git] / lib / stream.c
2010-08-25 Ben Pfaffstream, vconn: Fix comments.
2010-07-21 Ben Pfaffvlog: Make the vlog module catalog program-specific.
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-06-24 Ben Pfaffvconn: Fix tracking of "connected" state.
2010-05-11 Ben PfaffDiagnose attempts to connect the wrong protocol to...
2010-04-13 Ben PfaffMake fatal signals cause an exit more promptly in speci...
2010-04-12 Ben Pfaffvconn-stream: Factor out port defaults into public...
2010-04-12 Ben Pfaffstream: Generalize stream_open_block().
2010-04-12 Ben Pfaffstream: New functions stream_verify_name() and pstream_...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'master' into next
2010-01-07 Ben Pfaffstream: Really enable SSL streams.
2010-01-06 Ben PfaffAdd SSL support to "stream" library and OVSDB.
2010-01-06 Ben Pfaffstream: Add stream_run(), stream_run_wait() functions.
2010-01-06 Ben PfaffCheck invariants earlier in vconn and stream code.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-12 Ben Pfaffstream: New function pstream_accept_block().
2009-11-04 Ben Pfaffstream: New library for bidirectional streams (e.g...