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 a number of tests to spdy_framer_test.cc from server code.
rch@chromium.org
2012-04-23
1
-1
/
+293
*
Remove SpdyFramer::CompressFrame() and use CompressControlFrame instead.
rch@chromium.org
2012-04-23
6
-32
/
+42
*
Upstream changes making ListenSocket an abstract class.
pliard@chromium.org
2012-04-23
11
-478
/
+538
*
Fix kDataFlagsMask, which I missed in an earlier CL.
rch@chromium.org
2012-04-23
1
-1
/
+1
*
Change resource handling policy to allow feed types to download so they can b...
gbillock@chromium.org
2012-04-23
1
-2
/
+0
*
Reset the svn:executable bit on scripts that are not executable.
maruel@chromium.org
2012-04-23
1
-0
/
+0
*
Set svn:executable bit on scripts that are executable.
maruel@chromium.org
2012-04-23
1
-0
/
+1
*
Change --variable argument, must now be spaced, -V foo bar, instead of -V foo...
maruel@chromium.org
2012-04-23
1
-2
/
+2
*
net: Use operator!= from scoped_ptr to check if |original_url_| is NULL.
tfarina@chromium.org
2012-04-22
1
-1
/
+1
*
Change SpdyFrameBuilder::length() to return size_t instead of int to avoid a ...
rch@chromium.org
2012-04-21
3
-14
/
+14
*
Support simple proxy configuration for all platforms other than Linux
willchan@chromium.org
2012-04-21
3
-9
/
+39
*
Merge changes to SpdyFramer from server code (#88):
rch@chromium.org
2012-04-21
3
-58
/
+112
*
[net/dns] Use res_getservers to retrieve nameserver addresses in DnsConfigSer...
szym@chromium.org
2012-04-20
1
-2
/
+19
*
net: only False Start with forward secret servers.
agl@chromium.org
2012-04-20
5
-5
/
+76
*
Revert 133226 - Merge changes to SpdyFramer from server code (#88):
rch@chromium.org
2012-04-20
3
-100
/
+48
*
Merge changes to SpdyFramer from server code (#88):
rch@chromium.org
2012-04-20
3
-48
/
+100
*
Fix DrMemory leaks in dhcp code.
willchan@chromium.org
2012-04-20
1
-8
/
+13
*
Report cases where the connection appears to close too early while transferri...
cbentzel@chromium.org
2012-04-20
6
-12
/
+49
*
Merge changes to SpdyFramer from server code (#83):
rch@chromium.org
2012-04-20
6
-186
/
+83
*
Add field trial for domain bound certificates.
mattm@chromium.org
2012-04-20
2
-0
/
+11
*
Add NetworkChangeNotifier for Android.
yfriedman@chromium.org
2012-04-20
8
-2
/
+367
*
Merge changes to SpdyFramer from server code (#87, #82):
rch@chromium.org
2012-04-20
2
-77
/
+74
*
Disk cache: print out the name of the folders when there's an error
rvargas@google.com
2012-04-20
1
-1
/
+2
*
Fix small typo in spdy_frame_reader.h
rch@chromium.org
2012-04-19
2
-4
/
+4
*
[net/dns] Total refactoring of HostResolverImplTest.
szym@chromium.org
2012-04-19
2
-1331
/
+715
*
Removing DEPTH support.
maruel@chromium.org
2012-04-19
1
-1
/
+0
*
Remove the SpdyStatusCode INVALID_ASSOCIATED_STREAM which was never defined i...
rch@chromium.org
2012-04-19
5
-5
/
+16
*
Mark flaky: URLRequestTestHTTP.ProxyTunnelRedirectTest
jbates@chromium.org
2012-04-18
1
-1
/
+2
*
Disk cache: Remove per-size-group histograms and a few stale ones.
rvargas@google.com
2012-04-18
3
-29
/
+12
*
Integrate server change to SpdyFrame which eliminates the expandable control ...
rch@chromium.org
2012-04-18
3
-128
/
+51
*
SPDY - replaced SpdySettings (list) with SettingsMap
rtenneti@chromium.org
2012-04-18
27
-416
/
+198
*
Bring spdy_frame_builder.{h,cc} into agreement with server code.
rch@chromium.org
2012-04-18
2
-4
/
+3
*
Remove unused constants from spdy_protocol.h
rch@chromium.org
2012-04-17
1
-9
/
+0
*
[net/dns] Watch configd notifications to detect DnsConfig changes on Mac.
szym@chromium.org
2012-04-17
6
-12
/
+153
*
Create a URLRequestContextBuilder.
willchan@chromium.org
2012-04-17
5
-1
/
+444
*
Make string literal initialization more idiomatic.
thakis@chromium.org
2012-04-17
1
-3
/
+3
*
Revert 132608 - Removing DEPTH support.
sky@chromium.org
2012-04-17
1
-0
/
+1
*
Make ConvertRequestPriorityToSpdyPriority aware of new SPDY 3 priorities.
rch@chromium.org
2012-04-17
16
-50
/
+88
*
Revert 132478 - Attempt to close idle connections in higher layer socket pool...
rch@chromium.org
2012-04-17
2
-182
/
+5
*
net: support SHA512 hashes in DNSSEC chains.
agl@chromium.org
2012-04-17
2
-5
/
+23
*
Removing DEPTH support.
maruel@chromium.org
2012-04-17
1
-1
/
+0
*
Attempt to close idle connections in higher layer socket pools when a lower l...
rch@chromium.org
2012-04-16
2
-5
/
+182
*
Changed TestShellWebMimeRegistryImpl to blacklist rather than whitelist conta...
ddorwin@chromium.org
2012-04-16
2
-14
/
+64
*
Factor out the code to write control and frame headers into a new constructor...
rch@chromium.org
2012-04-16
4
-121
/
+98
*
FTP: make the code handling server messages in directory listings more general.
phajdan.jr@chromium.org
2012-04-14
4
-21
/
+79
*
net: move HSTS preloaded and pinning info out of code.
agl@chromium.org
2012-04-13
8
-2188
/
+945
*
Disable CHECK(false) in NetworkChangeNotifier::Create on ChromeOS
oshima@chromium.org
2012-04-13
1
-0
/
+5
*
Re-enable the missing CertVerifyProc tests from net_unittests
rsleevi@chromium.org
2012-04-13
1
-0
/
+1
*
Remove resize support from SpdyFrameBuilder
rch@chromium.org
2012-04-13
2
-38
/
+9
*
HTTP Cache: Add more POST unit tests.
rvargas@google.com
2012-04-13
1
-20
/
+42
[next]