1. 677a7e1 Rename {absl => std}::optional in //net/ by Arthur Sonzogni · 6 months ago main
  2. 4496e76 Update copyright headers in net/ by Avi Drissman · 1 year, 11 months ago
  3. 69ef040 Remove SpawnedTestServer::TYPE_HTTP by David Benjamin · 2 years, 5 months ago
  4. 8599944 Remove third_party/tlslite and SpawnedTestServer::TYPE_HTTPS by David Benjamin · 2 years, 8 months ago
  5. be71ba5 Remove TLS13DowngradeTest by David Benjamin · 2 years, 9 months ago
  6. 3ff96ea Switch SSLClientSocketCertRequestInfoTest.CertKeyTypes to EmbeddedTestServer by David Benjamin · 2 years, 9 months ago
  7. 2e4fa75 Switch SSLClientSocketReadTest.Read_WithFatalAlert to EmbeddedTestServer by David Benjamin · 2 years, 9 months ago
  8. c0e2dc7 Switch TLS intolerance tests to EmbeddedTestServer by David Benjamin · 2 years, 9 months ago
  9. 6eb1966 Make minidump tests Python 3-compatible by Brian Sheedy · 2 years, 10 months ago
  10. 1bb63e1 Port SCT test to EmbeddedTestServer by David Benjamin · 2 years, 11 months ago
  11. 0c3cd36 Remove unused features of SpawnedTestServer by David Benjamin · 2 years, 11 months ago
  12. f025abe Port SpawnedTestServer to Python 3 by David Benjamin · 2 years, 11 months ago
  13. d8507d9 Convert minica and crlsetutil to Python 3 by David Benjamin · 2 years, 11 months ago
  14. 1f5bdcf Remove non-default request handlers from testserver.py by David Benjamin · 2 years, 11 months ago
  15. 9aadbed Switch remaining TLS resumption tests to EmbeddedTestServer by David Benjamin · 2 years, 11 months ago
  16. 8ed48d1 Remove remnants of the OCSP CA from testserver.py by David Benjamin · 2 years, 11 months ago
  17. 0b11e48 Roll src/third_party/pywebsocket3/src/ 9db3d29db..50602a14f (4 commits) by Adam Rice · 3 years ago
  18. 3a293bd Remove FTP support from the EmbeddedTestServer. by Matt Menke · 3 years ago
  19. 58d9f6a net: Replace base::Optional and friends with absl counterparts by Anton Bikineev · 3 years, 3 months ago
  20. 3b00eb1 Apply modernize-make-unique to net/ by Peter Boström · 3 years, 4 months ago
  21. aaf4967 Code inclusion: update pydeps to use "--allowlist" by Nate Fischer · 3 years, 5 months ago
  22. 858064b Remove TCP/UDP echo modes from the SpawnedTestServer. by Matt Menke · 3 years, 9 months ago
  23. 9ef5863 Make remote_test_server use EmbeddedTestServer in HTTP mode. by Matt Menke · 3 years, 9 months ago
  24. aabe678 Add "/chunked" default handler to EmbeddedTestServer. by Matt Menke · 3 years, 10 months ago
  25. 9630f66 remove copybara initialization artifacts by Victor-Gabriel Savu · 4 years, 3 months ago
  26. 2b74bce Copybara Service Migration Initialization. by Victor-Gabriel Savu · 4 years, 3 months ago
  27. 1e3338b add python 3 compatibility to testserver_base by Victor-Gabriel Savu · 4 years, 3 months ago
  28. f819d29 Remove flaky obsolete test URLRequestTestHTTP.GetTest_ManyCookies by Lily Chen · 4 years, 4 months ago
  29. 83e26f9 Replace pywebsocket with pywebsocket3 in //net by Keita Suzuki · 4 years, 5 months ago
  30. 776b695 Support initializing logging with a file descriptor rather than a path. by Robbie McElrath · 5 years ago
  31. 81f46b9 Reland "Reland "Remove references to MessagePump::Type"" by Chris Sharp · 5 years ago
  32. 8c2ae01 Revert "Reland "Remove references to MessagePump::Type"" by Chris Sharp · 5 years ago
  33. 0ec3715 [net] Fix default test data path. by Asanka Herath · 5 years ago
  34. 63f6ddb Reland "Remove references to MessagePump::Type" by Carlos Caballero · 5 years ago
  35. 64f48f4 Revert "Remove references to MessagePump::Type" by Findit · 5 years ago
  36. f29cc32 Remove references to MessagePump::Type by Carlos Caballero · 5 years ago
  37. 868a339 Migrate more base::MessageLoops to base::SingleThreadTaskExecutor by Alex Clarke · 5 years ago
  38. 8270eb8 Measure usage of Name normalization in successfully validated certificate chains. by Matt Mueller · 5 years ago
  39. 9c2b31d Reland "Allow .pydeps files to detect use of vpython" by Andrew Grieve · 5 years ago
  40. 3459c70 [message_loop] Remove message_loop_forward.h by Alexander Timin · 6 years ago
  41. 7b5aa30 [message_loop] Temporary introduce message_loop_forward.h. by Alexander Timin · 6 years ago
  42. c7b94d9 Fix #include in run_testserver by Scott Graham · 6 years ago
  43. f839f1c Revise TLS 1.3 downgrade feature and metrics. by David Benjamin · 6 years ago
  44. 4a22b72 Remove support for Token Binding by Nick Harper · 6 years ago
  45. 9476b8c [WebSocket] Fix proxy.pac --winhttp-proxy-resolver by Adam Rice · 6 years ago
  46. 54443aa testserver.py: Improve logging on connection failure by Adam Rice · 6 years ago
  47. d167f3a GN: Add "python_library" template for group()s that use ".pydeps" by Andrew Grieve · 6 years ago
  48. 55aef64 [PKI library] Allow intermediate's OCSP response to be up to 1 year old. by Matt Mueller · 6 years ago
  49. 7586334 net: minica.py: Randomize intermediate CN to avoid caching issues. by Matt Mueller · 6 years ago
  50. 34b2e31 Enable simultaneous requests in testserver.py proxy by Adam Rice · 6 years ago
  51. f6a3840 Fix description of /echoheadercache max-age. by Eric Roman · 6 years ago
  52. 7d28d3b Switch //build/print_python_deps.py to vpython. (RELAND) by John Budorick · 6 years ago
  53. 3bfd15d Remove Common Name Fallback code by Ryan Sleevi · 7 years ago
  54. fdcd4b3 Fix presubmit error from pyftpdlib.ftpserver import by Nick Harper · 7 years ago
  55. 5cac4eb Revert "Switch //build/print_python_deps.py to vpython." by John Budorick · 7 years ago
  56. 396f56d Switch //build/print_python_deps.py to vpython. by John Budorick · 7 years ago
  57. 0e7ec95 [net/test] Update python_utils and local_test_server to use vpython. by Robert Iannucci · 7 years ago
  58. 8ccaaed Properly propagate proxy auth details on sign-in screen (v2) by Pavol Marko · 7 years ago
  59. 4c6304c Revert "Properly propagate proxy auth details on sign-in screen" by Dominic Battré · 7 years ago
  60. 0d85536 Properly propagate proxy auth details on sign-in screen by Pavol Marko · 7 years ago
  61. 475a3f2 Implement OCSP server support in RemoteTestServer. by Sergey Ulanov · 7 years ago
  62. 1b62265 CRLSets: add ability to block by subject name. by Adam Langley · 7 years ago
  63. 0aca4f1 Remove references to phajdan.jr by Paweł Hajdan, Jr · 7 years ago
  64. dd8b8ea Enable WebSocketEndToEndTests with RemoteTestServer by Sergey Ulanov · 7 years ago
  65. 3f98d67 Remove host argument from SpawnedTestServer constructor. by Sergey Ulanov · 7 years ago
  66. df2e386 Add a dedicated error code for TLS 1.3 interference. by davidben · 7 years ago
  67. 2ba42fe Remove checked-in .isolate files. by thakis · 7 years ago
  68. a58a92d Disable commonName matching for certificates by rsleevi · 7 years ago
  69. 0fc589b Fix conditional deps in net/tools/testserver/testserver.pydeps by zpeng · 8 years ago
  70. c7c0c8b Update testserver deps. by martijn · 8 years ago
  71. 10ede84 Add unittests of HTTPS loading that requires AIA fetching. by mattm · 8 years ago
  72. adace8e minica.py: don't encode default critical=False values by mattm · 8 years ago
  73. fdd01b7 Remove calls to deprecated MessageLoop methods on Windows and Linux. by fdoray · 8 years ago
  74. 5fb33bd Implement ALPN in tlslite. by bnc · 8 years ago
  75. 9a07cc9 Add more buffer time in HTTPSOCSPVerifyTests. by dadrian · 8 years ago
  76. 4ccf51c Extract OCSPCertStatus::Status to standalone OCSPRevocationStatus, and add OCSPVerifyResult for tracking stapled OCSP responses cross-platform. OCSPVerifyResult is populated by CertVerifyProc, but is currently unused. In the future, it will be consumed by Expect-Staple reports. by dadrian · 8 years ago
  77. e758cd1 Update token binding code to latest drafts by nharper · 8 years ago
  78. c020192 Fix net_unittests on Android swarming by adding testserver as a data_dep by agrieve · 8 years ago
  79. 33b4943 Change scoped_ptr to std::unique_ptr in //net. by danakj · 8 years ago
  80. cb1adc3 Implement referred Token Bindings by nharper · 8 years ago
  81. 08eae82 Set Token-Binding HTTP header by nharper · 9 years ago
  82. da23872 Stop using SpawnedTestServer in DownloadContentTest.* by asanka · 9 years ago
  83. c52318b Use If-Range instead of If-Match/If-Unmodified-Since for partial requests. by asanka · 9 years ago
  84. 0f0e449 Attempt to isolate net_unittests. by stip · 9 years ago
  85. 609ad4c Add Next Protocol Negotiation (NPN) unittests. by bnc · 9 years ago
  86. 1e8bf4b Add flags to python test server for channel id, extended master secret, and token binding by nharper · 9 years ago
  87. 06a8783 Revert of Add flags to python test server for channel id, extended master secret, and token binding (patchset #2 id:20001 of https://codereview.chromium.org/1347503002/ ) by tommycli · 9 years ago
  88. 442e3df Add flags to python test server for channel id, extended master secret, and token binding by nharper · 9 years ago
  89. fd4f044 net/testserver.py: Add handler to reply with client auth status. by pneubeck · 9 years ago
  90. 9135cb9 Fix typos in testserver docstrings. by twifkak · 9 years ago
  91. fbb89ed Migrate chrome/../download_browsertests away from SpawnedTestServer by asanka · 9 years ago
  92. 1447b17 Prune some remnants of DSA client certificate support. by davidben · 9 years ago
  93. 9d4c45f Use relative links in directory listings. by xleng · 9 years ago
  94. 21667d6 Don't process HSTS/HPKP headers when host is an IP address by estark · 9 years ago
  95. 405745f Reland 'Require ECDHE for False Start.' by davidben · 9 years ago
  96. bd7e6a9 Revert of Require ECDHE for False Start. (patchset #4 id:60001 of https://codereview.chromium.org/1057733002/) by alph · 9 years ago
  97. 234b465 Require ECDHE for False Start. by davidben · 9 years ago
  98. 05f8220 Make the test server's SlowServerHandler match the documentation. by davidben · 9 years ago
  99. 21cda34 Properly handle alerts from the peer in SSL_read. by davidben · 9 years ago
  100. 8146efa Unwind the SSL connection holdback experiment and remove related code by rsleevi · 9 years ago