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
*
Let net_unittests build with the components build on android
thakis@chromium.org
2012-11-30
1
-3
/
+3
*
Use Netlink instead of NetworkManager (via D-bus) to monitor network
pauljensen@chromium.org
2012-11-29
6
-622
/
+359
*
net: block Sirefef.gen!C malware key in code.
agl@chromium.org
2012-11-29
1
-1
/
+4
*
Remove some cases where MockHostResolver was given
mmenke@chromium.org
2012-11-29
1
-0
/
+3
*
net: add special case errors for certificates.
agl@chromium.org
2012-11-28
4
-17
/
+20
*
net: Move ownership of UploadDataStream from URLRequestHttpJob to URLRequest
hashimoto@chromium.org
2012-11-28
7
-6
/
+49
*
[net] Fix AsyncDNS.HaveDnsConfig measurement.
szym@chromium.org
2012-11-28
1
-0
/
+8
*
Updated comment about lifetime of |out_req| parameter to CertVerifier::Verify.
joaodasilva@chromium.org
2012-11-28
1
-3
/
+2
*
net: timeout built-in HSTS in the same way as pins.
agl@chromium.org
2012-11-27
2
-1
/
+18
*
Implement x509_util::IsSupportedValidityRange() for Android / openssl.
digit@chromium.org
2012-11-22
2
-3
/
+53
*
Disable MD5 certificate signatures if NSS is used to verify certificates.
wtc@chromium.org
2012-11-20
1
-6
/
+10
*
Make DownloadHistory observe manager, items
benjhayden@chromium.org
2012-11-20
1
-7
/
+2
*
net: HSTS preloading for www.gov.uk and silentcircle.[com|org]
agl@chromium.org
2012-11-19
2
-0
/
+6
*
[net] Add HostResolver::SetDnsClientEnabled to support dynamic preference (fo...
szym@chromium.org
2012-11-17
5
-33
/
+47
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
3
-6
/
+6
*
net: Pass the real IP address and port for mock TCP sockets where possible.
phajdan.jr@chromium.org
2012-11-16
2
-7
/
+6
*
Add real support for uint128. These files originated with google internally,...
rch@chromium.org
2012-11-16
3
-0
/
+611
*
Remove support for DNSSEC stapled certificates.
agl@chromium.org
2012-11-16
7
-2603
/
+1
*
Don't call base::ClosePlatformFile on a closed file handle.
wtc@chromium.org
2012-11-15
1
-1
/
+0
*
[net] Disable DnsClient in HostResolverImpl after a streak of consecutive fai...
szym@chromium.org
2012-11-15
3
-4
/
+116
*
net: HSTS updates for onlime.ch and mayfirst.org
agl@chromium.org
2012-11-15
2
-8
/
+18
*
Add certificate pinning for crypto.cat.
agl@chromium.org
2012-11-15
4
-2
/
+70
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
7
-7
/
+7
*
net: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-14
8
-25
/
+25
*
net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq...
hashimoto@chromium.org
2012-11-14
2
-2
/
+16
*
net: Change type of UploadData::elements from std::vector to ScopedVector
hashimoto@chromium.org
2012-11-14
5
-44
/
+23
*
Set blocked_on_delegate_ when a URLRequest is blocked by
mmenke@chromium.org
2012-11-14
1
-2
/
+7
*
Fix TestGetExtensionsForMimeType unittest on iOS.
blundell@chromium.org
2012-11-13
1
-1
/
+1
*
[net] Fix parsing of HostCacheSize field trial group name.
szym@chromium.org
2012-11-12
1
-3
/
+3
*
net: add DANE support for DNSSEC stapled certificates.
agl@chromium.org
2012-11-12
3
-2
/
+107
*
net: add a couple of entries to the HSTS preloaded list.
agl@chromium.org
2012-11-12
3
-3
/
+9
*
[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
[next]