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
*
Wait on a pipe for the test server to start up
davidben@chromium.org
2010-09-22
2
-240
/
+0
*
net: Fix incorrect style used in some enumerations.
tfarina@chromium.org
2010-09-22
4
-40
/
+40
*
Add log messages to the places where we set the ERR_UNEXPECTED
wtc@chromium.org
2010-09-22
3
-14
/
+24
*
Revert "net: add test for False Start corking."
agl@chromium.org
2010-09-21
1
-32
/
+6
*
net: add test for False Start corking.
agl@chromium.org
2010-09-21
1
-6
/
+32
*
Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...
willchan@chromium.org
2010-09-17
3
-15
/
+6
*
Flush all nested pools.
willchan@chromium.org
2010-09-16
2
-0
/
+7
*
Add a new net error code for when the load failure was due to connecting to a...
eroman@chromium.org
2010-09-16
3
-5
/
+5
*
Show "DNS" as the authority for DNSSEC validated certficiates.
agl@chromium.org
2010-09-16
1
-1
/
+4
*
Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...
eroman@chromium.org
2010-09-15
6
-12
/
+12
*
Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...
tfarina@chromium.org
2010-09-15
1
-1
/
+1
*
Trying to green up the tree, lots of mac and win red around this cl.
thomasvl@chromium.org
2010-09-14
1
-1
/
+1
*
net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.
tfarina@chromium.org
2010-09-14
1
-1
/
+1
*
net: disable renegotiation checks.
agl@chromium.org
2010-09-13
1
-1
/
+3
*
Give a more specific error code when connect() fails synchronously with EHOST...
eroman@chromium.org
2010-09-10
1
-1
/
+2
*
net: add DNSSEC tool and CNAME support.
agl@chromium.org
2010-09-09
1
-5
/
+5
*
net: When using False Start merge Finished and Application Data records.
agl@chromium.org
2010-09-08
2
-23
/
+42
*
Add missing nested socket pools to socket pool info page. Each socket pool s...
mmenke@chromium.org
2010-09-08
9
-23
/
+79
*
Fix SetOmniboxSpeculation in TcpClientSocket*
cbentzel@chromium.org
2010-09-08
2
-2
/
+2
*
Revert 58684 - Fix SetOmniboxSpeculation in TcpClientSocket*
cbentzel@chromium.org
2010-09-07
2
-2
/
+2
*
Fix SetOmniboxSpeculation in TcpClientSocket*
cbentzel@chromium.org
2010-09-07
2
-2
/
+2
*
Flush SSL pools after SSL config changes.
csilv@chromium.org
2010-09-04
4
-5
/
+27
*
Mark test flakiness
gavinp@chromium.org
2010-09-03
1
-1
/
+1
*
Fix ClientSocketHandle reuse_type(). Correctly track socket use.
willchan@chromium.org
2010-09-02
22
-30
/
+133
*
Don't break on auth if we are about to do client auth.
wtc@chromium.org
2010-09-02
1
-28
/
+13
*
FBTF: Move more ctors/dtors from headers to implementation.
erg@google.com
2010-09-01
2
-0
/
+4
*
Stop leaking requests on abort.
willchan@chromium.org
2010-09-01
1
-0
/
+1
*
Fix a regression whereby full-granularity network events were being captured ...
eroman@chromium.org
2010-08-31
1
-1
/
+1
*
Abort ConnectJobs with ERR_ABORTED when network changes.
willchan@chromium.org
2010-08-31
3
-3
/
+95
*
FBTF: A giant cleanup to net/
erg@google.com
2010-08-31
2
-0
/
+2
*
ClientSocketPoolBaseHelper can try to read an invalid iterator. Fix that.
willchan@chromium.org
2010-08-31
2
-2
/
+35
*
Sockets page on net-internals now displays some information about the current...
mmenke@chromium.org
2010-08-30
7
-0
/
+77
*
Rename ERR_SSL_WEAK_SERVER_KEY to ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY
wtc@chromium.org
2010-08-30
1
-1
/
+1
*
https: add support for DNS exclusion and switch to TXT records.
agl@chromium.org
2010-08-28
5
-40
/
+299
*
Rename the following SSLClientSocket methods to match the style guide:
rch@chromium.org
2010-08-27
5
-14
/
+14
*
FBTF: Remove unneeded headers from base/ (part 7)
thestig@chromium.org
2010-08-27
2
-2
/
+2
*
Add a new SSLClientSocket::wasSpdyNegotiated method,
rch@chromium.org
2010-08-27
2
-4
/
+13
*
ClientSocketPoolBaseHelper crash fix: add a self-reference.
willchan@chromium.org
2010-08-26
1
-0
/
+6
*
Reland r57100. Only create the backup ConnectJob when it is needed.
willchan@chromium.org
2010-08-26
2
-188
/
+216
*
Gather preconnection use vs waste statistics
jar@chromium.org
2010-08-25
21
-82
/
+247
*
Attempting to re-land CL 3110006 which turned out to have
rch@chromium.org
2010-08-25
4
-2
/
+160
*
Fix a crash in ClientSocketPoolBaseHelper where we double erase a Group from ...
willchan@chromium.org
2010-08-25
3
-4
/
+54
*
In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...
mmenke@chromium.org
2010-08-25
14
-35
/
+76
*
Revert 57333 - Add support for speaking SSL to an HTTP Proxy, to
dhollowa@chromium.org
2010-08-25
4
-160
/
+2
*
Add support for speaking SSL to an HTTP Proxy, to
rch@chromium.org
2010-08-25
4
-2
/
+160
*
Fix a crash where we are checking IsConnected(). If you look into the
mbelshe@chromium.org
2010-08-25
5
-3
/
+5
*
A/B experiment for re-establishing TCP connections.
ziadh@chromium.org
2010-08-25
5
-25
/
+50
*
Remove two CHECKs that were added to help track down the crash
wtc@chromium.org
2010-08-24
1
-2
/
+0
*
When asserting that an event object is not signaled,
wtc@chromium.org
2010-08-24
1
-6
/
+19
*
Adds HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-24
3
-4
/
+8
[next]