summaryrefslogtreecommitdiff
path: root/lib/stream-provider.h
Commit message (Expand)AuthorAgeFilesLines
* stream: Add record/replay functionality.Ilya Maximets2021-06-071-0/+5
* stream: Make [p]stream_init() take ownership of 'name' parameter.Ben Pfaff2017-07-171-2/+2
* stream: store stream peer id with stream stateLance Richardson2017-05-041-0/+1
* stream: Eliminate pstream_set_dscp().Ben Pfaff2015-02-201-4/+1
* stream: Introduce [p]windows_[p]stream_class.Gurucharan Shetty2014-04-221-0/+5
* Remove stream, vconn, and rconn functions to get local/remote IPs/ports.Ben Pfaff2013-12-171-8/+0
* ovsdb-server: Announce bound listening ports as status:bound_port.Ben Pfaff2013-04-181-1/+3
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-4/+3
* pstream: Add set_dscp method.Isaku Yamahata2012-09-261-0/+3
* stream-provider: remove stale declaration of stream_set_dscp()Isaku Yamahata2012-09-261-1/+0
* Fix "*tivty" typos.Justin Pettit2012-07-251-2/+2
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* socket-util: Remove DSCP_INVALID.Ethan Jackson2012-04-171-6/+2
* stream: By default disable probing on unix sockets.Ethan Jackson2012-04-121-0/+10
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-2/+13
* stream: Make classes constSimon Horman2011-11-231-11/+11
* Convert stream and vconn interfaces to use ovs_be16, ovs_be32.Ben Pfaff2010-11-291-9/+9
* Add SSL support to "stream" library and OVSDB.Ben Pfaff2010-01-061-0/+4
* stream: Add stream_run(), stream_run_wait() functions.Ben Pfaff2010-01-061-0/+12
* stream: New library for bidirectional streams (e.g. TCP, SSL, Unix sockets).Ben Pfaff2009-11-041-0/+173