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