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
*
Replace hardcoded ssl_variant_stream with ss->protocolVariant.
wtc@chromium.org
2012-08-16
5
-3
/
+61
*
net: cleanup code to disable ECDSA
agl@chromium.org
2012-08-16
1
-34
/
+11
*
net: disable ECDSA ciphersuites on platforms where we can't support it.
agl@chromium.org
2012-08-16
2
-0
/
+34
*
net: preparatory patch for crbug.com/142782
agl@chromium.org
2012-08-16
1
-0
/
+8
*
Added warning when URLRequestContextGetter leaks.
atwilson@chromium.org
2012-08-15
1
-1
/
+7
*
Adding AndroidProxySelectorTest to ContentShell
aurimas@chromium.org
2012-08-15
2
-0
/
+339
*
[net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...
szym@chromium.org
2012-08-15
22
-111
/
+1554
*
[net/dns] Don't conflate all unhandled errors into DNS_SERVER_FAILED.
szym@chromium.org
2012-08-15
1
-1
/
+1
*
net: workaround compression leaks
agl@chromium.org
2012-08-15
5
-56
/
+218
*
When measuring waste in the DNS resolver related to AF_UNSPEC lookups, also
pauljensen@chromium.org
2012-08-15
1
-40
/
+41
*
SPDY: WriteHeaders should invoke OnDataSent callback
toyoshim@chromium.org
2012-08-15
14
-30
/
+77
*
[net/dns] Hardcode DnsConfig.timeout to 1 second.
szym@chromium.org
2012-08-15
3
-2
/
+9
*
Revert 151586 - [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort add...
brettw@chromium.org
2012-08-14
22
-1536
/
+111
*
[net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...
szym@chromium.org
2012-08-14
22
-111
/
+1536
*
Exclude more files from Android build
wangxianzhu@chromium.org
2012-08-14
1
-0
/
+1
*
Revert "net: workaround compression leaks"
agl@chromium.org
2012-08-14
5
-218
/
+56
*
net: workaround compression leaks
agl@chromium.org
2012-08-14
5
-56
/
+218
*
Sort includes in cookie_monster.h.
pliard@chromium.org
2012-08-14
1
-1
/
+1
*
WebSocket over SPDY: handshake support for both of SPDY/2 and SPDY/3
toyoshim@chromium.org
2012-08-14
9
-170
/
+445
*
Set TCP_KEEPALIVE idle and interval on Android.
pliard@chromium.org
2012-08-14
1
-1
/
+1
*
Tweak the tests to match the original intention.
wtc@chromium.org
2012-08-13
1
-0
/
+7
*
Revert "TLS channel id field trial."
mattm@chromium.org
2012-08-13
2
-11
/
+0
*
Make jars build from a single ant .xml template
cjhopman@chromium.org
2012-08-13
1
-16
/
+0
*
Removed checks that verify URLRequest has a Context
shalev@chromium.org
2012-08-13
5
-45
/
+32
*
Add histograms to NetworkChangeNotifier to identify ways to improve interface
pauljensen@chromium.org
2012-08-13
3
-0
/
+142
*
Measure DNS resolution waste from not always performing AF_UNSPEC lookups.
pauljensen@chromium.org
2012-08-13
1
-2
/
+40
*
[net] Use only DnsConfigService to detect DNS changes in HostResolverImpl
szym@chromium.org
2012-08-13
2
-34
/
+19
*
Remove unnecessary assignment in transport_client_socket_unittest.cc.
pliard@chromium.org
2012-08-13
1
-1
/
+1
*
Remove extra space in net_jni_registrar.cc.
pliard@chromium.org
2012-08-13
1
-1
/
+1
*
net: add (*.)piratenlogin.de to HSTS preloaded.
agl@chromium.org
2012-08-13
2
-0
/
+2
*
Check ignore-certificate-erros in SocketStream
bashi@chromium.org
2012-08-13
1
-3
/
+8
*
Turn off TLS 1.1.
wtc@chromium.org
2012-08-12
4
-16
/
+3
*
Change the type of file_type parameter to int, as the parameter actually take...
haruki@chromium.org
2012-08-12
2
-8
/
+4
*
Enabled SignInAfterInit test.
atwilson@chromium.org
2012-08-11
1
-0
/
+1
*
Remove packaged app Windows shortcuts when app is uninstalled.
benwells@chromium.org
2012-08-10
1
-1
/
+1
*
Clean-up inline members of nested classes (net/)
hans@chromium.org
2012-08-09
36
-140
/
+278
*
Add HttpCache histograms focussed on blocking and transaction type.
gavinp@chromium.org
2012-08-09
9
-9
/
+220
*
Make java.gypi export jar path to input_jars_paths variable
cjhopman@chromium.org
2012-08-09
1
-5
/
+3
*
Add a menu item to content_shell to open devtools to make it more discoverable.
jam@chromium.org
2012-08-09
4
-2
/
+31
*
Update license tool to check several additional directories
steveblock@chromium.org
2012-08-09
3
-0
/
+14
*
Built crypto and crypto_unittests for iOS
msarda@chromium.org
2012-08-09
1
-3
/
+1
*
Fix proxy CONNECT response handling
ttuttle@chromium.org
2012-08-09
15
-148
/
+460
*
Add WebSocketStream interface.
yutak@chromium.org
2012-08-09
2
-0
/
+105
*
Revert 150375 - Implement SHA-256 fingerprint support
palmer@chromium.org
2012-08-08
33
-506
/
+229
*
Implement SHA-256 fingerprint support
palmer@chromium.org
2012-08-07
33
-229
/
+506
*
Fix comment nits. This is a follow-up to
wtc@chromium.org
2012-08-07
3
-13
/
+13
*
[Android] Add chrome_java target for building Java code in the chromium layer.
yfriedman@chromium.org
2012-08-06
1
-39
/
+10
*
Revert 150124 - Implement SHA-256 fingerprint support.
dimich@chromium.org
2012-08-06
33
-506
/
+229
*
Implement SHA-256 fingerprint support.
palmer@chromium.org
2012-08-06
33
-229
/
+506
*
SPDY - Handle incomplete headers during server push.
rtenneti@chromium.org
2012-08-06
15
-18
/
+291
[next]