| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoids | cevans@chromium.org | 2011-04-19 | 4 | -15/+15 |
* | Allow extensions to redirect requests in onBeforeRequest. | mpcomplete@chromium.org | 2011-04-15 | 5 | -39/+153 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -2/+0 |
* | net: implement the beginnings of HSTS pinning | agl@chromium.org | 2011-04-14 | 1 | -0/+19 |
* | Revert "Allow extensions to redirect requests in onBeforeRequest." | mpcomplete@chromium.org | 2011-04-13 | 5 | -153/+39 |
* | Allow extensions to redirect requests in onBeforeRequest. | mpcomplete@chromium.org | 2011-04-13 | 5 | -39/+153 |
* | Add gmail.com and googlemail.com to the HSTS hardcoded list. These domains | cevans@chromium.org | 2011-04-09 | 2 | -2/+16 |
* | Fix DCHECK on multiple SSL client auths for the same request. | mattm@chromium.org | 2011-04-07 | 1 | -2/+2 |
* | Fix the *AcceptCharset* and *AcceptLanguage* net test failures on the ChromeF... | ananta@chromium.org | 2011-04-07 | 1 | -8/+8 |
* | Remove async functionality from net::CookiePolicy. | willchan@chromium.org | 2011-04-06 | 5 | -177/+12 |
* | Fix the EmptyAcceptLanguage and EmptyAcceptCharset net test failures on IE6. ... | ananta@chromium.org | 2011-04-06 | 1 | -2/+4 |
* | Removing check for NULL pointer. The memory stomper has been fixed. | joi@chromium.org | 2011-04-05 | 1 | -7/+1 |
* | Moved URLRequestContextGetter to net/ so it can be used by projects such as j... | sanjeevr@chromium.org | 2011-03-31 | 2 | -0/+108 |
* | Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events. | mpcomplete@chromium.org | 2011-03-30 | 5 | -10/+24 |
* | Fix the comment for URLRequest::Cancel(). | kinuko@chromium.org | 2011-03-30 | 1 | -1/+2 |
* | Do not send empty Accept-Language / Accept-Charset headers. | willchan@chromium.org | 2011-03-30 | 2 | -10/+46 |
* | Add another AllowIO exception to URLRequestFileJob. | fischman@chromium.org | 2011-03-29 | 1 | -8/+13 |
* | Forgot to address a comment in r79555. | agl@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | net: allow revocation check failures for HSTS sites | agl@chromium.org | 2011-03-28 | 1 | -0/+5 |
* | Correctly report HttpOnly cookies and correctly reset the Cookie Monster | jochen@chromium.org | 2011-03-28 | 1 | -1/+3 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 12 | -16/+16 |
* | Update port handling to patch latest HSTS intention. See the bug for URLs that | cevans@chromium.org | 2011-03-26 | 1 | -1/+0 |
* | Add an opt-out header for HTTP throttling. Never throttle for localhost. | joi@chromium.org | 2011-03-25 | 7 | -41/+282 |
* | Support enabling/disabling the URL request throttler via the about:net-intern... | joi@chromium.org | 2011-03-25 | 5 | -14/+52 |
* | Move declaration of private nested URLRequestHttpJob::HttpRequestContext to .... | adamk@chromium.org | 2011-03-25 | 2 | -25/+28 |
* | Remove all "net::" prefixes under net/url_request for code that's | adamk@chromium.org | 2011-03-24 | 22 | -403/+413 |
* | Move URLRequestJob's histogram logic to URLRequestHttpJob. | adamk@chromium.org | 2011-03-24 | 4 | -354/+323 |
* | Remove AddRef()/Release() from ViewHttpCacheJob. Use a Core class. | willchan@chromium.org | 2011-03-22 | 2 | -3/+3 |
* | Add field trial & prerendering information to Net.HttpTimeToFirstByte | gavinp@chromium.org | 2011-03-22 | 1 | -0/+33 |
* | Fix up the last easy URLRequestJob refcounting offenders. | willchan@chromium.org | 2011-03-21 | 6 | -43/+57 |
* | Revert 78883 - Add field trial & prerendering information to Net.HttpTimeToFi... | gavinp@chromium.org | 2011-03-21 | 1 | -34/+1 |
* | Add field trial & prerendering information to Net.HttpTimeToFirstByte | gavinp@chromium.org | 2011-03-21 | 1 | -1/+34 |
* | Fix Linux clang build. | willchan@chromium.org | 2011-03-19 | 2 | -4/+6 |
* | Change some URLRequestJob subclasses to use ScopedRunnableMethodFactory. | willchan@chromium.org | 2011-03-19 | 6 | -13/+31 |
* | Stop subclassing FilterContext in URLRequestJob. | adamk@chromium.org | 2011-03-17 | 4 | -55/+96 |
* | Remove minidump analysis aides from URLRequestThrottlerManager. Leave | joi@chromium.org | 2011-03-17 | 3 | -110/+24 |
* | Extracting core back-off logic into a separate class, | joi@chromium.org | 2011-03-17 | 6 | -208/+107 |
* | Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext. | adamk@chromium.org | 2011-03-17 | 7 | -58/+27 |
* | Remove URLRequestJobMetrics and related code. | adamk@chromium.org | 2011-03-16 | 6 | -142/+0 |
* | Various small cleanups in URLRequestJob: | adamk@chromium.org | 2011-03-16 | 2 | -39/+23 |
* | Initial support for partitioning cookies for isolated apps. | creis@google.com | 2011-03-15 | 2 | -0/+36 |
* | Reland rest of r77399. | willchan@chromium.org | 2011-03-12 | 1 | -6/+0 |
* | Revert r77399 in preparation for merging a small portion of it to 696. | willchan@chromium.org | 2011-03-11 | 1 | -0/+6 |
* | Revert to CHECK when null entries appear in the throttler map. | joi@chromium.org | 2011-03-11 | 1 | -2/+1 |
* | Coverity: Fix unnecessary call by values. | vandebo@chromium.org | 2011-03-11 | 2 | -2/+2 |
* | Extends NetworkDelegate to avoid use of static_cast<> when handling RegisterP... | tony@chromium.org | 2011-03-10 | 3 | -0/+10 |
* | Reland r77075,r77077. | willchan@chromium.org | 2011-03-09 | 1 | -6/+0 |
* | Put Filter into namespace net. | adamk@chromium.org | 2011-03-08 | 1 | -28/+30 |
* | Fix leak of the onBeforeRequest callback in URLRequest. | mpcomplete@chromium.org | 2011-03-08 | 1 | -3/+3 |
* | Implement blocking for webRequest.onBeforeRequest extension event. | mpcomplete@chromium.org | 2011-03-08 | 4 | -8/+48 |