summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_job.h
Commit message (Expand)AuthorAgeFilesLines
* Add APIs to expose http cache's metadata and thervargas@google.com2010-02-231-1/+5
* Minor cleanup, removed unused URLRequestJob::GetMoreData() method.michaeln@chromium.org2009-12-301-5/+0
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+3
* Prevent a crash that can occur when redirecting a file URL.darin@chromium.org2009-08-211-1/+3
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-4/+3
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-1/+7
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-121-1/+4
* Cleanup code to keep flag showing "was cached" only in URLRequestHttpJobjar@chromium.org2009-05-191-4/+10
* Adjust histograms to only collect non-cache stats for SDCH.jar@chromium.org2009-05-151-1/+1
* Hand craft an A/B test of SDCH compressionjar@chromium.org2009-04-301-1/+53
* URLRequest::Interceptor enhancements1) Allow an interceptor to change its min...michaeln@google.com2009-04-161-0/+4
* Give the filter setup more context so it can figure out whether it's download...thestig@chromium.org2009-04-101-0/+6
* Move position of declaration per nit on larger CL that landedjar@chromium.org2009-03-301-3/+1
* Use HTTP status return code to make SDCH handling more robust.jar@chromium.org2009-03-301-2/+2
* 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-6/+14
* Landing again the CL that adds security info to canceled requests (last time ...jcampan@chromium.org2009-03-081-0/+3
* Revert change 11197 because it created 138 new layout testsnsylvain@chromium.org2009-03-071-3/+0
* Landing again the CL that adds security info to canceled requests (it was bre...jcampan@chromium.org2009-03-071-0/+3
* Reverting 11179.jcampan@chromium.org2009-03-071-3/+0
* This CL adds a way to specify the security info when canceling a URLRequest.jcampan@chromium.org2009-03-071-0/+3
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Make sure filter buffer is flushed after it fills its output quotajar@chromium.org2009-02-241-0/+5
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-7/+5
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-3/+4
* revert r8603rvargas@google.com2009-01-241-4/+3
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-3/+4
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-8/+0
* Clean up filter and content encoding handling jar@google.com2008-10-271-6/+8
* Add a lot of robustness to SDCH filter decodingjar@google.com2008-10-151-0/+4
* Re-land SDCH filter support experimentjar@google.com2008-09-231-4/+14
* Rollback 2444 and 2443 to get linux and mac prepjar@google.com2008-09-221-14/+4
* Experimental integration of delta compression content encodingjar@google.com2008-09-221-4/+14
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-22/+5
* Change the UrlRequestJob base class to be thread safe because the sub class U...nsylvain@google.com2008-08-081-1/+4
* Fix header include guards.darin@google.com2008-08-041-3/+3
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-301-3/+3
* Add net to the repository.initial.commit2008-07-261-0/+336