summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Add APIs to expose http cache's metadata and thervargas@google.com2010-02-231-0/+4
* Replace some net::ERR_FAILED generic error codes with more specific codes.eroman@chromium.org2009-09-241-2/+2
* Prevent a crash that can occur when redirecting a file URL.darin@chromium.org2009-08-211-1/+9
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-0/+17
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-22/+30
* Create a more fine grained histogram of SDCH payload sizesjar@chromium.org2009-06-291-2/+2
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-121-1/+7
* Cleanup code to keep flag showing "was cached" only in URLRequestHttpJobjar@chromium.org2009-05-191-4/+0
* Adjust histograms to only collect non-cache stats for SDCH.jar@chromium.org2009-05-151-27/+33
* Change names of SDCH related histograms.jar@chromium.org2009-05-021-24/+24
* Hand craft an A/B test of SDCH compressionjar@chromium.org2009-04-301-2/+167
* URLRequest::Interceptor enhancements1) Allow an interceptor to change its min...michaeln@google.com2009-04-161-6/+11
* Give the filter setup more context so it can figure out whether it's download...thestig@chromium.org2009-04-101-0/+6
* wtc: please look at URL related code, and hooks and nitsjar@chromium.org2009-03-131-1/+7
* Use FilterContext to allow filters to access URLRequestJob datajar@chromium.org2009-03-091-13/+22
* Make sure filter buffer is flushed after it fills its output quotajar@chromium.org2009-02-241-5/+23
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-4/+6
* revert r8603rvargas@google.com2009-01-241-6/+4
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-4/+6
* Improve SDCH stability stats and error recoveryjar@chromium.org2009-01-201-2/+2
* Correct latency histograms for SDCH encodingjar@chromium.org2009-01-131-1/+2
* Remove overly aggressive assertjar@google.com2008-12-121-9/+0
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-6/+0
* Insert histograms to support latency experiments with SDCHjar@google.com2008-11-071-0/+4
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-1/+3
* Clean up filter and content encoding handling jar@google.com2008-10-271-4/+4
* Add a lot of robustness to SDCH filter decodingjar@google.com2008-10-151-1/+3
* Re-land SDCH filter support experimentjar@google.com2008-09-231-4/+6
* Rollback 2444 and 2443 to get linux and mac prepjar@google.com2008-09-221-6/+4
* Experimental integration of delta compression content encodingjar@google.com2008-09-221-4/+6
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix warnings. The unused var one was introduced two repositories ago, and has...avi@google.com2008-08-211-4/+1
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-0/+27
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-301-2/+2
* Add net to the repository.initial.commit2008-07-261-0/+497