summaryrefslogtreecommitdiff
path: root/lib/stream.c
Commit message (Expand)AuthorAgeFilesLines
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Use the IANA-assigned ports for OpenFlow and OVSDB.Justin Pettit2015-03-121-6/+6
* stream: Eliminate pstream_set_dscp().Ben Pfaff2015-02-201-10/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* util: Make WSAStartup available outside stream.c.Gurucharan Shetty2014-06-241-29/+0
* stream: Introduce [p]windows_[p]stream_class.Gurucharan Shetty2014-04-221-0/+4
* stream: Call WSAStartup() before calling any winsock functions.Gurucharan Shetty2014-03-181-0/+31
* Windows implementation of stream-fd.Linda Sun2014-02-251-2/+2
* socket-util: Unix socket related calls for non-windows platform.Gurucharan Shetty2014-02-211-0/+4
* Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma2014-02-061-4/+4
* Remove stream, vconn, and rconn functions to get local/remote IPs/ports.Ben Pfaff2013-12-171-56/+0
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-1/+1
* stream: Log a warning when the default OpenFlow or OVSDB port is used.Justin Pettit2013-10-011-0/+13
* Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.Justin Pettit2013-10-011-33/+24
* Remove unused variables and functions.Jarno Rajahalme2013-09-271-3/+0
* ovsdb-server: Announce bound listening ports as status:bound_port.Ben Pfaff2013-04-181-1/+16
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-19/+18
* pstream: Add set_dscp method.Isaku Yamahata2012-09-261-0/+9
* ofp-msgs: New approach to encoding and decoding OpenFlow headers.Ben Pfaff2012-07-301-2/+2
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* stream: By default disable probing on unix sockets.Ethan Jackson2012-04-121-0/+19
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-8/+10
* Begin breaking openflow-1.0.h into common and version-specific definitions.Ben Pfaff2012-03-071-1/+1
* vswitchd: In-band rules for Controller are missing after executing force-relo...Ansis Atteka2011-12-191-1/+21
* stream: Make classes constSimon Horman2011-11-231-14/+14
* stream: Fix uninitialized values in stream_init().Ben Pfaff2011-11-021-0/+1
* stream: Make stream_report_content() tolerate negative size.Ben Pfaff2011-02-231-2/+2
* stream: Fix error message.Ben Pfaff2011-01-271-3/+3
* coverage: Make the coverage counters catalog program-specific.Ben Pfaff2010-11-301-0/+3
* Convert stream and vconn interfaces to use ovs_be16, ovs_be32.Ben Pfaff2010-11-291-8/+8
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* stream, vconn: Fix comments.Ben Pfaff2010-08-251-4/+4
* vlog: Make the vlog module catalog program-specific.Ben Pfaff2010-07-211-1/+1
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* vconn: Fix tracking of "connected" state.Ben Pfaff2010-06-241-6/+8
* Diagnose attempts to connect the wrong protocol to a network port.Ben Pfaff2010-05-111-0/+61
* Make fatal signals cause an exit more promptly in special cases.Ben Pfaff2010-04-131-0/+4
* vconn-stream: Factor out port defaults into public helper functions.Ben Pfaff2010-04-121-0/+69
* stream: Generalize stream_open_block().Ben Pfaff2010-04-121-4/+12
* stream: New functions stream_verify_name() and pstream_verify_name().Ben Pfaff2010-04-121-40/+118
* Merge "master" into "next".Ben Pfaff2010-02-111-1/+1
* stream: Really enable SSL streams.Ben Pfaff2010-01-071-0/+6
* Add SSL support to "stream" library and OVSDB.Ben Pfaff2010-01-061-1/+21
* stream: Add stream_run(), stream_run_wait() functions.Ben Pfaff2010-01-061-2/+27
* Check invariants earlier in vconn and stream code.Ben Pfaff2010-01-061-0/+1
* stream: New function pstream_accept_block().Ben Pfaff2009-11-121-0/+21
* stream: New library for bidirectional streams (e.g. TCP, SSL, Unix sockets).Ben Pfaff2009-11-041-0/+490