summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request.cc
Commit message (Expand)AuthorAgeFilesLines
* Add APIs to expose http cache's metadata and thervargas@google.com2010-02-231-0/+5
* Add some extra request information to LoadLog:eroman@chromium.org2010-01-211-0/+7
* Add the ability to enable full logging for LoadLogs.eroman@chromium.org2009-12-211-6/+9
* If we redirect from an https to an http site, ensure that we don'tjaphet@chromium.org2009-12-161-0/+5
* Update network priorities to support better granularitymbelshe@google.com2009-12-021-1/+1
* Propagate the "first party for cookies" from WebKit to the network stackwtc@chromium.org2009-11-131-1/+0
* Plumb LoadLog into SocketStreamukai@chromium.org2009-11-131-3/+10
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-061-1/+4
* Change the request tracking done by about:net-internals to be per context rat...eroman@chromium.org2009-10-221-105/+13
* Disable the leak tracking of URLRequests.eroman@chromium.org2009-09-301-2/+3
* Use "GURL::possibly_invalid_spec()" rather than "GURL::spec()", in case the G...eroman@chromium.org2009-09-101-5/+4
* Add trace-point for URLRequest to the LoadLog.eroman@chromium.org2009-09-041-0/+4
* Keep track of the live URLRequest instances, and the last 25 that were destro...eroman@chromium.org2009-09-021-17/+108
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-2/+0
* Sanitizing the referrer header before starting the automation request.TEST=Ru...tommi@chromium.org2009-08-311-0/+14
* Prevent a crash that can occur when redirecting a file URL.darin@chromium.org2009-08-211-0/+1
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-1/+3
* Fix 307 redirects of a POST request to actually send the body again, and add adarin@chromium.org2009-07-301-1/+1
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-11/+15
* Return Error Status Upon Blocking Requestsidanan@chromium.org2009-07-241-2/+2
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-3/+13
* Change URLRequest to return net::ERR_INVALID_URL on redirects to invalid urls.willchan@chromium.org2009-07-211-0/+3
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-121-1/+7
* Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...abarth@chromium.org2009-05-231-2/+3
* URLRequest::Interceptor enhancements1) Allow an interceptor to change its min...michaeln@google.com2009-04-161-4/+48
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-2/+2
* Respect cookies set in a 401 responses when restarting the http transaction.ericroman@google.com2009-03-271-20/+2
* Reverting 12479 which reverted 12470.willchan@chromium.org2009-03-251-1/+2
* Reverting 12470.willchan@chromium.org2009-03-251-2/+1
* Prioritize which HTTP requests get a socket first by adding a priority level ...willchan@chromium.org2009-03-251-1/+2
* Landing again the CL that adds security info to canceled requests (last time ...jcampan@chromium.org2009-03-081-2/+16
* Revert change 11197 because it created 138 new layout testsnsylvain@chromium.org2009-03-071-16/+2
* Landing again the CL that adds security info to canceled requests (it was bre...jcampan@chromium.org2009-03-071-2/+16
* Reverting 11179.jcampan@chromium.org2009-03-071-16/+2
* This CL adds a way to specify the security info when canceling a URLRequest.jcampan@chromium.org2009-03-071-2/+16
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-2/+51
* Add a constraint on how many requests can be outstanding for any given render...ericroman@google.com2009-02-061-5/+5
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-1/+1
* revert r8603rvargas@google.com2009-01-241-1/+1
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-1/+1
* Correct latency histograms for SDCH encodingjar@chromium.org2009-01-131-2/+3
* 307 redirects of POST should generate POSTs instead of GETs.abarth@chromium.org2008-12-121-10/+12
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-221-1/+1
* Rollback "Remove use of wide characters in stats table identifiers."evanm@google.com2008-11-211-1/+1
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-211-1/+1
* Don't send Content-Type when redirecting from a POST.ericroman@google.com2008-11-151-0/+45
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-1/+1
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-1/+1
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-261-0/+7
* Use a more compact license header in source files.license.bot2008-08-241-28/+4