summaryrefslogtreecommitdiffstats
path: root/net/base/filter.cc
Commit message (Expand)AuthorAgeFilesLines
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-2/+3
* Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/...kushi.p@gmail.com2011-05-051-1/+1
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-21/+21
* Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext.adamk@chromium.org2011-03-171-24/+31
* More cleanup in Filter/FilterContext: pass and store FilterContext only where...adamk@chromium.org2011-03-161-4/+3
* Make ReadFilteredData pure virtual in net::Filter to make it clear that subcl...adamk@chromium.org2011-03-091-5/+0
* Put Filter into namespace net.adamk@chromium.org2011-03-081-0/+4
* Remove GetInputStreamBufferSize() method from FilterContext.adamk@chromium.org2011-03-081-23/+30
* net: Add namespace net to Sdch* classes.tfarina@chromium.org2011-02-011-16/+20
* net: Add namespace net to GZip* classes.tfarina@chromium.org2011-01-301-2/+3
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-94/+91
* Treat multiple extensions like .tar.gz as a single extension.estade@chromium.org2010-07-271-5/+5
* Move implementation from header to source.erg@chromium.org2010-07-151-0/+3
* Remove bzip2 decoding support completely.thestig@chromium.org2009-12-081-15/+0
* Clear the gzip filter to file names with gz/tgz extensions only when the mime...thestig@chromium.org2009-08-241-12/+22
* Handle proxy corruption including nesting of compressino algorithmsjar@chromium.org2009-06-221-19/+45
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* Cleanup code to keep flag showing "was cached" only in URLRequestHttpJobjar@chromium.org2009-05-191-2/+2
* Give the filter setup more context so it can figure out whether it's download...thestig@chromium.org2009-04-101-1/+6
* filter_context.GetMimeType returns false if there is nowtc@chromium.org2009-03-271-1/+1
* Do not apply gzip filter to file names with gz/tgz/svgz extensions.thestig@chromium.org2009-03-251-0/+16
* wtc: please look at URL related code, and hooks and nitsjar@chromium.org2009-03-131-47/+8
* Use FilterContext to allow filters to access URLRequestJob datajar@chromium.org2009-03-091-19/+45
* Provide error reporting and recovery for SDCH responses not market as HTMLjar@chromium.org2009-02-211-15/+29
* Correct handling of filter chaining of SDCH and gzip compressionjar@chromium.org2009-01-301-21/+36
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-4/+4
* Adjust SDCH problem code histogram.jar@chromium.org2009-01-271-1/+1
* revert r8603rvargas@google.com2009-01-241-4/+4
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-4/+4
* Provide initialization of member variablejar@chromium.org2009-01-201-0/+1
* Improve SDCH stability stats and error recoveryjar@chromium.org2009-01-201-4/+6
* Correctly handle (and log) receipt of gzip response to SDCH encode proposaljar@google.com2008-12-051-1/+0
* Adjust histograms to get better data for latency experimentsjar@google.com2008-11-221-2/+16
* Insert histograms to support latency experiments with SDCHjar@google.com2008-11-071-0/+6
* Clean up filter and content encoding handling jar@google.com2008-10-271-27/+81
* Add a lot of robustness to SDCH filter decodingjar@google.com2008-10-151-19/+42
* Get open-vcdiff building on Linux and Mac (in SCons) usingsgk@google.com2008-09-301-9/+0
* Use open-vcdiff for sdch compression on the Macmark@chromium.org2008-09-261-6/+6
* Correct typo in SDCH (filter chaining) unit test, and enable testjar@google.com2008-09-251-1/+1
* Don't use SDCH until open_vcdiff works on all platforms.evanm@google.com2008-09-231-0/+9
* Re-land SDCH filter support experimentjar@google.com2008-09-231-3/+77
* Rollback 2444 and 2443 to get linux and mac prepjar@google.com2008-09-221-77/+3
* Experimental integration of delta compression content encodingjar@google.com2008-09-221-3/+77
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add net to the repository.initial.commit2008-07-261-0/+182