| Commit message (Expand) | Author | Age | Files | Lines |
* | Add talk.google.com and hostedtalkgadget.google.com to the HSTS list after | cevans@chromium.org | 2011-06-01 | 2 | -0/+11 |
* | Add a unit test to verify that an invalid status code (-1) | wtc@chromium.org | 2011-06-01 | 1 | -0/+13 |
* | Adds URLRequestJob bytes read to NetLog. | mmenke@chromium.org | 2011-06-01 | 12 | -89/+113 |
* | Remove the SSL FalseStart field trial, since we've finished studying it. | mbelshe@google.com | 2011-06-01 | 1 | -12/+0 |
* | Reloaded the device-management file before every policy request is answered. | sfeuz@chromium.org | 2011-06-01 | 1 | -24/+37 |
* | fix unit test bug | agayev@chromium.org | 2011-06-01 | 2 | -4/+10 |
* | net: Add NET_API to more code, this time what's used by chrome.dll | rvargas@google.com | 2011-05-31 | 17 | -31/+43 |
* | Revert 86966 - Add back the state that waits for the ssl_host_info_ data to b... | wtc@chromium.org | 2011-05-31 | 2 | -29/+2 |
* | Fail with ERR_UNSUPPORTED_AUTH_SCHEME instead of ERR_INVALID_RESPONSE | wtc@chromium.org | 2011-05-31 | 4 | -7/+36 |
* | Fix nits related to SSLHostInfo. | wtc@chromium.org | 2011-05-31 | 5 | -13/+19 |
* | Apparently, ssl.gstatic.com is used to load a lot of content over http too. | cevans@chromium.org | 2011-05-31 | 2 | -3/+2 |
* | Revert 87315 - Revert 87309 - Second attempt to fix linux redux builder | mirandac@chromium.org | 2011-05-31 | 1 | -3/+3 |
* | Revert 87309 - Second attempt to fix linux redux builder | mirandac@chromium.org | 2011-05-31 | 1 | -3/+3 |
* | Second attempt to fix linux redux builder | joth@chromium.org | 2011-05-31 | 1 | -3/+3 |
* | net: remove a random 10% of the False Start blocklist. | agl@chromium.org | 2011-05-31 | 1 | -439/+0 |
* | Adding ScopedAllowIO in UploadData::Element::GetContentLength. | tzik@chromium.org | 2011-05-31 | 1 | -3/+18 |
* | Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark | glider@chromium.org | 2011-05-31 | 3 | -4/+4 |
* | net: add squareup.com and uprotect.it to HSTS preloaded list. | agl@chromium.org | 2011-05-30 | 2 | -0/+16 |
* | Fix RandUint32 to be uniform. | joi@chromium.org | 2011-05-30 | 1 | -4/+2 |
* | Bind() methods for TCP sockets | sergeyu@chromium.org | 2011-05-27 | 11 | -157/+472 |
* | Revert 87077 - Bind() methods for TCP sockets | sergeyu@chromium.org | 2011-05-27 | 11 | -472/+157 |
* | Bind() methods for TCP sockets | sergeyu@chromium.org | 2011-05-27 | 11 | -157/+472 |
* | Make destructor virtual (Clang caught this, yay! :) | joi@chromium.org | 2011-05-27 | 1 | -1/+1 |
* | Revert 87066 - Bind() methods for TCP sockets | sergeyu@chromium.org | 2011-05-27 | 11 | -472/+157 |
* | Bind() methods for TCP sockets | sergeyu@chromium.org | 2011-05-27 | 11 | -157/+472 |
* | Anti-DDoS enhancements: Log to net log, UMA stats, improved policy. | joi@chromium.org | 2011-05-27 | 12 | -81/+607 |
* | Revert 86422 - Make DHCP WPAD on by default. | joi@chromium.org | 2011-05-27 | 3 | -9/+5 |
* | Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existi... | msw@chromium.org | 2011-05-27 | 3 | -6/+4 |
* | Fix http://codereview.chromium.org/6869009 to ignore an existing object exact... | glider@chromium.org | 2011-05-27 | 3 | -4/+6 |
* | Add back the state that waits for the ssl_host_info_ data to be ready. | wtc@chromium.org | 2011-05-27 | 2 | -2/+29 |
* | Revert "Land http://codereview.chromium.org/6869009 for the third time." | oshima@google.com | 2011-05-26 | 3 | -5/+4 |
* | Added static method that allows creation of an AddressList from a list of IP ... | agayev@chromium.org | 2011-05-26 | 3 | -40/+120 |
* | Add '?' to the list of characters escaped when constructing a file:// URL | asanka@chromium.org | 2011-05-26 | 2 | -0/+4 |
* | Switch to the new CustomHistogram::ArrayToCustomRanges() utility | joi@chromium.org | 2011-05-26 | 1 | -46/+43 |
* | Fix scope issues in DHCP WPAD code pointed out by jar@. | joi@chromium.org | 2011-05-26 | 7 | -45/+63 |
* | Apply third party cookie blocking to all kinds of cookies | jochen@chromium.org | 2011-05-26 | 3 | -8/+5 |
* | Add a websocket-over-spdy flag. This change is a part of WebSocket over SPDY | toyoshim@chromium.org | 2011-05-26 | 2 | -0/+13 |
* | Remove ProtocolFactory/Interceptor uses in GViewRequestInterceptor. | willchan@chromium.org | 2011-05-26 | 4 | -24/+86 |
* | Revert 86802 - Remove ProtocolFactory/Interceptor uses in GViewRequestInterce... | willchan@chromium.org | 2011-05-26 | 3 | -86/+16 |
* | Remove ProtocolFactory/Interceptor uses in GViewRequestInterceptor. | willchan@chromium.org | 2011-05-26 | 3 | -16/+86 |
* | Land http://codereview.chromium.org/6869009 for the third time. | glider@chromium.org | 2011-05-26 | 3 | -4/+5 |
* | Fix memory leak. | koz@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Give URLRequestJobFactory::Interceptors the ability to specify protocols they... | koz@chromium.org | 2011-05-25 | 3 | -0/+69 |
* | Remove useless compile assert. | abarth@chromium.org | 2011-05-25 | 1 | -2/+0 |
* | Replace CHECK in NetworkChangeNotifierWin::WatchForAddressChange | mmenke@chromium.org | 2011-05-25 | 1 | -2/+2 |
* | Added EV policy OID and root sha1 fingerprint for GlobalSign Root CA - R3 | rkn@chromium.org | 2011-05-25 | 4 | -1/+100 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 35 | -48/+50 |
* | Enabling MHTML. | jcivelli@chromium.org | 2011-05-25 | 1 | -3/+5 |
* | Remove files that don't exist, and fix typos in gyp files | sadrul@chromium.org | 2011-05-25 | 1 | -9/+0 |
* | Update effecitve-TLD data files using the latest data from Mozilla. | jshin@chromium.org | 2011-05-25 | 3 | -11096/+10508 |