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
*
Implement TLS Channel ID support for SPDY CREDENTIAL frames
rch@chromium.org
2012-08-06
2
-1
/
+6
*
net: disable TLS compression with OpenSSL.
agl@chromium.org
2012-08-03
1
-4
/
+1
*
net: disable SSL compression
agl@chromium.org
2012-08-02
1
-11
/
+0
*
Revert 149261 - Support SHA-256 in public key pins for HTTPS.
vandebo@chromium.org
2012-07-31
2
-11
/
+7
*
Support SHA-256 in public key pins for HTTPS.
palmer@chromium.org
2012-07-31
2
-7
/
+11
*
Add a new GetTlsUniqueChannelBinding method to SSLSocket, and implement nss v...
rch@chromium.org
2012-07-31
13
-11
/
+79
*
Give MockRead and MockWrite distinct types.
yutak@chromium.org
2012-07-27
3
-31
/
+46
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-07-25
1
-0
/
+2
*
Modify DeterministicSocketData to verify that the sequence number of reads an...
rch@chromium.org
2012-07-21
3
-3
/
+40
*
More -Wunused-private-field cleanups.
thakis@chromium.org
2012-07-20
1
-5
/
+1
*
Fix TCPClientSocket::GetLocalAddress() to work when socket is not connected.
sergeyu@chromium.org
2012-07-20
4
-5
/
+29
*
Remove most usages of scoped_ptr<*SocketData> in net unittests.
rch@chromium.org
2012-07-19
1
-15
/
+15
*
Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket
rch@chromium.org
2012-07-19
29
-45
/
+180
*
Change DeterministicMockTCPClientSocket to set the peer address from the conn...
rch@chromium.org
2012-07-11
2
-6
/
+10
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
29
-29
/
+0
*
Switch the NSS thread from being a base::Thread to a base::SequencedWorkerPoo...
rsleevi@chromium.org
2012-07-10
3
-14
/
+17
*
DeterministicSocketDataProvider should not be RefCounted
rsleevi@chromium.org
2012-07-10
4
-13
/
+13
*
NSS Channel ID: don't check ECC support on every socket creation.
mattm@chromium.org
2012-07-09
1
-8
/
+3
*
Reduce log spam from things which use Deterministic/OrderedSocketData
rsleevi@chromium.org
2012-07-03
1
-1
/
+7
*
Remove SSLHostInfo.
agl@chromium.org
2012-06-27
18
-581
/
+34
*
Remove unused fields found by clang's new Wunused-private-fields.
thakis@chromium.org
2012-06-27
1
-1
/
+0
*
Convert SSLClientSocketNSS to use the NSS Channel ID callback.
mattm@chromium.org
2012-06-26
10
-204
/
+196
*
Revert 141941 temporarily - Allow ERR_CONNECTION_RESET during the SSL
wtc@chromium.org
2012-06-20
1
-17
/
+0
*
NetLogEventParameter to Callback refactoring 9.
mmenke@chromium.org
2012-06-14
21
-359
/
+310
*
Select the first protocol from the next protocol list of SSLConfig if If we d...
jnd@chromium.org
2012-06-14
1
-20
/
+19
*
Add an explicit function to init NSS for SSL server sockets
rsleevi@chromium.org
2012-06-13
3
-11
/
+54
*
Allow ERR_CONNECTION_RESET during the SSL handshake to trigger a
wtc@chromium.org
2012-06-13
1
-0
/
+17
*
Fix NetLog thread safety issue introduced in
mmenke@chromium.org
2012-06-13
1
-1
/
+3
*
NetLogEventParameter to Callback refactoring 1,
mmenke@chromium.org
2012-06-12
6
-13
/
+28
*
Make NetLog take in callbacks that return Values rather
mmenke@chromium.org
2012-06-10
1
-22
/
+33
*
Add a new OnHostResolutionCallback to TransportSocketParams
rch@chromium.org
2012-06-08
10
-31
/
+110
*
CapturingNetLog - remove maximum entries constructor argument.
mmenke@chromium.org
2012-06-08
5
-44
/
+42
*
Add DCHECK in SSL sockets to check that callbacks are not set to null.
sergeyu@chromium.org
2012-06-08
2
-0
/
+5
*
fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...
zhaoqin@chromium.org
2012-06-08
27
-42
/
+41
*
Add the SOCKET_READ_ERROR and SOCKET_WRITE_ERROR events to NetLog
wtc@chromium.org
2012-06-07
2
-11
/
+48
*
Add SocketErrorParams, based on SSLErrorParams. This will be used by
wtc@chromium.org
2012-06-07
2
-0
/
+55
*
Move NSS SSL functions off the IO thread on Linux.
rsleevi@chromium.org
2012-06-07
1
-4
/
+5
*
Map the certificate related SSL alerts to ERR_BAD_SSL_CLIENT_AUTH_CERT
wtc@chromium.org
2012-06-07
4
-20
/
+37
*
Fix ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothing.
mmenke@chromium.org
2012-06-07
3
-70
/
+126
*
Revert 140846 - (relanding r140697)
rsleevi@chromium.org
2012-06-06
4
-1625
/
+2561
*
Revert 140697 - Maybe caused sizes regression (which would be acceptable
rsleevi@chromium.org
2012-06-06
4
-2561
/
+1625
*
Move the core state machine of SSLClientSocketNSS into a thread-safe Core
rsleevi@chromium.org
2012-06-06
4
-1625
/
+2561
*
Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,
mmenke@chromium.org
2012-06-02
5
-29
/
+29
*
Add socket.setKeepAlive() and socket.setNoDelay().
penghuang@chromium.org
2012-05-29
4
-61
/
+98
*
Use TLS 1.1.
wtc@chromium.org
2012-05-26
8
-45
/
+107
*
Revert 138795 - Revert "nss: revert encrypted and origin bound certificates s...
agl@chromium.org
2012-05-24
1
-6
/
+3
*
Revert "nss: revert encrypted and origin bound certificates support."
agl@chromium.org
2012-05-24
1
-3
/
+6
*
nss: revert encrypted and origin bound certificates support.
agl@chromium.org
2012-05-24
1
-6
/
+3
*
Disable ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothing
backer@chromium.org
2012-05-23
1
-1
/
+11
*
[net] Switch TestURLRequestContext and other tests to use MockCachingHostReso...
szym@chromium.org
2012-05-23
1
-5
/
+3
[next]