summaryrefslogtreecommitdiff
path: root/lib/stream.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: raft: Fix inability to read the database with DNS host names.Ilya Maximets2022-03-301-1/+1
* stream: Add record/replay functionality.Ilya Maximets2021-06-071-8/+33
* stream: Allow timeout configuration for open_block.Ilya Maximets2019-01-101-7/+19
* ovn-nbctl: Fix the ovn-nbctl test "LBs - daemon" which fails during rpm buildNuman Siddique2018-11-051-1/+1
* DNS: Add basic support for asynchronous DNS resolvingYifeng Sun2018-07-061-4/+4
* socket-util: Make inet_parse_active() and inet_parse_passive() more alike.Ben Pfaff2018-04-161-2/+1
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+1
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* stream: Make [p]stream_init() take ownership of 'name' parameter.Ben Pfaff2017-07-171-5/+6
* stream: include ssl protocol/cipher options in run-time helpLance Richardson2017-06-071-0/+3
* stream: store stream peer id with stream stateLance Richardson2017-05-041-0/+15
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-141-4/+4
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* 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