index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
stream-ssl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stream-ssl: Replace client CA list instead of adding to it.
Liuyongqiang (A)
2015-11-24
1
-26
/
+17
*
stream-ssl: Get peer-ca-cert functionality to work.
Gurucharan Shetty
2015-09-18
1
-1
/
+1
*
stream-ssl: Set SSL session cache mode to disables.
Guru Chaitanya Perakam
2015-07-06
1
-0
/
+1
*
Use the IANA-assigned ports for OpenFlow and OVSDB.
Justin Pettit
2015-03-12
1
-2
/
+2
*
stream-ssl: Fix broken build.
Ben Pfaff
2015-03-03
1
-3
/
+2
*
stream: Eliminate pstream_set_dscp().
Ben Pfaff
2015-02-20
1
-9
/
+1
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
stream-tcp: Call setsockopt TCP_NODELAY after TCP is connected.
Gurucharan Shetty
2014-10-23
1
-22
/
+2
*
stream-tcp, stream-ssl: Remove unneeded getsockname() calls.
Ben Pfaff
2014-10-23
1
-8
/
+0
*
Fix two memory leaks.
yinpeijun
2014-07-28
1
-0
/
+1
*
poll-loop: Create Windows event handles for sockets automatically.
Gurucharan Shetty
2014-06-30
1
-36
/
+6
*
stream-ssl: Enable TLSv1.1 and TLSv1.2.
Ben Pfaff
2014-06-13
1
-3
/
+11
*
Move setsockopt TCP_NODELAY to when TCP is connected.
Linda Sun
2014-06-13
1
-8
/
+26
*
stream-ssl: Always initialize wevent member, even on non-Windows.
Ben Pfaff
2014-06-05
1
-0
/
+4
*
socket-util: Log the kernel assigned port number when asked.
Gurucharan Shetty
2014-05-28
1
-1
/
+1
*
ofpbuf: Introduce access api for base, data and size.
Pravin Shelar
2014-03-30
1
-2
/
+3
*
socket-util: closesocket() for Windows.
Gurucharan Shetty
2014-02-21
1
-2
/
+0
*
socket-util: Move sock_errno() to socket-util.
Gurucharan Shetty
2014-02-21
1
-12
/
+0
*
stream-ssl: Add support for Windows platform.
Gurucharan Shetty
2014-02-11
1
-15
/
+81
*
Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.
Arun Sharma
2014-02-06
1
-16
/
+20
*
Remove stream, vconn, and rconn functions to get local/remote IPs/ports.
Ben Pfaff
2013-12-17
1
-10
/
+4
*
Rename NOT_REACHED to OVS_NOT_REACHED
Harold Lim
2013-12-17
1
-5
/
+5
*
Avoid printf type modifiers not supported by MSVC C runtime library.
Alin Serdean
2013-11-25
1
-3
/
+3
*
ofproto: Define official OpenFlow port number.
Justin Pettit
2013-10-01
1
-3
/
+3
*
Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.
Justin Pettit
2013-10-01
1
-3
/
+3
*
Replace all uses of strerror() by ovs_strerror(), for thread safety.
Ben Pfaff
2013-06-28
1
-9
/
+10
*
leak-checker: Remove because it cannot be made thread-safe.
Ben Pfaff
2013-06-17
1
-2
/
+0
*
Fix misspellings in comments and docs.
Andy Hill
2013-06-04
1
-1
/
+1
*
ovsdb-server: Announce bound listening ports as status:bound_port.
Ben Pfaff
2013-04-18
1
-1
/
+2
*
Replace most uses of assert by ovs_assert.
Ben Pfaff
2013-01-16
1
-3
/
+2
*
packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.
Ben Pfaff
2012-12-12
1
-2
/
+2
*
pstream: Add set_dscp method.
Isaku Yamahata
2012-09-26
1
-0
/
+8
*
stream-ssl: Change "bootstrap race" log message from ERR to INFO.
Ben Pfaff
2012-08-13
1
-1
/
+1
*
stream-ssl: Avoid logging no-match error redundantly.
Ben Pfaff
2012-08-09
1
-1
/
+1
*
stream-ssl: Seed OpenSSL if it fails to seed itself.
Ben Pfaff
2012-08-09
1
-0
/
+32
*
util: New macro CONST_CAST.
Ben Pfaff
2012-08-03
1
-2
/
+2
*
Global replace of Nicira Networks.
Raju Subramanian
2012-05-02
1
-1
/
+1
*
stream: By default disable probing on unix sockets.
Ethan Jackson
2012-04-12
1
-0
/
+2
*
Allow configuring DSCP on controller and manager connections.
Mehak Mahajan
2012-03-23
1
-7
/
+9
*
stream: Make classes const
Simon Horman
2011-11-23
1
-3
/
+3
*
stream-ssl: Clear CAs for certificate verification before adding new ones.
Ben Pfaff
2011-06-17
1
-0
/
+2
*
stream-ssl: Disable SSL session caching.
Ben Pfaff
2011-06-06
1
-105
/
+0
*
stream-ssl: Log unexpected errors from 'stat'.
Ben Pfaff
2011-05-24
1
-1
/
+5
*
stream-ssl: Force CA cert file to be read when it appears during bootstrap.
Ben Pfaff
2011-05-24
1
-10
/
+12
*
stream-ssl: Fix call to accept().
Ben Pfaff
2011-05-16
1
-1
/
+1
*
stream-ssl: Use out_of_memory() to abort due to lack of memory.
Ben Pfaff
2011-04-04
1
-2
/
+1
*
Fix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1
Gaetano Catalli
2011-03-30
1
-0
/
+2
*
stream-ssl: Only set SSL client session once.
Ben Pfaff
2011-03-01
1
-9
/
+7
*
stream-ssl: Break interpretation of queued error into new function.
Ben Pfaff
2011-03-01
1
-10
/
+15
*
stream-ssl: Only cache SSL sessions after they shut down.
Ben Pfaff
2011-01-25
1
-15
/
+7
[next]