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
*
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
*
Prevent the infinite loop inside SSLClientSocketOpenSSL::OnSendComplete.
wtc@chromium.org
2012-05-22
2
-3
/
+10
*
Removed unreached code related to ESET MITM detection.
rsleevi@chromium.org
2012-05-19
2
-62
/
+52
*
Cleanup: Remove unneeded scoped_ptr.h includes from net.
thestig@chromium.org
2012-05-17
1
-2
/
+1
*
Prevent the infinite loop inside SSLClientSocketNSS::OnSendComplete.
wtc@chromium.org
2012-05-16
3
-8
/
+115
*
Fix typo
amit@chromium.org
2012-05-16
1
-1
/
+1
*
Refactor TCPListenSocket.
pliard@chromium.org
2012-05-16
1
-9
/
+10
*
Add missing OVERRIDEs in ssl_client_socket_openssl.h.
pliard@chromium.org
2012-05-11
1
-24
/
+25
*
Replace DBC.Advertised with DomainBoundCerts.Support histogram.
mattm@chromium.org
2012-05-09
2
-4
/
+28
*
If generating a domain bound cert fails, continue the connection without it.
mattm@chromium.org
2012-05-08
2
-3
/
+11
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
18
-271
/
+193
*
Fix flakiness and rename
mmenke@chromium.org
2012-05-05
1
-12
/
+69
*
Remove log debug spam when using NSS for SSL.
rsleevi@chromium.org
2012-05-04
1
-3
/
+0
*
Only call SSL_OptionSet in an initial handshake.
wtc@chromium.org
2012-05-02
1
-0
/
+19
*
Fix the official build.
palmer@chromium.org
2012-05-01
1
-2
/
+3
*
Refactor TransportSecurityState.
palmer@chromium.org
2012-05-01
1
-50
/
+0
*
net: don't set NSS options in a callback.
agl@chromium.org
2012-04-30
1
-10
/
+0
*
RefCounted types should not have public destructors, net/
rsleevi@chromium.org
2012-04-28
5
-14
/
+26
*
Add histograms for domain bound certs.
mattm@chromium.org
2012-04-27
1
-0
/
+4
*
[net] Change order of RequestPriority to natural: higher > lower
szym@chromium.org
2012-04-24
1
-3
/
+2
*
Upstream changes making ListenSocket an abstract class.
pliard@chromium.org
2012-04-23
1
-7
/
+9
*
net: only False Start with forward secret servers.
agl@chromium.org
2012-04-20
1
-0
/
+10
*
Revert 132478 - Attempt to close idle connections in higher layer socket pool...
rch@chromium.org
2012-04-17
2
-182
/
+5
*
Attempt to close idle connections in higher layer socket pools when a lower l...
rch@chromium.org
2012-04-16
2
-5
/
+182
*
net: False Start only for NPN capable servers.
agl@google.com
2012-04-10
3
-86
/
+4
*
Attempting to re-land a small portion of this change... Simply add links from
rch@chromium.org
2012-04-10
13
-29
/
+316
*
Fix a leak introduced by r131509
rsleevi@chromium.org
2012-04-10
1
-5
/
+6
*
Implement a MockCertVerifier that can be used to avoid
rsleevi@chromium.org
2012-04-10
2
-65
/
+54
[next]