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
*
Update port handling to patch latest HSTS intention. See the bug for URLs that
cevans@chromium.org
2011-03-26
1
-1
/
+0
*
Add an opt-out header for HTTP throttling. Never throttle for localhost.
joi@chromium.org
2011-03-25
11
-41
/
+403
*
Support enabling/disabling the URL request throttler via the about:net-intern...
joi@chromium.org
2011-03-25
5
-14
/
+52
*
Move declaration of private nested URLRequestHttpJob::HttpRequestContext to ....
adamk@chromium.org
2011-03-25
2
-25
/
+28
*
Clean up unload-related state after the ack is received.
creis@google.com
2011-03-25
1
-0
/
+9
*
Remove most unnecessary uses of "net::" in net/base/.
adamk@chromium.org
2011-03-25
45
-790
/
+790
*
Enable IP pooling for SPDY.
mbelshe@chromium.org
2011-03-25
10
-35
/
+449
*
Remove all "net::" prefixes under net/url_request for code that's
adamk@chromium.org
2011-03-24
22
-403
/
+413
*
Clean up the IsBlacklisted function.
wtc@chromium.org
2011-03-24
2
-9
/
+36
*
Move URLRequestJob's histogram logic to URLRequestHttpJob.
adamk@chromium.org
2011-03-24
4
-354
/
+323
*
SEC_ERROR_UNTRUSTED_CERT means the user has marked the (leaf) certificate
wtc@chromium.org
2011-03-23
1
-3
/
+3
*
Remove UDT.
mbelshe@chromium.org
2011-03-23
101
-19652
/
+0
*
Adding `cause` to the cookie extension API's onchanged event signature.
jochen@chromium.org
2011-03-23
4
-15
/
+91
*
Removed the static on all stats macros and changed the static declaration
rtenneti@chromium.org
2011-03-22
7
-30
/
+30
*
Remove AddRef()/Release() from ViewHttpCacheJob. Use a Core class.
willchan@chromium.org
2011-03-22
2
-3
/
+3
*
Add OWNERS file for net/test
phajdan.jr@chromium.org
2011-03-22
1
-0
/
+1
*
Add field trial & prerendering information to Net.HttpTimeToFirstByte
gavinp@chromium.org
2011-03-22
1
-0
/
+33
*
fix comments
dilmah@chromium.org
2011-03-22
1
-1
/
+1
*
Fix up the last easy URLRequestJob refcounting offenders.
willchan@chromium.org
2011-03-21
6
-43
/
+57
*
Revert 78883 - Add field trial & prerendering information to Net.HttpTimeToFi...
gavinp@chromium.org
2011-03-21
1
-34
/
+1
*
Add field trial & prerendering information to Net.HttpTimeToFirstByte
gavinp@chromium.org
2011-03-21
1
-1
/
+34
*
net: add encrypted.google.com to HSTS preloaded list.
agl@chromium.org
2011-03-21
2
-0
/
+3
*
net: add keyerror.com to HSTS preloaded list.
agl@chromium.org
2011-03-21
2
-0
/
+4
*
Fixes X509CertificateTest.SerialNumbers for USE_OPENSSL.
bulach@chromium.org
2011-03-21
2
-1
/
+17
*
FTP: use ICU to parse month abbreviations.
phajdan.jr@chromium.org
2011-03-19
3
-47
/
+49
*
Removed static variable for histograms to avoid race with
rtenneti@chromium.org
2011-03-19
2
-12
/
+12
*
Fix Linux clang build.
willchan@chromium.org
2011-03-19
2
-4
/
+6
*
Change some URLRequestJob subclasses to use ScopedRunnableMethodFactory.
willchan@chromium.org
2011-03-19
6
-13
/
+31
*
Add GetNetworkList() in net_utils.
sergeyu@chromium.org
2011-03-19
6
-10
/
+156
*
net: add lastpass.com to the HSTS preloaded list.
agl@chromium.org
2011-03-18
2
-0
/
+6
*
net: fix blacklisted serial number.
agl@chromium.org
2011-03-18
1
-1
/
+1
*
Fix flakiness in Alternate-Protocol tests.
willchan@chromium.org
2011-03-18
1
-55
/
+21
*
net: Add two more blacklisted certificates.
agl@chromium.org
2011-03-18
1
-1
/
+3
*
Add market.android.com to HSTS list; this origin already sends the header but
cevans@chromium.org
2011-03-18
2
-0
/
+2
*
Stop subclassing FilterContext in URLRequestJob.
adamk@chromium.org
2011-03-17
4
-55
/
+96
*
Adds memory cache logging, and updates disk cache logging.
mmenke@chromium.org
2011-03-17
14
-269
/
+613
*
Don't record expiration time of unexpiring cookies.
rdsmith@chromium.org
2011-03-17
2
-2
/
+36
*
net: add www.paycheckrecords.com to HSTS preloaded list.
agl@chromium.org
2011-03-17
2
-0
/
+4
*
net: update unittests to reflect preloaded HSTS entries.
agl@chromium.org
2011-03-17
1
-0
/
+6
*
Remove minidump analysis aides from URLRequestThrottlerManager. Leave
joi@chromium.org
2011-03-17
4
-112
/
+25
*
Extracting core back-off logic into a separate class,
joi@chromium.org
2011-03-17
10
-208
/
+526
*
Fix expectations for X509CertificateTest.InvalidKeyUsage:
bulach@chromium.org
2011-03-17
1
-2
/
+15
*
Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext.
adamk@chromium.org
2011-03-17
9
-87
/
+75
*
Blacklist certain leaf certificates.
agl@chromium.org
2011-03-17
6
-0
/
+125
*
Remove URLRequestJobMetrics and related code.
adamk@chromium.org
2011-03-16
7
-144
/
+0
*
More cleanup in Filter/FilterContext: pass and store FilterContext only where...
adamk@chromium.org
2011-03-16
6
-29
/
+23
*
The SPDY Exclusions were broken; the intent of the exclusion is so that our
mbelshe@chromium.org
2011-03-16
4
-19
/
+20
*
Downgrade CHECK to DCHECK on buffer that doesn't fully decompress.
mbelshe@chromium.org
2011-03-16
1
-3
/
+4
*
[Sync] Merged MediatorThread and PushNotificationsThread
akalin@chromium.org
2011-03-16
2
-55
/
+32
*
Various small cleanups in URLRequestJob:
adamk@chromium.org
2011-03-16
2
-39
/
+23
[next]