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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
[net] Measure DNS.CacheEvicted and DNS.CacheExpired.
szym@chromium.org
2012-11-08
3
-5
/
+61
*
Fix GetExtensionsForMimeType() function.
kmadhusu@chromium.org
2012-11-08
2
-2
/
+7
*
net: Enhance UploadElementReaders' const correctness
hashimoto@chromium.org
2012-11-08
2
-14
/
+14
*
When ordering client certificates, use a constant time for determining validity.
rsleevi@chromium.org
2012-11-08
2
-4
/
+11
*
EISCONN is not defined in Visual C++ 2008. The check for EISCONN
wtc@chromium.org
2012-11-07
1
-0
/
+7
*
[net] Set default HostCache size according to HostCacheSize field trial.
szym@chromium.org
2012-11-07
1
-9
/
+10
*
Resolve a strict-weak-ordering issue when sorting certificates and both are e...
rsleevi@chromium.org
2012-11-07
1
-2
/
+2
*
FTP: add net-internals logging.
phajdan.jr@chromium.org
2012-11-07
1
-0
/
+33
*
Pre-populate net-internals with information about
mmenke@chromium.org
2012-11-06
4
-74
/
+96
*
Sort client certificates by preference before prompting the user
rsleevi@chromium.org
2012-11-06
3
-0
/
+121
*
[net] Make HostResolverImpl::OnIPAddressChange faster by removing blocking on...
szym@chromium.org
2012-11-06
2
-130
/
+80
*
net: Implement canceling of all async operations in FileStream.
paivanof@gmail.com
2012-11-06
13
-2024
/
+1167
*
Add GetWebSocketTestDataDirectory() to test_data_directory
toyoshim@chromium.org
2012-11-06
2
-0
/
+10
*
Helper functions in NetworkChangeNotifier related to WWAN use
droger@chromium.org
2012-11-05
2
-3
/
+36
*
net: Allow calling UploadDataStream::Init() multiple times for reset purpose
hashimoto@chromium.org
2012-11-02
9
-69
/
+441
*
First step towards component build for Android.
yfriedman@chromium.org
2012-11-01
1
-1
/
+1
*
Add net/base/test_data_directory.h
toyoshim@chromium.org
2012-11-01
9
-16
/
+44
*
Add HSTS preload for code.google.com.
palmer@chromium.org
2012-10-31
2
-2
/
+7
*
Disable HSTS when max-age is 0.
palmer@chromium.org
2012-10-31
2
-7
/
+13
*
Add an HSTS preload for history.google.com.
palmer@chromium.org
2012-10-30
2
-0
/
+2
*
Add an HSTS preload for another alias of Chromium Rietveld.
palmer@chromium.org
2012-10-30
2
-0
/
+2
*
Remove the expired DnsImpact field trial.
stevet@chromium.org
2012-10-29
1
-11
/
+0
*
Handle the case where IAttachmentExecute::Save() deletes a downloaded file.
asanka@chromium.org
2012-10-29
1
-1
/
+3
*
Add upload identifier to URLRequest::Start net log event.
cbentzel@chromium.org
2012-10-27
1
-0
/
+2
*
Add NetworkChangeNotifier connectivity events to the NetLog.
pauljensen@chromium.org
2012-10-27
3
-2
/
+35
*
Apply a few missing const qualifiers in net/
digit@chromium.org
2012-10-26
1
-5
/
+5
*
[net] Move call to HaveOnlyLoopbackAddresses from HostResolverImpl ctor to Wo...
szym@chromium.org
2012-10-26
2
-7
/
+52
*
Update mime type matching to handle parameters.
gbillock@chromium.org
2012-10-26
2
-16
/
+103
*
Fix Android cryptographic key pair storage.
digit@chromium.org
2012-10-25
1
-11
/
+23
*
[net] When using TTL from DnsTask, set it to at least 60 seconds.
szym@chromium.org
2012-10-25
4
-51
/
+56
*
net: update Twitter HSTS entry.
agl@chromium.org
2012-10-24
2
-4
/
+4
*
Allow a retry of a blocking connect() on EINTR to fail with EISCONN.
wtc@chromium.org
2012-10-23
1
-1
/
+2
*
[net/dns] Add histograms for duration of DnsTask, fallback to ProcTask and Dn...
szym@chromium.org
2012-10-23
1
-4
/
+16
*
[net] Change factory methods for HostResolver and HostCache to return a scope...
szym@chromium.org
2012-10-22
10
-127
/
+114
*
net: add a couple of RedHat domains to the HSTS preloaded list.
agl@chromium.org
2012-10-22
2
-0
/
+4
*
net: add (*.)stocktrade.de to HSTS preloaded.
agl@chromium.org
2012-10-22
2
-0
/
+2
*
net: Delete special logic for chunked upload
hashimoto@chromium.org
2012-10-22
4
-106
/
+97
*
Create a barebones DNS prober
ttuttle@chromium.org
2012-10-20
2
-3
/
+2
*
Make original_response_headers parameter of NetworkDelegate::OnHeadersReceive...
battre@chromium.org
2012-10-20
2
-3
/
+3
*
Enable MD5 certificate signatures until we figure out how to deal
wtc@chromium.org
2012-10-19
1
-37
/
+17
*
net: Remove unnecessary ScopedAllowIO from UploadFileElementReader
hashimoto@chromium.org
2012-10-19
1
-6
/
+0
*
net: add (*.)itriskltd.com" to HSTS preloaded list.
agl@chromium.org
2012-10-18
2
-0
/
+2
*
Reland: Implement ScopedTestNSSDB instead of OpenTestNSSDB()
toyoshim@chromium.org
2012-10-18
1
-11
/
+3
*
Bring Strict-Transport-Security parsing closer to spec.
palmer@chromium.org
2012-10-17
2
-34
/
+117
*
Revert 162327 - Implement ScopedTestNSSDB instead of OpenTestNSSDB()
estade@chromium.org
2012-10-17
1
-3
/
+11
*
net: Make UploadDataStream::Read() asynchronous
hashimoto@chromium.org
2012-10-17
12
-183
/
+515
*
[net] Add AsyncDNS.TTL histogram.
szym@chromium.org
2012-10-17
6
-49
/
+85
*
Implement ScopedTestNSSDB instead of OpenTestNSSDB()
toyoshim@chromium.org
2012-10-17
1
-11
/
+3
*
Make NetworkChangeNotifierWin poll more than once when looking for offline to...
pauljensen@chromium.org
2012-10-13
2
-2
/
+26
*
Don't use web intents for rss feeds.
gbillock@chromium.org
2012-10-12
1
-0
/
+2
[next]