summaryrefslogtreecommitdiffstats
path: root/components/data_reduction_proxy
Commit message (Expand)AuthorAgeFilesLines
* Convert ARRAYSIZE_UNSAFE -> arraysize in components/.viettrungluu2014-10-166-30/+29
* Expose data reduction proxy auth token for internal builds.kundaji2014-10-153-0/+18
* Data reduction proxy to a layered component.megjablon2014-10-1450-152/+159
* Change MISSING_VIA_HEADER_4XX bypasses to only last 1 second.sclittle2014-10-112-0/+16
* Declaring the weak_ptr_factory in proper order in src/componentspramod.bs2014-10-092-3/+3
* Remove implicit conversions from scoped_refptr to T* in components/data_reduc...dcheng2014-10-082-2/+2
* Fix race condition in DRPhush2014-10-073-29/+63
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-0611-45/+45
* Add client type in chrome-proxy header for desktop.kundaji2014-10-023-55/+86
* Copy latest data reduction proxy urls to params.kundaji2014-09-261-4/+7
* Maybe add CORS headers to data reduction proxy redirectbengr2014-09-262-0/+58
* Add space to Accept-Encoding header values.jgraettinger2014-09-241-3/+3
* Adds UMA to measure when the data reduction proxy via header is missingsclittle2014-09-2410-52/+392
* Revert "Adds UMA to measure when the data reduction proxy via header is missing"Scott Graham2014-09-2410-391/+52
* Adds UMA to measure when the data reduction proxy via header is missingsclittle2014-09-2310-52/+391
* Trigger data reduction proxy unreachable message via on proxy fall back.kundaji2014-09-235-97/+147
* Add data reduction functionality to all platforms.kundaji2014-09-2310-69/+56
* Interface change for net_util.h for WebRTC IPv6 support.guoweis2014-09-221-16/+18
* Disable fallback support for alternative data reduction proxybengr2014-09-225-36/+181
* Use chromium version for data reduction proxy versionbengr2014-09-215-10/+107
* DataReductionProxy.BypassedBytes.* counts all triggering request bytesmegjablon2014-09-201-12/+17
* Ignore MISSING_VIA_HEADER_OTHER bypasses if in relevant finch trialsclittle2014-09-203-5/+29
* Remove primary data reduction proxy workaround added by crbug.com/388358.bolian2014-09-182-25/+3
* Added flag to enable the data reduction proxy alternativebengr2014-09-181-2/+7
* Update data reduction proxy statistics prefs less often on desktopmegjablon2014-09-1813-104/+557
* Add embedder-specific headers to HTTP CONNECT tunnel requestbengr2014-09-106-9/+186
* Removed connection warmup logic from data reduction proxybengr2014-09-105-64/+0
* Make the DataCompressionProxyDevRollout trial be able to override both the pr...bolian2014-09-0910-28/+80
* Make URLRequest's constructor private, and make URLRequestContext a friend cl...mmenke2014-09-091-13/+15
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+1
* Add lots of testonly annotations to the GN build.Brett Wilson2014-09-081-0/+2
* Removing LOG(WARNING) from DataReductionProxyUsageStats that made it in https...megjablon2014-09-071-5/+0
* Chrome-Proxy will now have three directives relevant to versioning:megjablon2014-09-053-13/+92
* Fixing bug where DataReductionProxy.BypassedBytes.LocalBypassRulesmegjablon2014-09-054-12/+62
* Fix midnight determinationboriay2014-08-291-10/+6
* Work on GN build of Chrome.Brett Wilson2014-08-261-0/+2
* Remove implicit conversions from scoped_refptr to T* in components/data_reduc...dcheng2014-08-264-29/+33
* If the primary data reduction proxy is disabled, it won't appear in themegjablon2014-08-262-37/+64
* Allow URLRequests from one context to have different NetworkDelegates.mmenke@chromium.org2014-08-212-33/+36
* Keep track of network error in ProxyRetryInfo.kundaji@chromium.org2014-08-152-4/+2
* Sanity check ProxyServer in DataReductionProxyUsageStatsbengr@chromium.org2014-08-151-1/+2
* Fixing DataReductionProxy.BypassedBytes.ShortAudioVideo UMA.megjablon@chromium.org2014-08-141-10/+12
* Use data reduction proxy when managed proxy config returns directbengr@chromium.org2014-08-148-38/+127
* Added support for 'Chrome-Proxy: block-once' headersclittle@chromium.org2014-08-145-13/+278
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-133-22/+19
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-133-19/+22
* Data reduction proxy sessions last no more than 24 hoursbengr@chromium.org2014-08-133-32/+100
* Remove IPAddressObserver in data reduction proxy destructorbengr@chromium.org2014-08-111-0/+1
* Removed data compression UMA from ProxyServicebengr@chromium.org2014-08-1012-153/+368
* Implement client side tamper detection logic.xingx@chromium.org2014-08-094-0/+1300