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
*
Add script.google.com to HSTS preloaded.
agl@chromium.org
2012-06-21
2
-0
/
+2
*
Add netwatcher command-line utility that watches and logs network events
akalin@chromium.org
2012-06-20
3
-8
/
+228
*
Coverity: Fix a pass-by-value.
jhawkins@chromium.org
2012-06-20
2
-2
/
+2
*
Revert 141941 temporarily - Allow ERR_CONNECTION_RESET during the SSL
wtc@chromium.org
2012-06-20
1
-17
/
+0
*
Coverity: Initialize a member variable.
jhawkins@chromium.org
2012-06-20
1
-1
/
+3
*
Add www.apollo-auto.com as HSTS preloaded.
agl@chromium.org
2012-06-20
2
-0
/
+2
*
Remove message_loop_helpers.h and update the includes to point to the new loc...
tfarina@chromium.org
2012-06-20
1
-1
/
+1
*
[net] Implement MappedHostResolver::ResolveFromCache.
szym@chromium.org
2012-06-20
2
-12
/
+17
*
Reset tunnel request headers after they are sent.
toyoshim@chromium.org
2012-06-20
1
-2
/
+8
*
Move test_url_fetcher_factory.* from content/ to net/url_request
akalin@chromium.org
2012-06-19
4
-2
/
+648
*
[net/dns] Instrument DnsConfigService to measure performance and failures.
szym@chromium.org
2012-06-19
10
-205
/
+348
*
[net/dns] Check for DNS-changer malware on first valid configuration.
szym@chromium.org
2012-06-19
2
-1
/
+56
*
[net/dns] Histograms for the reasons DnsTransaction failed.
szym@chromium.org
2012-06-19
5
-85
/
+123
*
Consider the verification time as well as the expiration time when caching ce...
rsleevi@chromium.org
2012-06-19
6
-45
/
+220
*
SSL_GetChannelInfo and SSL_GetNegotiatedHostInfo should use
wtc@chromium.org
2012-06-19
4
-3
/
+37
*
Disk Cache: Add a histogram to track list head corruption.
rvargas@google.com
2012-06-19
2
-1
/
+49
*
(Finally) Remove NetLog::EventParameters.
mmenke@chromium.org
2012-06-19
6
-203
/
+9
*
Move content::URLFetcher static functions to net::URLFetcher
akalin@chromium.org
2012-06-19
2
-0
/
+60
*
Android: native targets shouldn't depend on java targets.
torne@chromium.org
2012-06-19
1
-1
/
+0
*
NetLogEventParameter to Callback refactoring 10.
mmenke@chromium.org
2012-06-19
2
-0
/
+15
*
Add the NSS patch file for RFC 5764 (DTLS-SRTP) support.
wtc@chromium.org
2012-06-19
3
-0
/
+474
*
Linux: allow proxy PAC file configurations that use just a file path without ...
mdm@chromium.org
2012-06-19
2
-1
/
+19
*
Add a new Net.SpdySynStreamCompressionPercentage histogram for tracking how e...
rch@chromium.org
2012-06-18
1
-1
/
+13
*
Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...
sergeyu@chromium.org
2012-06-16
6
-121
/
+122
*
Do not enqueue multiple socket writes performing an HTTP chunked request
rsleevi@chromium.org
2012-06-15
3
-4
/
+176
*
Move URLFetcherImpl to net/
akalin@chromium.org
2012-06-15
5
-3
/
+1538
*
implement HaveOnlyLoopbackAddresses() for android
james.wei@intel.com
2012-06-15
5
-1
/
+48
*
DnsWatcherThread should be named "DnsWatcher", not "NetworkChangeNotifier".
wtc@chromium.org
2012-06-15
2
-2
/
+2
*
SPDY - Added SETTINGS_MAX_CONCURRENT_STREAMS:1000 in the initial SETTINGS frame,
rtenneti@google.com
2012-06-14
14
-21
/
+146
*
Adjust the expectations of unit tests after the dod_ca_17_cert.der
wtc@chromium.org
2012-06-14
1
-23
/
+22
*
Don't crash when confronted with many set-cookie headers.
shalev@chromium.org
2012-06-14
4
-25
/
+154
*
SPDY: Set initial max concurrent streams to 100
willchan@chromium.org
2012-06-14
1
-1
/
+1
*
NetLogEventParameter to Callback refactoring 9.
mmenke@chromium.org
2012-06-14
22
-361
/
+312
*
NetLogEventParameter to Callback refactoring 7.
mmenke@chromium.org
2012-06-14
7
-176
/
+133
*
NetLogEventParameter to Callback refactoring 11.
mmenke@chromium.org
2012-06-14
2
-0
/
+21
*
Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t...
rsleevi@chromium.org
2012-06-14
17
-194
/
+275
*
NetLogEventParameter to Callback refactoring 8.
mmenke@chromium.org
2012-06-14
8
-87
/
+65
*
Add "crash_test" feature to DNS fuzz stub.
ttuttle@chromium.org
2012-06-14
1
-20
/
+29
*
Add the --ssl-version-min and --ssl-version-max command-line options.
wtc@chromium.org
2012-06-14
1
-2
/
+4
*
[net/dns] If the only name server is 0.0.0.0:53 assume DnsConfig is invalid.
szym@chromium.org
2012-06-14
2
-2
/
+33
*
Disable three CertDatabaseNSSTests to green the tree.
szym@chromium.org
2012-06-14
1
-3
/
+3
*
Select the first protocol from the next protocol list of SSLConfig if If we d...
jnd@chromium.org
2012-06-14
1
-20
/
+19
*
[net/dns] Refactor DnsHostsReader to reduce unnecessary inheritance.
szym@chromium.org
2012-06-14
5
-90
/
+76
*
NetLogEventParameter to Callback refactoring 4.
mmenke@chromium.org
2012-06-14
8
-170
/
+136
*
Disk cache: Make sure that references to IO buffers are
rvargas@chromium.org
2012-06-14
6
-20
/
+66
*
Fix the ant warning of 'includeantruntime was not set' in android build
shouqun.liu@intel.com
2012-06-13
1
-1
/
+1
*
NetLogEventParameter to Callback refactoring 5.
mmenke@chromium.org
2012-06-13
8
-187
/
+103
*
Do not treat weak keys (<1024 bits || MD5) as fatal errors
rsleevi@chromium.org
2012-06-13
1
-1
/
+21
*
A pair of NetLog changes for ongoing refactoring:
mmenke@chromium.org
2012-06-13
2
-0
/
+22
*
Adding logging functionality to the utility gdig
dcastagna@google.com
2012-06-13
4
-5
/
+155
[next]