| Commit message (Expand) | Author | Age | Files | Lines |
* | Declaring the weak_ptr_factory in proper order. | kulkarni.a | 2014-08-28 | 3 | -8/+8 |
* | Remove implicit conversions from scoped_refptr to T* in net/ | dcheng | 2014-08-27 | 1 | -1/+1 |
* | Revert of Revert "TestWebServer needs to use a free port." (patchset #1 of ht... | hush | 2014-08-27 | 1 | -8/+7 |
* | Revert "TestWebServer needs to use a free port." | Albert J. Wong | 2014-08-26 | 1 | -6/+7 |
* | TestWebServer needs to use a free port. | hush | 2014-08-26 | 1 | -7/+6 |
* | Set content-length header for httpResponses. | hush | 2014-08-25 | 1 | -2/+6 |
* | This CL is a follow up to https://codereview.chromium.org/416683002/. | mshelley@chromium.org | 2014-08-08 | 1 | -1/+2 |
* | Move the rest of test_file_util to base namespace. | brettw@chromium.org | 2014-08-07 | 1 | -1/+1 |
* | Move StringToLowerASCII to base namespace | brettw@chromium.org | 2014-08-07 | 1 | -2/+3 |
* | This CL corrects a bug in which the OnHandshakeComplete callback for an ssl s... | mshelley@chromium.org | 2014-08-07 | 2 | -2/+12 |
* | Test NSSCertDatabaseChromeOS in the presence of the system slot. | pneubeck@chromium.org | 2014-08-02 | 2 | -0/+58 |
* | Map WebSocket URL schemes to HTTP URL schemes for auth purposes. | ricea@chromium.org | 2014-07-29 | 2 | -2/+18 |
* | Remove Create*Value (except CreateNullValue) | estade@chromium.org | 2014-07-25 | 1 | -4/+2 |
* | Remove NSSCertDatabase from ClientCertStoreChromeOS unittest. | pneubeck@chromium.org | 2014-07-18 | 2 | -2/+62 |
* | Revert 282307 "Map WebSocket URL schemes to HTTP URL schemes for..." | kaliamoorthi@chromium.org | 2014-07-10 | 2 | -18/+2 |
* | Map WebSocket URL schemes to HTTP URL schemes for auth purposes. | ricea@chromium.org | 2014-07-10 | 2 | -2/+18 |
* | Add tests for TLS fallback on connection reset and close. | davidben@chromium.org | 2014-06-27 | 2 | -0/+31 |
* | Local test server: do not use job object on Windows | phajdan.jr@chromium.org | 2014-06-26 | 4 | -28/+1 |
* | Remove myself from OWNERS files. | pliard@chromium.org | 2014-06-08 | 1 | -1/+0 |
* | Cleanup: Use base::CommandLine in net/ | thestig@chromium.org | 2014-06-03 | 2 | -2/+2 |
* | Remove HttpStreamFactory's NPN/SPDY globals, except for spdy_enabled. | mmenke@chromium.org | 2014-05-24 | 1 | -67/+67 |
* | Populate cert_key_types on OpenSSL. | davidben@chromium.org | 2014-05-20 | 2 | -0/+28 |
* | Certificate Transparency: Parse Signed Tree Heads and validate them | eranm@chromium.org | 2014-05-12 | 2 | -0/+34 |
* | Make it possible to build url/ without ICU on android. | mmenke@chromium.org | 2014-05-07 | 1 | -2/+12 |
* | Change the Android test server's cwd rather than mangle arguments. | davidben@chromium.org | 2014-04-30 | 1 | -1/+6 |
* | Do not attempt to download favicons with 404 status in WebView | cimamoglu@chromium.org | 2014-04-30 | 1 | -4/+24 |
* | Reland r263348: Add False Start tests | davidben@chromium.org | 2014-04-16 | 2 | -2/+40 |
* | [Android WebView] Add an API to configure mixed-mode content behavior. | benm@chromium.org | 2014-04-16 | 1 | -11/+17 |
* | Revert 263348 "Add False Start tests" | zhaoqin@google.com | 2014-04-12 | 2 | -40/+2 |
* | Add False Start tests | davidben@chromium.org | 2014-04-11 | 2 | -2/+40 |
* | Make net use v8 through gin | jochen@chromium.org | 2014-04-08 | 1 | -2/+1 |
* | Revert 260201 "Give localserver time to shut down" | tim@chromium.org | 2014-03-28 | 1 | -5/+0 |
* | Give localserver time to shut down | sigbjorn@opera.com | 2014-03-28 | 1 | -0/+5 |
* | Delete net/tools/fetch. No one is using this. | willchan@chromium.org | 2014-03-26 | 1 | -1/+0 |
* | Remove akalin and szym from OWNERS files. | mmenke@chromium.org | 2014-03-18 | 1 | -3/+0 |
* | Move CommandLine to base namespace. | brettw@chromium.org | 2014-03-17 | 5 | -8/+10 |
* | Implement ScopedFD in terms of ScopedGeneric. | brettw@chromium.org | 2014-03-17 | 2 | -8/+8 |
* | Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c... | jochen@chromium.org | 2014-03-15 | 2 | -8/+8 |
* | Implement ScopedFD in terms of ScopedGeneric. | brettw@chromium.org | 2014-03-14 | 2 | -8/+8 |
* | Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c... | thakis@chromium.org | 2014-03-14 | 2 | -8/+8 |
* | Implement ScopedFD in terms of ScopedGeneric. | brettw@chromium.org | 2014-03-14 | 2 | -8/+8 |
* | Allow the content browser client to specify a special cookie store to be | tburkard@chromium.org | 2014-03-12 | 1 | -1/+1 |
* | Move TrimWhitespace to the base namespace. | brettw@chromium.org | 2014-03-03 | 1 | -1/+1 |
* | Use EXPECT_DFATAL instead of EXPECT_DEBUG_DEATH in spdy_protocol_test.cc. | rch@chromium.org | 2014-01-25 | 5 | -0/+327 |
* | Removes MessageLoop::TYPE_XXX where possible | sky@chromium.org | 2014-01-15 | 1 | -2/+2 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 2 | -2/+2 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 1 | -2/+2 |
* | rAc: remove http:// support, except when flag is provided | estade@chromium.org | 2013-12-17 | 1 | -1/+1 |
* | Extract Certificate Transparency SCTs from stapled OCSP responses | ekasper@google.com | 2013-12-17 | 4 | -9/+98 |
* | Revert of https://codereview.chromium.org/92443002/ | szym@chromium.org | 2013-12-13 | 4 | -98/+9 |