| Commit message (Expand) | Author | Age | Files | Lines |
* | Add one-time randomization support for FieldTrial, and the ability to | joi@chromium.org | 2011-05-10 | 1 | -6/+4 |
* | Reformating functions calls. | qsr@google.com | 2011-05-10 | 1 | -1/+2 |
* | iwyu: Use callback_old.h where appropriate, part 2. | jhawkins@chromium.org | 2011-05-10 | 1 | -1/+2 |
* | iwyu: Use callback_old.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 1 | -1/+1 |
* | Remove GeoTrust; leaving Equifax for now as discussed by chat. | cevans@chromium.org | 2011-05-09 | 1 | -3/+0 |
* | Make sure that the built-in pins for *.google.com don't prevent non-built-in | cevans@chromium.org | 2011-05-09 | 2 | -14/+31 |
* | Revert 84197 - Add one-time randomization support for FieldTrial, and the abi... | joi@chromium.org | 2011-05-06 | 1 | -4/+6 |
* | Gchat data is mapped onto talkgadget.google.com so don't forget to HSTS it. | cevans@chromium.org | 2011-05-05 | 2 | -0/+8 |
* | Refactor to address URLRequestContext dependency added in | cevans@chromium.org | 2011-05-05 | 2 | -0/+13 |
* | Prefer IPv4 in the ConnectBackupJob to work around broken IPv6 networks | wtc@chromium.org | 2011-05-05 | 3 | -54/+67 |
* | net: add cloudsecurityalliance.org to HSTS preloaded list. | agl@chromium.org | 2011-05-05 | 2 | -0/+8 |
* | Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/... | kushi.p@gmail.com | 2011-05-05 | 11 | -22/+26 |
* | Fix logic for handling reports of malformed bodies. To end up counting | joi@chromium.org | 2011-05-05 | 1 | -2/+10 |
* | Revert 84196 - Fix logic for handling reports of malformed bodies. To end up ... | joi@chromium.org | 2011-05-05 | 1 | -9/+2 |
* | Add one-time randomization support for FieldTrial, and the ability to | joi@chromium.org | 2011-05-05 | 1 | -6/+4 |
* | Fix logic for handling reports of malformed bodies. To end up counting | joi@chromium.org | 2011-05-05 | 1 | -2/+9 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -1/+1 |
* | net: remove a random 10% of the False Start blocklist. | agl@chromium.org | 2011-05-04 | 1 | -459/+0 |
* | net: remove napster.com from False Start blocklist. | agl@chromium.org | 2011-05-04 | 1 | -1/+0 |
* | net: add (*.)stripe.com to the HSTS preloaded list. | agl@chromium.org | 2011-05-04 | 2 | -0/+4 |
* | net: add logentries.com to the HSTS preloaded list. | agl@chromium.org | 2011-05-04 | 2 | -0/+10 |
* | Canary HSTS for mail.google.com, based on enthusiastic support to try. | cevans@chromium.org | 2011-05-04 | 2 | -7/+8 |
* | Use a MessageLoopProxy rather than manual Lock + MessageLoop* in HostResolver... | eroman@chromium.org | 2011-05-03 | 1 | -71/+32 |
* | Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape.... | pkasting@chromium.org | 2011-05-03 | 10 | -1125/+819 |
* | Enable (optional) blocking of webrequests in case a PAC script cannot be fetc... | battre@chromium.org | 2011-05-03 | 1 | -2/+4 |
* | Add a method for PAC script errors to the network delegate. | jochen@chromium.org | 2011-05-03 | 2 | -0/+11 |
* | 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 |