| Commit message (Expand) | Author | Age | Files | Lines |
* | Add profiles.google.com to HSTS list, with permission. | cevans@chromium.org | 2011-05-03 | 2 | -0/+7 |
* | Fix net/ command-line pollution introduced in http://codereview.chromium.org/... | cevans@chromium.org | 2011-05-02 | 5 | -82/+59 |
* | Net: Define the net api for building net as a dll. | rvargas@google.com | 2011-05-02 | 1 | -0/+26 |
* | net: add romab.com to HSTS preloaded list. | agl@chromium.org | 2011-05-02 | 2 | -0/+5 |
* | Revert 83641 - DNS Host resolver changes with retry logic. Fix for | jar@chromium.org | 2011-05-02 | 3 | -390/+49 |
* | Initialize os_error to 0. | rtenneti@chromium.org | 2011-04-30 | 1 | -1/+1 |
* | MAC Cookies (patch 1 of N) | abarth@chromium.org | 2011-04-30 | 4 | -22/+92 |
* | DNS Host resolver changes with retry logic. Fix for | rtenneti@chromium.org | 2011-04-30 | 3 | -49/+390 |
* | Update cert pinning metadata to add pinning for most Google domains. | cevans@chromium.org | 2011-04-28 | 2 | -52/+153 |
* | Skip cert verification if it is expected to be bad. | hclam@chromium.org | 2011-04-28 | 2 | -3/+9 |
* | Report cert-pin only metadata correctly in the chrome://net-internals/#hsts UI. | cevans@chromium.org | 2011-04-27 | 1 | -4/+8 |
* | Flesh out the onBeforeSendHeaders event a bit more. We now send the | mpcomplete@chromium.org | 2011-04-27 | 2 | -8/+19 |
* | Fix https://m.gmail.com/ and https://m.googlemail.com/, which don't return a | cevans@chromium.org | 2011-04-27 | 2 | -4/+14 |
* | Fix DirectoryLister not to require refcounting. | willchan@chromium.org | 2011-04-27 | 3 | -202/+234 |
* | Undo raw DNS resolver changes, this will be implemented differently, on IO-th... | agayev@chromium.org | 2011-04-27 | 2 | -9/+8 |
* | Add support for enforcing certificate pinning without requiring https on a | cevans@chromium.org | 2011-04-26 | 3 | -6/+56 |
* | Add support for built-in certificate pins, and add a pin list suitable for | cevans@chromium.org | 2011-04-25 | 2 | -81/+140 |
* | Implemented chrome.experimental.webRequest.onCompleted | battre@chromium.org | 2011-04-23 | 2 | -6/+5 |
* | Address post-review feedback for r82214. In addition, no longer attempt to gr... | rsleevi@chromium.org | 2011-04-22 | 6 | -44/+38 |
* | Address post-review feedback for r81702. | rsleevi@chromium.org | 2011-04-22 | 1 | -40/+50 |
* | Implement IpcNetworkManger | sergeyu@chromium.org | 2011-04-21 | 1 | -1/+1 |
* | Add command-line control of the HSTS preload list. | cevans@chromium.org | 2011-04-21 | 5 | -45/+127 |
* | Implemented of base functionality of chrome.experimental.webRequest.onBeforeR... | battre@chromium.org | 2011-04-20 | 2 | -0/+14 |
* | Implementation of chrome.experimental.webRequest.onRequestSent | battre@chromium.org | 2011-04-20 | 2 | -0/+14 |
* | Change the HTTP cache to cache the entire certificate chain for SSL sites | rsleevi@chromium.org | 2011-04-20 | 7 | -114/+237 |
* | Delete unused SSL preferences code for Windows and Mac. | rtenneti@chromium.org | 2011-04-19 | 6 | -714/+0 |
* | Cleanup: Standardizing argument order for CanonicalCookie constructors. | mkwst@chromium.org | 2011-04-19 | 3 | -51/+56 |
* | Added TCPServerSocket. | sergeyu@chromium.org | 2011-04-18 | 1 | -0/+13 |
* | Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b). | david.mike.futcher@gmail.com | 2011-04-18 | 1 | -2/+2 |
* | Add net/base/sys_byteorder.h | sergeyu@chromium.org | 2011-04-18 | 1 | -0/+22 |
* | Allow extensions to redirect requests in onBeforeRequest. | mpcomplete@chromium.org | 2011-04-15 | 2 | -13/+19 |
* | Allow certificate revocation checking to be enabled/disabled independent of t... | rsleevi@chromium.org | 2011-04-15 | 1 | -39/+124 |
* | ChromeOS specific HSTS section (with permission from Sumit, Will, more). | cevans@chromium.org | 2011-04-15 | 1 | -0/+8 |
* | net: cut an HSTS hole out at latest.chrome.google.com | agl@chromium.org | 2011-04-14 | 2 | -2/+11 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 25 | -143/+137 |
* | Clang build fix after r81584. | agl@chromium.org | 2011-04-14 | 2 | -5/+12 |
* | net: implement the beginnings of HSTS pinning | agl@chromium.org | 2011-04-14 | 3 | -1/+120 |
* | Revert "Allow extensions to redirect requests in onBeforeRequest." | mpcomplete@chromium.org | 2011-04-13 | 2 | -19/+13 |
* | net: add issued_by_known_hash and public_key_hashes to SSLInfo. | agl@chromium.org | 2011-04-13 | 2 | -3/+20 |
* | Allow extensions to redirect requests in onBeforeRequest. | mpcomplete@chromium.org | 2011-04-13 | 2 | -13/+19 |
* | Add multiple-offset versions of the various URL reformatting functions. Fixed... | mrossetti@chromium.org | 2011-04-13 | 6 | -202/+638 |
* | Fix a problem that cert trust change needs a chrome restart to be effective. | xiyuan@chromium.org | 2011-04-13 | 7 | -17/+58 |
* | Suppress login prompting for favicons. | asanka@chromium.org | 2011-04-13 | 1 | -0/+4 |
* | Fix openssl build | joth@chromium.org | 2011-04-13 | 2 | -8/+34 |
* | Revert 81343 - Add multiple-offset versions of the various URL reformatting f... | mrossetti@chromium.org | 2011-04-13 | 6 | -636/+202 |
* | Add multiple-offset versions of the various URL reformatting functions. Fixed... | mrossetti@chromium.org | 2011-04-13 | 6 | -202/+636 |
* | Small safety change to initialize data_ to NULL after | rtenneti@chromium.org | 2011-04-12 | 1 | -1/+2 |
* | net: Use StartsWith() in StripWWW() function. | tfarina@chromium.org | 2011-04-12 | 1 | -2/+1 |
* | Revert r61181. | agl@chromium.org | 2011-04-12 | 3 | -24/+2 |
* | Another attempt at fixing Clang build after r81259 | agl@chromium.org | 2011-04-12 | 2 | -0/+4 |