summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Fix DCHECK on multiple SSL client auths for the same request.mattm@chromium.org2011-04-071-2/+2
* Fix the *AcceptCharset* and *AcceptLanguage* net test failures on the ChromeF...ananta@chromium.org2011-04-071-8/+8
* Remove async functionality from net::CookiePolicy.willchan@chromium.org2011-04-065-177/+12
* Fix the EmptyAcceptLanguage and EmptyAcceptCharset net test failures on IE6. ...ananta@chromium.org2011-04-061-2/+4
* Removing check for NULL pointer. The memory stomper has been fixed.joi@chromium.org2011-04-051-7/+1
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-312-0/+108
* Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.mpcomplete@chromium.org2011-03-305-10/+24
* Fix the comment for URLRequest::Cancel().kinuko@chromium.org2011-03-301-1/+2
* Do not send empty Accept-Language / Accept-Charset headers.willchan@chromium.org2011-03-302-10/+46
* Add another AllowIO exception to URLRequestFileJob.fischman@chromium.org2011-03-291-8/+13
* Forgot to address a comment in r79555.agl@chromium.org2011-03-281-2/+2
* net: allow revocation check failures for HSTS sitesagl@chromium.org2011-03-281-0/+5
* Correctly report HttpOnly cookies and correctly reset the Cookie Monsterjochen@chromium.org2011-03-281-1/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-2812-16/+16
* Update port handling to patch latest HSTS intention. See the bug for URLs thatcevans@chromium.org2011-03-261-1/+0
* Add an opt-out header for HTTP throttling. Never throttle for localhost.joi@chromium.org2011-03-257-41/+282
* Support enabling/disabling the URL request throttler via the about:net-intern...joi@chromium.org2011-03-255-14/+52
* Move declaration of private nested URLRequestHttpJob::HttpRequestContext to ....adamk@chromium.org2011-03-252-25/+28
* Remove all "net::" prefixes under net/url_request for code that'sadamk@chromium.org2011-03-2422-403/+413
* Move URLRequestJob's histogram logic to URLRequestHttpJob.adamk@chromium.org2011-03-244-354/+323
* Remove AddRef()/Release() from ViewHttpCacheJob. Use a Core class.willchan@chromium.org2011-03-222-3/+3
* Add field trial & prerendering information to Net.HttpTimeToFirstBytegavinp@chromium.org2011-03-221-0/+33
* Fix up the last easy URLRequestJob refcounting offenders.willchan@chromium.org2011-03-216-43/+57
* Revert 78883 - Add field trial & prerendering information to Net.HttpTimeToFi...gavinp@chromium.org2011-03-211-34/+1
* Add field trial & prerendering information to Net.HttpTimeToFirstBytegavinp@chromium.org2011-03-211-1/+34
* Fix Linux clang build.willchan@chromium.org2011-03-192-4/+6
* Change some URLRequestJob subclasses to use ScopedRunnableMethodFactory.willchan@chromium.org2011-03-196-13/+31
* Stop subclassing FilterContext in URLRequestJob.adamk@chromium.org2011-03-174-55/+96
* Remove minidump analysis aides from URLRequestThrottlerManager. Leavejoi@chromium.org2011-03-173-110/+24
* Extracting core back-off logic into a separate class,joi@chromium.org2011-03-176-208/+107
* Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext.adamk@chromium.org2011-03-177-58/+27
* Remove URLRequestJobMetrics and related code.adamk@chromium.org2011-03-166-142/+0
* Various small cleanups in URLRequestJob:adamk@chromium.org2011-03-162-39/+23
* Initial support for partitioning cookies for isolated apps.creis@google.com2011-03-152-0/+36
* Reland rest of r77399.willchan@chromium.org2011-03-121-6/+0
* Revert r77399 in preparation for merging a small portion of it to 696.willchan@chromium.org2011-03-111-0/+6
* Revert to CHECK when null entries appear in the throttler map.joi@chromium.org2011-03-111-2/+1
* Coverity: Fix unnecessary call by values.vandebo@chromium.org2011-03-112-2/+2
* Extends NetworkDelegate to avoid use of static_cast<> when handling RegisterP...tony@chromium.org2011-03-103-0/+10
* Reland r77075,r77077.willchan@chromium.org2011-03-091-6/+0
* Put Filter into namespace net.adamk@chromium.org2011-03-081-28/+30
* Fix leak of the onBeforeRequest callback in URLRequest.mpcomplete@chromium.org2011-03-081-3/+3
* Implement blocking for webRequest.onBeforeRequest extension event.mpcomplete@chromium.org2011-03-084-8/+48
* Remove GetInputStreamBufferSize() method from FilterContext.adamk@chromium.org2011-03-082-12/+0
* Revert 77075 - Don't block on stream requests on Alternate-Protocol.jochen@chromium.org2011-03-071-0/+6
* Don't block on stream requests on Alternate-Protocol.willchan@chromium.org2011-03-061-6/+0
* Change from CHECK to DCHECK and attempt to handle NULL values, in preparation...joi@chromium.org2011-03-052-24/+17
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-042-2/+2
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-043-19/+13
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-043-13/+19