| Commit message (Expand) | Author | Age | Files | Lines |
* | [cronet] Switch CronetTestInstrumentation from lighttpd to EmbeddedTestServer. | jbudorick | 2016-03-25 | 1 | -1/+1 |
* | [cronet] Switch cronet_sample_test_apk to EmbeddedTestServer. | jbudorick | 2016-03-23 | 5 | -0/+89 |
* | Make net pass "gn check" | brettw | 2016-03-18 | 1 | -2/+2 |
* | Adding macro to enable changing SSL library (Part 1) | svaldez | 2016-03-18 | 2 | -7/+7 |
* | Support for server session cache. | ryanchung | 2016-03-08 | 2 | -18/+30 |
* | Remove Pass() helper from base/move.h. | dcheng | 2016-03-04 | 1 | -1/+1 |
* | net: Add out-of-line copy ctors for complex classes. | vmpstr | 2016-02-26 | 4 | -0/+6 |
* | [Android] Switch DownloadTest to the EmbeddedTestServer. | jbudorick | 2016-02-17 | 1 | -0/+4 |
* | [mojo] Delete third_party/mojo | rockot | 2016-02-10 | 1 | -7/+2 |
* | [Android] Convert TabsTest and InfoBarTest to EmbeddedTestServer. | jbudorick | 2016-02-05 | 1 | -10/+16 |
* | Revert of [Android] Convert TabsTest and InfoBarTest to EmbeddedTestServer. (... | mvanouwerkerk | 2016-02-05 | 1 | -16/+10 |
* | [Android] Convert TabsTest and InfoBarTest to EmbeddedTestServer. | jbudorick | 2016-02-04 | 1 | -10/+16 |
* | [mojo] Ports EDK | rockot | 2016-01-26 | 1 | -0/+5 |
* | Revert "Revert of CT Verify test utilities change - Moved the following commo... | eranm | 2016-01-25 | 2 | -2/+52 |
* | Make URLRequestJob::SetStatus private. | mmenke | 2016-01-22 | 1 | -1/+0 |
* | [Android WebView] Implement initial settings and callback support for | timvolodine | 2016-01-22 | 1 | -0/+5 |
* | Fix remaining incompatibilities between scoped_ptr and unique_ptr. | dcheng | 2016-01-20 | 1 | -1/+1 |
* | Certificate Transparency: Check test data was parsed correctly. | eranm | 2016-01-13 | 2 | -15/+12 |
* | Certificate Transparency: Verify signed tree heads for empty trees. | eranm | 2016-01-12 | 2 | -2/+44 |
* | Update SSLServerSocket::CreateSSLServerSocket to take key as const ref | maniscalco | 2016-01-05 | 1 | -1/+1 |
* | Global conversion of Pass()→std::move() on OS=android | dcheng | 2015-12-30 | 1 | -1/+2 |
* | Convert Pass()→std::move() in //net | dcheng | 2015-12-26 | 7 | -40/+49 |
* | [Android] Add ChromiumNetTestSupport.apk for the java EmbeddedTestServer. (RE... | jbudorick | 2015-12-22 | 10 | -43/+470 |
* | Handle HTTP headers case-insensitively on the test server | tzik | 2015-12-21 | 1 | -1/+11 |
* | Switch to standard integer types in net/. | Avi Drissman | 2015-12-20 | 24 | -145/+167 |
* | Revert of [Android] Add ChromiumNetTestSupport.apk for the java EmbeddedTestS... | danakj | 2015-12-15 | 9 | -447/+43 |
* | [Android] Add ChromiumNetTestSupport.apk for the java EmbeddedTestServer. | jbudorick | 2015-12-15 | 9 | -43/+447 |
* | Remove the NoAtExitBaseTestSuite anti-pattern. | jam | 2015-12-11 | 2 | -10/+0 |
* | Revert of CT Verify test utilities change - Moved the following common functi... | rtenneti | 2015-12-09 | 2 | -52/+2 |
* | CT Verify test utilities change - Moved the following common functions | rtenneti | 2015-12-07 | 2 | -2/+52 |
* | base: get rid of deprecated TrimWhitespace() function | tfarina | 2015-12-06 | 1 | -1/+1 |
* | Stop using SpawnedTestServer in DownloadContentTest.* | asanka | 2015-12-04 | 1 | -1/+0 |
* | [Cronet] Public key pinning for Java API | kapishnikov | 2015-12-03 | 1 | -0/+77 |
* | Remove kuint16max. | avi | 2015-12-01 | 4 | -15/+26 |
* | Revert of Remove kuint16max. (patchset #7 id:120001 of https://codereview.chr... | avi | 2015-12-01 | 4 | -26/+15 |
* | Remove kuint16max. | avi | 2015-12-01 | 4 | -15/+26 |
* | net: remove InitializeAndWaitUntilReady() from EmbeddedTestServer | tfarina | 2015-11-30 | 3 | -19/+0 |
* | jni: Pass method parameters as JavaParamRef in net. | torne | 2015-11-25 | 2 | -16/+24 |
* | URLRequestJob: change ReadRawData contract | xunjieli | 2015-11-23 | 6 | -58/+42 |
* | [Cronet] Continue UrlRequest with NULL certificate if Client cert is requested. | mef | 2015-11-23 | 2 | -7/+46 |
* | Revert "Reland: URLRequestJob: change ReadRawData contract" | xunjieli | 2015-11-20 | 6 | -42/+58 |
* | Reland: URLRequestJob: change ReadRawData contract | xunjieli | 2015-11-18 | 6 | -58/+42 |
* | Revert "URLRequestJob: change ReadRawData contract" | xunjieli | 2015-11-09 | 6 | -42/+58 |
* | Certificate Transparency: Parse consistency proof JSON | eranm | 2015-11-08 | 2 | -0/+22 |
* | URLRequestJob: change ReadRawData contract | xunjieli | 2015-11-06 | 6 | -58/+42 |
* | Reland of Migrating tests to use EmbeddedTestServer (/net) (patchset #1 id:1 ... | tommycli | 2015-11-06 | 3 | -9/+19 |
* | Revert of Migrating tests to use EmbeddedTestServer (/net) (patchset #4 id:60... | tommycli | 2015-11-05 | 3 | -19/+9 |
* | Migrating tests to use EmbeddedTestServer (/net) | svaldez | 2015-11-03 | 3 | -9/+19 |
* | Adding Default Handlers from SpawnedTestServer to EmbeddedTestServer. | svaldez | 2015-10-30 | 3 | -1/+664 |
* | SSL and add handlers in EmbeddedTestServer | svaldez | 2015-10-28 | 11 | -161/+894 |