| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow server to indicate a non-SDCH encoding | jar@chromium.org | 2011-05-04 | 1 | -1/+27 |
* | net: remove the project net_base, and move back to a single net library. | rvargas@google.com | 2011-05-04 | 1 | -152/+72 |
* | Canary HSTS for mail.google.com, based on enthusiastic support to try. | cevans@chromium.org | 2011-05-04 | 2 | -7/+8 |
* | Nitpick: add missing header file in gyp file. | qsr@chromium.org | 2011-05-04 | 1 | -0/+1 |
* | Use a MessageLoopProxy to forward PAC script errors to the network delegate | jochen@chromium.org | 2011-05-03 | 4 | -18/+31 |
* | 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 |
* | Initialize the network_delegate_ and fix style | jochen@chromium.org | 2011-05-03 | 3 | -3/+7 |
* | Tweaks to extension webRequest API. | mpcomplete@chromium.org | 2011-05-03 | 3 | -9/+8 |
* | Enable (optional) blocking of webrequests in case a PAC script cannot be fetc... | battre@chromium.org | 2011-05-03 | 5 | -20/+65 |
* | Add a method for PAC script errors to the network delegate. | jochen@chromium.org | 2011-05-03 | 16 | -23/+305 |
* | FTP: Fix a compatibility issue with Plan9 | phajdan.jr@chromium.org | 2011-05-03 | 2 | -7/+11 |
* | Increase warning level to 4 on Visual Studio | maruel@chromium.org | 2011-05-03 | 1 | -1/+2 |
* | 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 | 7 | -85/+60 |
* | Net: Define the net api for building net as a dll. | rvargas@google.com | 2011-05-02 | 2 | -0/+27 |
* | linux: components build | evan@chromium.org | 2011-05-02 | 1 | -1/+2 |
* | 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 |
* | Add a method to HMAC to indicate how large a digest it produces. | abarth@chromium.org | 2011-04-30 | 1 | -20/+12 |
* | Fix problem when interpreting Gnome proxy settings, where http, https, and ft... | eroman@chromium.org | 2011-04-30 | 2 | -32/+92 |
* | Initialize os_error to 0. | rtenneti@chromium.org | 2011-04-30 | 1 | -1/+1 |
* | MAC Cookies (patch 2 of N) | abarth@chromium.org | 2011-04-30 | 4 | -0/+348 |
* | MAC Cookies (patch 1 of N) | abarth@chromium.org | 2011-04-30 | 4 | -22/+92 |
* | Stop refcounting URLRequestTestJob | willchan@chromium.org | 2011-04-30 | 2 | -20/+42 |
* | DNS Host resolver changes with retry logic. Fix for | rtenneti@chromium.org | 2011-04-30 | 3 | -49/+390 |
* | Revert 83631 - linux: successfully build net_unittests in components build | maf@chromium.org | 2011-04-30 | 1 | -2/+1 |
* | linux: successfully build net_unittests in components build | evan@chromium.org | 2011-04-29 | 1 | -1/+2 |
* | Revert r83600 | abarth@chromium.org | 2011-04-29 | 4 | -348/+0 |
* | MAC Cookies (2 of N) | abarth@chromium.org | 2011-04-29 | 4 | -0/+348 |
* | Add "set noparent" to src/net/OWNERS. | willchan@chromium.org | 2011-04-29 | 1 | -1/+1 |
* | Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim... | asanka@chromium.org | 2011-04-29 | 13 | -216/+83 |
* | Re-connect if Keep-Alive connection has been closed by the time we get around... | asanka@chromium.org | 2011-04-29 | 13 | -83/+216 |
* | Fix error reporting in the test server. | mnissler@chromium.org | 2011-04-29 | 1 | -8/+5 |
* | 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 | 8 | -43/+57 |
* | Keep track of whether we're getting any certificate pin failures. | cevans@chromium.org | 2011-04-28 | 1 | -4/+9 |
* | Remove the declaration of the obsolete CreateOSCert method. The method | wtc@chromium.org | 2011-04-28 | 1 | -4/+0 |
* | Linux: upgrade a DCHECK to CHECK to try and catch bug 75508 in action. | mdm@chromium.org | 2011-04-28 | 1 | -2/+2 |
* | Fix disk cache stats to include 'Open misses' | joth@chromium.org | 2011-04-28 | 1 | -4/+4 |
* | 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 | 9 | -26/+46 |
* | Stop refcounting ProxyService. | willchan@chromium.org | 2011-04-27 | 18 | -235/+206 |
* | 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 | 5 | -241/+245 |
* | Undo raw DNS resolver changes, this will be implemented differently, on IO-th... | agayev@chromium.org | 2011-04-27 | 7 | -16/+15 |
* | Revert r83048 "Removed wchar_t from Time::FromString." | maruel@chromium.org | 2011-04-26 | 3 | -7/+8 |
* | Removed wchar_t from Time::FromString. | shinyak@google.com | 2011-04-26 | 3 | -8/+7 |
* | Find("SpdyCwnd") is sometimes coming back null. This guards against that case. | russellbrenner@google.com | 2011-04-26 | 1 | -0/+4 |
* | Add support for enforcing certificate pinning without requiring https on a | cevans@chromium.org | 2011-04-26 | 4 | -7/+57 |