index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
socket
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland net-related fixups for scoped_refptr conversion operator cleanup.
dcheng
2014-09-04
2
-13
/
+13
*
OpenSSL: Disable ECDSA cipher suites on Windows XP.
davidben
2014-09-03
1
-0
/
+13
*
Raw SocketDescriptor variant of UnixDomainServerSocket::Accept
cmasone
2014-09-03
7
-38
/
+166
*
Revert of Net-related fixups for scoped_refptr conversion operator cleanup. (...
mlamouri
2014-08-29
2
-13
/
+13
*
Net-related fixups for scoped_refptr conversion operator cleanup.
dcheng
2014-08-29
2
-13
/
+13
*
Declaring the weak_ptr_factory in proper order.
kulkarni.a
2014-08-28
2
-4
/
+3
*
Set the internal listen socket only when it opens to socket successfully.
byungchul
2014-08-27
2
-4
/
+19
*
net: enable SSL_MODE_CBC_RECORD_SPLITTING with OpenSSL.
agl
2014-08-27
1
-0
/
+1
*
Include better OpenSSL error information in NetLog.
davidben
2014-08-27
8
-68
/
+45
*
Remove implicit conversions from scoped_refptr to T* in net/socket/
dcheng
2014-08-25
8
-55
/
+50
*
Revert "Revert of Replace StreamListenSocket with StreamSocket in HttpServer....
byungchul
2014-08-25
1
-1
/
+1
*
Align SSLClientSocketOpenSSL and SSLClientSocketNSS histograms.
davidben
2014-08-25
4
-29
/
+27
*
Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchs...
estade@chromium.org
2014-08-22
1
-1
/
+1
*
Replace StreamListenSocket with StreamSocket in HttpServer.
byungchul@chromium.org
2014-08-22
1
-1
/
+1
*
Change the lifespan of SSlConnectJobMessengers so that they are created
wtc@chromium.org
2014-08-21
11
-81
/
+137
*
HTTP2 draft 14 support
bnc@chromium.org
2014-08-21
1
-4
/
+4
*
Refactor pooling logic into a helper method
rch@chromium.org
2014-08-19
1
-3
/
+4
*
Revert 290320 "Refactor pooling logic into a helper method"
viettrungluu@chromium.org
2014-08-18
1
-3
/
+2
*
Revert 290384 "Revert 289433 "Refactor pooling logic into a help..."
viettrungluu@chromium.org
2014-08-18
1
-2
/
+1
*
Revert 289433 "Refactor pooling logic into a helper method"
viettrungluu@chromium.org
2014-08-18
1
-1
/
+2
*
Enable and fix CRLSet and remoting tests on non-Android OpenSSL.
davidben@chromium.org
2014-08-18
1
-1
/
+3
*
Refactor pooling logic into a helper method
rch@chromium.org
2014-08-18
1
-2
/
+3
*
Revert 289433 "Refactor pooling logic into a helper method"
rch@chromium.org
2014-08-15
1
-1
/
+2
*
Support intermediate certificates for OpenSSL client auth.
davidben@chromium.org
2014-08-15
2
-23
/
+42
*
Remove manual CRYPTO_add calls.
davidben@chromium.org
2014-08-14
1
-20
/
+4
*
Refactor pooling logic into a helper method
rch@chromium.org
2014-08-14
1
-2
/
+1
*
This CL adds unit tests for false start connections.
mshelley@chromium.org
2014-08-12
1
-3
/
+66
*
Add pinning support to OpenSSL.
rch@chromium.org
2014-08-09
3
-1
/
+32
*
Centralize the logic for checking public key pins from ClientSocketNSS
rch@chromium.org
2014-08-08
1
-42
/
+9
*
This CL is a follow up to https://codereview.chromium.org/416683002/.
mshelley@chromium.org
2014-08-08
5
-46
/
+44
*
This CL is a follow up to https://codereview.chromium.org/353713005.
mshelley@chromium.org
2014-08-08
4
-37
/
+15
*
Supports DevTools socket access authentication based on Android permissions.
serya@chromium.org
2014-08-08
6
-29
/
+46
*
Fix crash when trying to connect to an IPv6 IP via a SOCKS4 proxy.
mmenke@chromium.org
2014-08-07
1
-0
/
+33
*
This CL corrects a bug in which the OnHandshakeComplete callback for an ssl s...
mshelley@chromium.org
2014-08-07
6
-76
/
+80
*
Handle multiple simultanous wss: connections.
ricea@chromium.org
2014-08-05
6
-60
/
+177
*
This CL is a better implementation of https://codereview.chromium.org/3289030...
mshelley@chromium.org
2014-08-05
16
-143
/
+1286
*
Attempt to fix UnixDomainServerSocketTest.AcceptWithForbiddenUser
mmenke@chromium.org
2014-07-31
1
-18
/
+15
*
Disable SPDY and QUIC session pooling.
rch@chromium.org
2014-07-30
1
-1
/
+2
*
Implement ALPN for SSLClientSocketOpenSSL.
davidben@chromium.org
2014-07-30
10
-76
/
+81
*
Implement TLS client auth in the OS X OpenSSL port.
davidben@chromium.org
2014-07-29
4
-259
/
+26
*
Implement TLS_FALLBACK_SCSV for SSLClientSocketOpenSSL.
davidben@chromium.org
2014-07-26
2
-0
/
+5
*
Switch to using SSL_get0_certificate_types for client auth.
davidben@chromium.org
2014-07-25
1
-3
/
+2
*
Rename ServerBoundCert => ChannelID to reflect the current name
rch@chromium.org
2014-07-25
14
-130
/
+131
*
Fix WebSocket race between close and connect.
ricea@chromium.org
2014-07-24
2
-0
/
+29
*
Refactor unix domain socket.
byungchul@chromium.org
2014-07-24
11
-375
/
+1316
*
Switch to BoringSSL.
davidben@chromium.org
2014-07-22
4
-20
/
+21
*
Revert "Switch to BoringSSL."
agl@chromium.org
2014-07-18
4
-20
/
+19
*
Switch to BoringSSL.
agl@chromium.org
2014-07-18
4
-19
/
+20
*
Revert 283813 "Switch to BoringSSL."
vitalybuka@chromium.org
2014-07-17
4
-20
/
+19
*
Switch to BoringSSL.
agl@chromium.org
2014-07-17
4
-19
/
+20
[next]