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
*
Integrate the SpdyProxyClientSocket into the HttpStreamRequest
rch@chromium.org
2010-10-13
4
-157
/
+11
*
Fix clang build: remove a const on a return value.
willchan@chromium.org
2010-10-13
1
-1
/
+1
*
Add ClientSocketPoolBaseHelper support for preconnect.
willchan@chromium.org
2010-10-13
10
-37
/
+616
*
Report AcquireCredentialsHandle errors. This requires
wtc@chromium.org
2010-10-12
1
-23
/
+39
*
Render SpdySessionPools on the Data tab and on a new
mmenke@chromium.org
2010-10-12
1
-1
/
+0
*
Rename SSLNonSensitiveHostInfo to SSLHostInfo.
agl@chromium.org
2010-10-12
2
-3
/
+3
*
net: detect and error out with ESET HTTPS interception + False Start
agl@chromium.org
2010-10-11
2
-11
/
+47
*
net: add --enable-snap-start
agl@chromium.org
2010-10-11
2
-1
/
+16
*
Synchronize the mappings between Windows/Mac error codes and their net:: erro...
rsleevi@chromium.org
2010-10-10
2
-12
/
+58
*
net: enable SSLClientSocketTest.(ConnectExpired|ConnectMismatched)
agl@chromium.org
2010-10-09
1
-21
/
+5
*
net: alter detection of end of SSL connection in tests.
agl@chromium.org
2010-10-09
1
-2
/
+2
*
Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD...
eroman@chromium.org
2010-10-09
2
-0
/
+15
*
net: mark SSLClientSocketTest.(ConnectExpired|ConnectMismatched) as FAILS_
agl@chromium.org
2010-10-08
1
-4
/
+21
*
Connect up OpenSSL socket to use the OpenSSL X509Certificate.
joth@chromium.org
2010-10-08
2
-96
/
+38
*
Revert Revert Revert Revert "net: uncork NSS sockets after a 200ms timeout."
agl@chromium.org
2010-10-08
2
-2
/
+28
*
net: remove test flakyness caused by uncorking.
agl@chromium.org
2010-10-08
1
-13
/
+18
*
Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-08
6
-4
/
+25
*
Fix server initiated SSL renegotiation for SSLClientSocketMac
rsleevi@chromium.org
2010-10-08
2
-245
/
+199
*
Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-07
6
-25
/
+4
*
net: plumb DnsRRResolver from IOThread to HttpNetworkSession.
agl@chromium.org
2010-10-07
6
-4
/
+25
*
Prefer used idle sockets over unused idle sockets.
willchan@chromium.org
2010-10-06
3
-24
/
+120
*
Add link to bugzilla regarding NSS bug workaround.
joth@chromium.org
2010-10-06
1
-0
/
+1
*
Revert Revert Revert "net: uncork NSS sockets after a 200ms timeout."
agl@chromium.org
2010-10-06
2
-28
/
+2
*
Use the SecInvalidateHandle and SecIsValidHandle macros
wtc@chromium.org
2010-10-06
1
-9
/
+18
*
Follow up to wtc comments on http://codereview.chromium.org/3571011
joth@chromium.org
2010-10-06
1
-17
/
+16
*
Revert Revert "net: uncork NSS sockets after a 200ms timeout."
agl@chromium.org
2010-10-06
2
-2
/
+28
*
Revert "net: uncork NSS sockets after a 200ms timeout."
agl@chromium.org
2010-10-05
2
-28
/
+2
*
net: uncork NSS sockets after a 200ms timeout.
agl@chromium.org
2010-10-05
2
-2
/
+28
*
Clean up DeterministicSocketData class. Add unit tests to document
rch@chromium.org
2010-10-05
3
-66
/
+673
*
Clarify the semantics of Socket::Read() and Socket::Write(),
rch@chromium.org
2010-10-05
4
-28
/
+30
*
Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-04
1
-1
/
+1
*
OpenSSL socket: Add SSLv3 fallback support
joth@chromium.org
2010-10-04
1
-1
/
+37
*
Logs a number of possible ssl failures in NetLog.
mmenke@chromium.org
2010-10-04
1
-30
/
+129
*
implement certificate verification state machine
joth@chromium.org
2010-10-04
2
-35
/
+144
*
Remove spammy warning about reaching maximum socket count for the pool.
cbentzel@chromium.org
2010-10-04
1
-1
/
+0
*
Verify server cert using default host CA cert store
joth@chromium.org
2010-10-04
2
-8
/
+50
*
Stop refcounting HostResolver.
willchan@chromium.org
2010-10-01
12
-47
/
+57
*
Map PR_END_OF_FILE_ERROR to ERR_CONNECTION_CLOSED, otherwise
wtc@chromium.org
2010-10-01
1
-0
/
+2
*
Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."
erg@google.com
2010-10-01
1
-1
/
+1
*
FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-01
1
-1
/
+1
*
net: add Snap Start support to NSS sockets.
agl@chromium.org
2010-10-01
3
-22
/
+434
*
Fixes the tests written for http://codereview.chromium.org/3432009/show
rch@chromium.org
2010-10-01
1
-0
/
+2
*
FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...
erg@google.com
2010-09-30
7
-9
/
+25
*
net: add caching and inflight merging to DnsRRResolver
agl@chromium.org
2010-09-30
2
-81
/
+2
*
Adds the ability for a link to set the filter in the events
mmenke@chromium.org
2010-09-30
2
-2
/
+20
*
Stop refcounting ClientSocketPool.
willchan@chromium.org
2010-09-29
21
-729
/
+1505
*
HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.
cbentzel@chromium.org
2010-09-29
1
-2
/
+5
*
First step at OpenSSL client socket implementation.
joth@chromium.org
2010-09-29
3
-0
/
+753
*
Add more LOG(ERROR) messages to track down bug 55678,
wtc@chromium.org
2010-09-28
1
-4
/
+8
*
Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ...
cbentzel@chromium.org
2010-09-28
1
-5
/
+2
[next]