summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Register for network notifications from the right thread (network).joi@chromium.org2011-06-062-6/+25
* Changes to have chrome building with net.dllrvargas@google.com2011-06-032-4/+5
* Adds unit tests that attempt to verify the following through simulation:joi@chromium.org2011-06-026-88/+903
* Adds URLRequestJob bytes read to NetLog.mmenke@chromium.org2011-06-011-0/+16
* net: Add NET_API to more code, this time what's used by chrome.dllrvargas@google.com2011-05-316-6/+14
* Make destructor virtual (Clang caught this, yay! :)joi@chromium.org2011-05-271-1/+1
* Anti-DDoS enhancements: Log to net log, UMA stats, improved policy.joi@chromium.org2011-05-276-45/+463
* Remove ProtocolFactory/Interceptor uses in GViewRequestInterceptor.willchan@chromium.org2011-05-264-24/+86
* Revert 86802 - Remove ProtocolFactory/Interceptor uses in GViewRequestInterce...willchan@chromium.org2011-05-263-86/+16
* Remove ProtocolFactory/Interceptor uses in GViewRequestInterceptor.willchan@chromium.org2011-05-263-16/+86
* Fix memory leak.koz@chromium.org2011-05-251-1/+1
* Give URLRequestJobFactory::Interceptors the ability to specify protocols they...koz@chromium.org2011-05-253-0/+69
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-254-4/+4
* Treat ERR_CONNECTION_CLOSED as end-of-data marker for downloads.ahendrickson@chromium.org2011-05-243-5/+97
* Handle <link rel=prerender> in chrome.gavinp@chromium.org2011-05-241-1/+1
* It suffices to just forward-declare DnsCertProvenanceCheckerwtc@chromium.org2011-05-242-2/+1
* Kill URLRequestJobTracker.willchan@chromium.org2011-05-228-421/+38
* net: Add NET_API to url_request.rvargas@google.com2011-05-2011-17/+29
* Modify URLRequest::Delegate::OnCertificateRequested to cancel the request. T...rch@chromium.org2011-05-201-1/+1
* Revert of 85854 which is a revert of 85852 - Add a command line optionrtenneti@chromium.org2011-05-191-0/+2
* Revert 85852 - Add a command line option ("host-resolver-retry-attempts")rtenneti@chromium.org2011-05-191-2/+0
* Add a command line option ("host-resolver-retry-attempts")rtenneti@chromium.org2011-05-191-0/+2
* Switch to using the system request context for OCSP.willchan@chromium.org2011-05-164-26/+2
* MAC Cookies (patch 5 of N)abarth@chromium.org2011-05-161-0/+1
* Create a URLRequestJobFactory to replace the URLRequest globals.willchan@chromium.org2011-05-149-3/+394
* MAC Cookies (patch 4 of N)abarth@chromium.org2011-05-131-5/+33
* Add missing initializer for |proxy_service_| in URLRequestContext constructor.marshall@chromium.org2011-05-131-0/+1
* Implemented RequestHeaders field in extraInfoSpec of webRequest APIbattre@chromium.org2011-05-132-2/+4
* Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...jam@chromium.org2011-05-127-55/+24
* More progress towards removing content settings code from the content layer. ...jam@chromium.org2011-05-107-190/+111
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-101-2/+1
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Add a command-line flag for MAC cookies.abarth@chromium.org2011-05-082-1/+16
* net/url_request/url_request_test_util.h doesn't need to includewtc@chromium.org2011-05-061-1/+0
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-5/+5
* Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...joi@chromium.org2011-05-061-1/+2
* (harmless) Missed include from http://codereview.chromium.org/6930040/cevans@chromium.org2011-05-051-0/+1
* Refactor to address URLRequestContext dependency added incevans@chromium.org2011-05-053-15/+6
* Fix logic for handling reports of malformed bodies. To end up countingjoi@chromium.org2011-05-052-7/+13
* Revert 84196 - Fix logic for handling reports of malformed bodies. To end up ...joi@chromium.org2011-05-052-13/+7
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-051-2/+1
* Fix logic for handling reports of malformed bodies. To end up countingjoi@chromium.org2011-05-052-7/+13
* Allow server to indicate a non-SDCH encodingjar@chromium.org2011-05-041-1/+27
* Tweaks to extension webRequest API.mpcomplete@chromium.org2011-05-033-9/+8
* Add a method for PAC script errors to the network delegate.jochen@chromium.org2011-05-032-0/+5
* Stop refcounting URLRequestTestJobwillchan@chromium.org2011-04-302-20/+42
* Keep track of whether we're getting any certificate pin failures.cevans@chromium.org2011-04-281-4/+9
* Flesh out the onBeforeSendHeaders event a bit more. We now send thempcomplete@chromium.org2011-04-272-0/+4
* Stop refcounting ProxyService.willchan@chromium.org2011-04-273-4/+4
* Fix DirectoryLister not to require refcounting.willchan@chromium.org2011-04-272-39/+11