summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Move SpdyFramer::set_enable_compression_default to BufferedSpdyFramerrch@chromium.org2012-04-249-17/+22
* Linux: Add support for new KDE space-delimited proxy port numbers.mdm@chromium.org2012-04-242-4/+32
* BackoffEntry: Add the option to use a delay between requestsmmenke@chromium.org2012-04-245-20/+141
* Clean up a raft of SPDY files to bring in sync with serverrch@chromium.org2012-04-244-162/+143
* Use base::MessageLoopProxy instead of MessageLoop in ProxyConfigServiceLinux.sergeyu@chromium.org2012-04-244-55/+69
* [net] Change order of RequestPriority to natural: higher > lowerszym@chromium.org2012-04-2421-116/+115
* Revert 128414 - Disable OCSP tests on Androidjnd@chromium.org2012-04-242-12/+0
* testserver: pass options through bytes() before using with binary data.agl@chromium.org2012-04-241-1/+2
* Remove net-internals page for throttling, introduce flag for extension devs i...joi@chromium.org2012-04-241-2/+1
* Mark HttpNetworkTransactionSpdy2Test.UseIPConnectionPooling as flakyjeremy@chromium.org2012-04-241-1/+1
* Update net/android/network_library.cc with fresher code.yfriedman@chromium.org2012-04-245-73/+181
* Disk cache: Add more logging to track disk errors.rvargas@google.com2012-04-231-1/+3
* Remove X-Retry-After support.joi@chromium.org2012-04-236-106/+3
* Remove SPDY priority #defines from spdy_protocol.h since they differ between ...rch@chromium.org2012-04-232-11/+8
* 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