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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync: Count and report reflected updates
rlarocque@chromium.org
2012-03-24
1
-2
/
+4
*
Minor fixes to BackoffEntry.
sergeyu@chromium.org
2012-03-24
2
-6
/
+11
*
Additional DCHECK for InFlightIO::InvokeCallback.
gavinp@chromium.org
2012-03-23
1
-0
/
+1
*
Disk cache. Fix style on some missing files.
rvargas@google.com
2012-03-23
2
-22
/
+20
*
Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned ta...
rnk@chromium.org
2012-03-23
2
-5
/
+4
*
[net/dns] Removes locking from DnsConfigServiceWin and adds local computer name.
szym@chromium.org
2012-03-23
12
-129
/
+326
*
Retry the auto-enrollment check when the server asks for a smaller modulus.
joaodasilva@chromium.org
2012-03-23
1
-0
/
+6
*
SPDY - Added enabling of SPDY/3 and SPDY flow control to
rtenneti@chromium.org
2012-03-23
3
-20
/
+29
*
Disable OCSP tests on Android
rsleevi@chromium.org
2012-03-23
2
-0
/
+12
*
Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.
jbates@chromium.org
2012-03-23
2
-4
/
+5
*
Land SpdyFramer (et. al.) changes to support setting the credential slot id i...
rch@chromium.org
2012-03-23
14
-37
/
+145
*
Move SpdyFramer::compression_default_ to a g_enable_compression_default in sp...
rch@chromium.org
2012-03-23
2
-6
/
+3
*
Disk cache: Fix style and extra net:: specification.
rvargas@google.com
2012-03-23
9
-180
/
+168
*
Rename origin_bound_cert files to server_bound_cert.
mattm@chromium.org
2012-03-22
16
-33
/
+33
*
Move all objects from the spdy:: namespace to net::
rch@chromium.org
2012-03-22
71
-3016
/
+2932
*
[net/dns] Added AsyncDNS histogram for success rate, transaction duration and...
szym@chromium.org
2012-03-22
2
-5
/
+44
*
Add a few owners for net/tools/testserver.
pastarmovj@chromium.org
2012-03-22
1
-0
/
+5
*
Rename enterprise policy proto fields from KIOSK to RETAIL.
pastarmovj@chromium.org
2012-03-22
1
-1
/
+1
*
Don't throttle unless origin schema is chrome-extension.
joi@chromium.org
2012-03-22
1
-0
/
+6
*
Fix Android build following r128172
rsleevi@chromium.org
2012-03-22
1
-1
/
+1
*
Move X509Certificate::Verify into CertVerifyProc
rsleevi@chromium.org
2012-03-22
23
-2863
/
+3180
*
SPDY - Support new status field in SPDY 3 GOAWAY.
rtenneti@google.com
2012-03-22
9
-54
/
+132
*
Created a new class SpdyTestStateHelper to serve as a helper to manage the st...
rch@chromium.org
2012-03-22
28
-120
/
+105
*
Introduce a CertVerifierProc to handle system cert validation.
rsleevi@chromium.org
2012-03-22
13
-1007
/
+1235
*
Remove DONTUSEME_GetCookieStore().
eroman@chromium.org
2012-03-22
2
-9
/
+2
*
Use SSLManager to handle SSL error in SocketStreamDispatcherHost
toyoshim@chromium.org
2012-03-21
4
-11
/
+36
*
Make CertVerifier a pure virtual interface.
rsleevi@chromium.org
2012-03-21
33
-719
/
+851
*
Increase number of max sockets per group for WebSocket connections.
yutak@chromium.org
2012-03-21
12
-84
/
+186
*
Allow broken servers to send us multiple identical Location and
mmenke@chromium.org
2012-03-21
4
-81
/
+39
*
Revert 127988 - net: update certificates for TestKnownRoot and PublicKeyHashes.
wez@chromium.org
2012-03-21
4
-40
/
+74
*
net: update certificates for TestKnownRoot and PublicKeyHashes.
agl@chromium.org
2012-03-21
4
-74
/
+40
*
Added file:///home/chronos/user/log url to list of allowed file:/// urls.
zvorygin@chromium.org
2012-03-21
1
-0
/
+1
*
Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount
mdm@chromium.org
2012-03-21
3
-7
/
+54
*
Attempting to re-land the feature.
rch@chromium.org
2012-03-21
21
-37
/
+1351
*
Remove an unnecessary gtest.h include.
thakis@chromium.org
2012-03-21
2
-1
/
+1
*
[net/dns] Terminate suffix search at NOERROR response even if it includes no ...
szym@chromium.org
2012-03-21
4
-12
/
+46
*
Explicitly disable SPDY ping on: SpdyNetworkTransactionSpdy*Test.FourGetsWith...
rch@chromium.org
2012-03-21
3
-0
/
+6
*
Disk cache: Remove all non essential synchronization from the
rvargas@google.com
2012-03-20
15
-73
/
+297
*
Change Origin bound certs -> Domain bound certs.
mattm@chromium.org
2012-03-20
57
-886
/
+685
*
Revert "Revert "net: fallback to online revocation checks for EV status when ...
agl@chromium.org
2012-03-20
11
-60
/
+237
*
Revert 127757 - net: fallback to online revocation checks for EV status when ...
dgrogan@chromium.org
2012-03-20
11
-234
/
+58
*
Http cache: Restart transaction after errors reading from cached
rvargas@google.com
2012-03-20
3
-12
/
+24
*
net: fallback to online revocation checks for EV status when CRLSet has expired.
agl@chromium.org
2012-03-20
11
-58
/
+234
*
Revert 127717 - Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300...
rch@chromium.org
2012-03-20
21
-1351
/
+37
*
Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134...
rch@chromium.org
2012-03-20
21
-37
/
+1351
*
Revert "Revert "Revert "Revert "net: add OCSP tests.""""
agl@chromium.org
2012-03-20
9
-37
/
+866
*
Fix DnsConfigParameters that get passed into the NetLog.
cbentzel@chromium.org
2012-03-20
1
-2
/
+2
*
Update NSS to NSS 3.13.4 pre-release snapshot 20120319.
wtc@chromium.org
2012-03-20
23
-879
/
+705
*
Revert "Revert "Revert "net: add OCSP tests."""
agl@chromium.org
2012-03-19
9
-865
/
+37
*
Revert "Revert "net: add OCSP tests.""
agl@chromium.org
2012-03-19
9
-37
/
+865
[next]