| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix proxy action name. | sgurun@chromium.org | 2014-08-14 | 1 | -4/+8 |
* | Use data reduction proxy when managed proxy config returns direct | bengr@chromium.org | 2014-08-14 | 4 | -11/+31 |
* | Remove manual CRYPTO_add calls. | davidben@chromium.org | 2014-08-14 | 5 | -57/+24 |
* | Refactor pooling logic into a helper method | rch@chromium.org | 2014-08-14 | 16 | -55/+292 |
* | Perform dynamic pin checks even when the build is not timely. | rch@chromium.org | 2014-08-13 | 1 | -7/+1 |
* | net: add a set of HSTS preload sites. | agl@chromium.org | 2014-08-13 | 2 | -0/+184 |
* | Added stats on why blacklisted requests were blacklisted. | rdsmith@chromium.org | 2014-08-13 | 4 | -56/+82 |
* | Updates state order of DiskBasedCertCache::WriteWorker. | brandonsalmon@chromium.org | 2014-08-13 | 1 | -24/+22 |
* | Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." | brettw@chromium.org | 2014-08-13 | 26 | -142/+133 |
* | Getting rid of net::LOAD_ENABLE_LOAD_CONTENT. | ljagielski@opera.com | 2014-08-13 | 1 | -24/+21 |
* | Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace | brettw@chromium.org | 2014-08-13 | 26 | -133/+142 |
* | Update presubmit files to send windows tryjobs to swarming bots, now that the... | jam@chromium.org | 2014-08-13 | 1 | -1/+1 |
* | net: add a batch of HSTS preloads. | agl@chromium.org | 2014-08-13 | 2 | -0/+112 |
* | Export URLRequestContextBuilder::SchemeFactory | hans@chromium.org | 2014-08-12 | 1 | -1/+1 |
* | net: set a batch of HSTS preloads. | agl@chromium.org | 2014-08-12 | 2 | -0/+68 |
* | Use ARRAYSIZE_UNSAFE when using types defined in a function | mostynb@opera.com | 2014-08-12 | 1 | -1/+1 |
* | GN: Make content_shell and webkit_unit_tests work in component build | jamesr@chromium.org | 2014-08-12 | 1 | -3/+9 |
* | Refresh Public Suffix List to the latest version | rsleevi@chromium.org | 2014-08-12 | 3 | -0/+221 |
* | This CL adds unit tests for false start connections. | mshelley@chromium.org | 2014-08-12 | 1 | -3/+66 |
* | Make DSCP work for UDP sockets on windows | hubbe@chromium.org | 2014-08-12 | 3 | -4/+387 |
* | Revert 288761 "GN: Fix up various targets in component build" | luken@chromium.org | 2014-08-11 | 1 | -6/+2 |
* | GN: Fix up various targets in component build | jamesr@chromium.org | 2014-08-11 | 1 | -2/+6 |
* | net: add pinning for two more Google domains. | agl@chromium.org | 2014-08-11 | 3 | -0/+6 |
* | SimpleCache: Add doom event to netlog | pasko@chromium.org | 2014-08-11 | 1 | -0/+1 |
* | Removed data compression UMA from ProxyService | bengr@chromium.org | 2014-08-10 | 7 | -154/+108 |
* | Add pinning support to OpenSSL. | rch@chromium.org | 2014-08-09 | 3 | -1/+32 |
* | net: add a couple of domain to HSTS list. | agl@chromium.org | 2014-08-08 | 2 | -0/+4 |
* | Break labels apart in preloaded list. | agl@chromium.org | 2014-08-08 | 1 | -638/+638 |
* | Centralize the logic for checking public key pins from ClientSocketNSS | rch@chromium.org | 2014-08-08 | 6 | -174/+233 |
* | Fix Java object leaks in net_string_util_icu_alternatives_android.cc. | mmenke@chromium.org | 2014-08-08 | 1 | -9/+12 |
* | Escape non-ASCII response headers. | ellyjones@chromium.org | 2014-08-08 | 1 | -1/+4 |
* | Land Recent QUIC Changes. | rtenneti@chromium.org | 2014-08-08 | 38 | -199/+312 |
* | Wire 'blink::Platform::isHostnameReservedIPAddress()' to 'net::IsReservedIPAd... | mkwst@chromium.org | 2014-08-08 | 3 | -0/+52 |
* | This CL is a follow up to https://codereview.chromium.org/416683002/. | mshelley@chromium.org | 2014-08-08 | 6 | -47/+46 |
* | This CL is a follow up to https://codereview.chromium.org/353713005. | mshelley@chromium.org | 2014-08-08 | 4 | -37/+15 |
* | Supports DevTools socket access authentication based on Android permissions. | serya@chromium.org | 2014-08-08 | 6 | -29/+46 |
* | Land Recent QUIC Changes. | rtenneti@chromium.org | 2014-08-08 | 26 | -214/+447 |
* | Move file_util_icu to base::i18n namespace | brettw@chromium.org | 2014-08-07 | 3 | -9/+9 |
* | Move the rest of test_file_util to base namespace. | brettw@chromium.org | 2014-08-07 | 4 | -4/+4 |
* | Remove obsolete comment. | ricea@chromium.org | 2014-08-07 | 1 | -2/+0 |
* | Fix crash when trying to connect to an IPv6 IP via a SOCKS4 proxy. | mmenke@chromium.org | 2014-08-07 | 4 | -4/+80 |
* | Return ERR_NOT_IMPLEMENTED when we reach SPDY stream creation code in a facto... | tyoshino@chromium.org | 2014-08-07 | 1 | -7/+8 |
* | Move StringToLowerASCII to base namespace | brettw@chromium.org | 2014-08-07 | 30 | -64/+70 |
* | Remove wstring file path helpers from test_file_util. | brettw@chromium.org | 2014-08-07 | 1 | -5/+20 |
* | Remove redundant mapping of net errors to strings. | mmenke@chromium.org | 2014-08-07 | 5 | -18/+35 |
* | Update manually triggered try jobs to use swarming for ChromeOS and Mac since... | jam@chromium.org | 2014-08-07 | 1 | -1/+1 |
* | This CL corrects a bug in which the OnHandshakeComplete callback for an ssl s... | mshelley@chromium.org | 2014-08-07 | 9 | -81/+104 |
* | Add fake headers to URLRequestRedirectJobs. | mmenke@chromium.org | 2014-08-06 | 4 | -26/+125 |
* | QUIC - Added Net.QuicClientHelloServerConfig.InvalidDuration histogram | rtenneti@chromium.org | 2014-08-06 | 1 | -5/+6 |
* | Revert 284806 "Disable two recent Channel ID-related CLs to inve..." | wtc@chromium.org | 2014-08-06 | 2 | -7/+1 |