summaryrefslogtreecommitdiffstats
path: root/net/filter
Commit message (Expand)AuthorAgeFilesLines
* Log what filter causes a decoding error.rdsmith2016-02-042-1/+8
* Fix division by zero. Test filter with empty output.eustas2016-01-212-3/+22
* Add UMAs to BrotliFilter.eustas2016-01-191-10/+83
* Move bit_cast from base/macros.h to its own headertapted2016-01-144-0/+4
* Add brotli content-encoding filter.eustas2015-12-306-1/+419
* Convert Pass()→std::move() in //netdcheng2015-12-264-14/+14
* Switch to standard integer types in net/.Avi Drissman2015-12-209-17/+30
* Cleanup: Pass std::string as const reference from net/ki.stfu2015-09-221-1/+1
* SdchManager: remove EnableSdchSupportellyjones2015-08-181-2/+1
* New new versions of Starts/EndsWith and SplitString in net.brettw2015-07-061-1/+2
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-171-1/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-091-4/+4
* Add 'explicit' qualifiers to single-arguments ctorsprimiano2015-05-271-1/+1
* Change NetLog::ParametersCallback to return a scoped_ptr.estade2015-05-212-3/+4
* SdchObserver: add OnDictionary{Added,Removed}ellyjones2015-05-141-5/+6
* Refactor NetLog::LogLevel --> NetLogCaptureMode.eroman2015-04-231-1/+1
* Remove SdchDictionary from exposed SdchManager interface.rdsmith2015-04-103-25/+26
* Split SdchManager::Dictionary out into separate class/file.rdsmith2015-04-092-4/+6
* SDCH: record NetworkBytesSavedByCompressionellyjones2015-04-032-1/+21
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-1/+1
* [net] Remove logic for fixing up Gzip encoding type for downloads.asanka2015-03-235-358/+4
* [net] Add UMA for GZIP encoding type fixup heuristics.asanka2015-02-271-3/+40
* net: Remove unused private data membershashimoto2015-01-091-1/+0
* Add an eviction mechanism for SDCH dictionaries.rdsmith2015-01-082-30/+86
* Fix "value possibly truncated" warnings on MSVC, net/ edition.pkasting2014-12-011-1/+1
* Pin dictionaries from being deleted while request is outstanding.rdsmith2014-11-218-125/+241
* Display final filter list for URLRequests in net-internals output.rdsmith2014-11-187-12/+49
* Fix very stupid errors in ResponseCorruptionDetectionCause loggingbaranovich2014-11-141-1/+9
* Sdch view for net-internalsbaranovich2014-11-147-77/+141
* Revert "Sdch view for net-internals"tzik2014-11-047-143/+76
* Sdch view for net-internalsbaranovich2014-11-047-76/+143
* Improve documentation on Filter and fix pipeline overwrite.rdsmith2014-10-313-3/+124
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-2/+2
* Standardize usage of virtual/override/final in net/dcheng2014-10-213-18/+16
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-093-13/+13
* Added new histogram for analyzing SDCH corruption detection cases.rdsmith2014-09-095-6/+61
* Change SDCHDictionaryFetcher to use URLRequest instead of URLFetcher.rdsmith2014-09-091-36/+47
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-041-1/+1
* Remove implicit conversions from scoped_refptr to T* in net/dcheng2014-08-271-2/+2
* Improve testing for SDCH.rdsmith@chromium.org2014-08-193-0/+40
* Added stats on why blacklisted requests were blacklisted.rdsmith@chromium.org2014-08-131-10/+12
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-10/+10
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-10/+10
* Do a quick tweak downwards to SDCH memory limits (esp for mobile).rdsmith@chromium.org2014-06-201-6/+19
* Clear SDCH information on "Clear browsing data" path.rdsmith@chromium.org2014-06-191-5/+3
* Make SdchManager per-profile.rdsmith@chromium.org2014-06-157-123/+148
* Revert 277160 "Make SdchManager per-profile."viettrungluu@chromium.org2014-06-147-148/+123
* Make SdchManager per-profile.rdsmith@chromium.org2014-06-147-123/+148
* Use ICU alternatives in net/base/filename_util.ccmef@chromium.org2014-05-091-4/+3