summaryrefslogtreecommitdiffstats
path: root/net/filter
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add net/base/filename_util.h.sergeyu@chromium.org2014-04-091-1/+2
* Revert 262487 "Add net/base/filename_util.h."sergeyu@chromium.org2014-04-081-2/+1
* Add net/base/filename_util.h.sergeyu@chromium.org2014-04-081-1/+2
* Fix content-encoding handling with buggy servers.ellyjones@chromium.org2014-03-225-3/+43
* If SDCH is disabled, don't add an SDCH filterhuey@chromium.org2014-02-111-1/+4
* Move filter code out of net/base and into new net/filter directory.cbentzel@chromium.org2014-02-0413-0/+3910