[go: nahoru, domu]

  1. f00e42e NQE: Compute and record end-to-end RTT. by Tarun Bansal · 6 years ago
  2. d7f1662 Fix dcheck in network_quality_estimator by cypt4 · 6 years ago
  3. 98447b1 Remove ScopedTaskEnvironment from NetTestSuite. by Bence Béky · 6 years ago
  4. cacfa07 NQE: Combine HTTP RTT and transport RTT related methods by Tarun Bansal · 6 years ago
  5. c408dc7 Do not show client side previews when effective connection type is OFFLINE by Tarun Bansal · 6 years ago
  6. 92f0b09d Network Quality Estimator: Refactor of how observation buffers are stored by Tarun Bansal · 6 years ago
  7. afe6dab9 cros: Move GetCurrentNetworkId call off IO thread. by Xiyuan Xia · 6 years ago
  8. 3f884c1 Remove obsolete code from network quality estimator by Tarun Bansal · 6 years ago
  9. 4a78e3d Replace IPAddress::IsReserved() with IsPubliclyRoutable(). by Nathan Parker · 6 years ago
  10. aa48ce8d Make DefaultTickClock::GetInstance return a const TickClock*. by Greg Thompson · 6 years ago
  11. abb7a38 Set up a NetworkQualityEstimator in the NetworkService. by Matt Menke · 6 years ago
  12. 2446e01 Mark external estimate provider as deprecated by Tarun Bansal · 7 years ago
  13. f67b3e7 NQE: Enable the heuristics for detecting hanging requests by Tarun Bansal · 7 years ago
  14. 1221a49b Set the default RSSI multiplier to a value less than 1.0 by Tarun Bansal · 7 years ago
  15. d70a5c50 NQE: Handle cases when signal strength is unavailable by Tarun Bansal · 7 years ago
  16. 9b4117c3 Remove external estimate provider hookup to Network Quality Estimator by Tarun Bansal · 7 years ago
  17. 51cb7a0f Remove external estimate provider logic in network quality estimator. by Tarun Bansal · 7 years ago
  18. 383640f Add missing #includes (IWYU). by Peter Kasting · 7 years ago
  19. 6b1d4918 Remove the logic for skipping the persistence of network by Tarun Bansal · 7 years ago
  20. 10d1fd5 Force recompute ECT when overriding the RTT values in NQE test class by Tarun Bansal · 7 years ago
  21. 5c63581 Removing megjablon from OWNERS and moving bengr to secondary by Ryan Sturm · 7 years ago
  22. 172b97a Export NQE effective connection type thresholds by Tarun Bansal · 7 years ago
  23. 4bb5c126 Remove obsolete metrics from network quality estimator. by Tarun Bansal · 7 years ago
  24. 1b1ef37d Use transport RTT as a lower bound for HTTP RTT. by Tarun Bansal · 7 years ago
  25. e36036f3 Update GetTcpInfo to work on the updated Android NDK by Tarun Bansal · 7 years ago
  26. cd5bbc6 Reland "Pass network quality estimator to warmup probe URL fetcher" by Tarun Bansal · 7 years ago
  27. df224ab Add histogram to record changes in the network quality by Tarun Bansal · 7 years ago
  28. 8b1739b Revert "Revert "Reenable unittests in //net/nqe/observation_buffer_unittest.cc on OS_WIN"" by Tarun Bansal · 7 years ago
  29. 24f046f Revert "Reenable unittests in //net/nqe/observation_buffer_unittest.cc on OS_WIN" by Tarun Bansal · 7 years ago
  30. 0c2c983 Reenable unittests in //net/nqe/observation_buffer_unittest.cc on OS_WIN by Tarun Bansal · 7 years ago
  31. b7a3516 Clear the network quality pref if the observed quality matches the expected value by Tarun Bansal · 7 years ago
  32. 16fc12f Added unit test for checking Slow-2G-On-Cellular. by Thanh Le · 7 years ago
  33. 6b0a6d4b5 Generate synthethic RTT and throughput observations based on the by Tarun Bansal · 7 years ago
  34. 2d3d329 Remove code for recording correlation metric in Network Quality Estimator by Tarun Bansal · 7 years ago
  35. a98f12f Added "Slow-2G on Cellular" for force-effective-connection-type flag. by Thanh Le · 7 years ago
  36. 8914dbba NQE: Hanging request and hanging throughput observation window detector by Tarun Bansal · 7 years ago
  37. 0eb3980 [Cleanup] Rename UMA_HISTOGRAM_SPARSE_SLOWLY to base::UmaHistogramSparse(). by Ilya Sherman · 7 years ago
  38. f202467e Do not cache observed network quality if it matches the default value. by Tarun Bansal · 7 years ago
  39. 4b99b0f Fix enum vs unsigned -Wsign-compare warnings by Hans Wennborg · 7 years ago
  40. 2633174 Use the shared instance of base::Default{,Tick}Clock in //net by tzik · 7 years ago
  41. 9a42d05 Read and write network quality when there is a change in the signal strength by Tarun Bansal · 7 years ago
  42. 087bb2c Fix the null crash in the network quality estimator by Tarun Bansal · 7 years ago
  43. 8b187d7 Add signal strength value to the network ID struct by Tarun Bansal · 7 years ago
  44. f3c65a6 Run clang-tidy modernize-use-equals-{delete,default} on //net/nqe by Chris Watkins · 7 years ago
  45. 5ed06e7 Replace base::DoubleToString with base::NumberToString. by Brett Wilson · 7 years ago
  46. cdfa34b Add NetworkID proto which makes it simpler to serialize network IDs by Tarun Bansal · 7 years ago
  47. af5a7a4 Remove duplicate code for reading the cached network quality by Tarun Bansal · 7 years ago
  48. 9414bae Refactor network ID implementation to a separate file by Tarun Bansal · 7 years ago
  49. 58a0f88 Use a global throttler for Socket Watcher in the Network Quality Estimator (NQE) by Tarun Bansal · 7 years ago
  50. ed0c5994 Enforce the correctness of ordering of observations in Network Quality Estimator by Tarun Bansal · 7 years ago
  51. 27269dc Network quality estimator: Separate out observation buffer for by Tarun Bansal · 7 years ago
  52. d7b4c62 Clamp HTTP RTT only when enough transport RTT observations are present by Tarun Bansal · 7 years ago
  53. e19ff26 Expose the count of RTT observations available when ECT was last computed by Tarun Bansal · 7 years ago
  54. 0f35328 Migrate away from deprecated base::Value APIs. by Lei Zhang · 7 years ago
  55. 6c4f0cf NQE: Discard RTT and throughput observations from non-GET requests by Tarun Bansal · 7 years ago
  56. 31b07c5 Remove observations when the cached estimate is available in the Network by Tarun Bansal · 7 years ago
  57. 7ae8b20 Revert "Remove observations when the cached estimate is available in the Network" by Tarun Bansal · 7 years ago
  58. 395d004 Remove observations when the cached estimate is available in the Network by Tarun Bansal · 7 years ago
  59. 98f392b Compute ECT when more than a certain number of observations are received by Tarun Bansal · 7 years ago
  60. 2577549 When cached estimate is available, do not add observations from the by Tarun Bansal · 7 years ago
  61. d80590e5 Replace kInvalidThroughput with INVALID_RTT_THROUGHPUT. by zhuoyu.qian · 7 years ago
  62. de34299 Enable hanging requests detection in Network quality estimation by Tarun Bansal · 7 years ago
  63. 6a7df1f Drop first RTT notification from a QUIC connection by Tarun Bansal · 7 years ago
  64. 636fb92e Refactor Observation struct as a class by Tarun Bansal · 7 years ago
  65. fdded356 Add default platform observation and cached estimate in by Tarun Bansal · 7 years ago
  66. 0094311 Do not take throughput observation if a hanging request is in-flight. by Tarun Bansal · 7 years ago
  67. 87f8c49 Revert "Do not take throughput observation if a hanging request is in-flight." by Anthony Berent · 7 years ago
  68. 8f9d7d395 Avoid WrapUnique(new) in //net. by Bence Béky · 7 years ago
  69. 45d9026 Do not take throughput observation if a hanging request is in-flight. by Tarun Bansal · 7 years ago
  70. b9633a1 Revert "Do not take throughput observation if a hanging request is in-flight." by Ken Rockot · 7 years ago
  71. 4ce57c9 Do not take throughput observation if a hanging request is in-flight. by Tarun Bansal · 7 years ago
  72. dbd1311 Notify external estimate provider on connection change by Tarun Bansal · 7 years ago
  73. cbff0e2b Change references of nqe-dev mailing list to net-dev by Tarun Bansal · 7 years ago
  74. fc13d59 NQE: Set min_requests for throughput computation to 5 by Tarun Bansal · 7 years ago
  75. c6a0c82 Replace std::deque and std::queue in //net by Brett Wilson · 7 years ago
  76. d771884 Do not store ECT if it's value is unknown by Tarun Bansal · 7 years ago
  77. 6dee5c9 Cleanup external estimate provider in the Network Quality Estimator (NQE). by Tarun Bansal · 7 years ago
  78. d2677a1 Add histograms to record raw observations in Network Quality Estimator (NQE). by Tarun Bansal · 7 years ago
  79. 84546bf Obsolete histograms with connection type suffix from network quality estimator by Tarun Bansal · 7 years ago
  80. 0579ed6 Replace base::MakeUnique with std::make_unique in net/. by Jeremy Roman · 7 years ago
  81. 078e366 Fix MessageLoop and RunLoop includes via script. by Gabriel Charette · 7 years ago
  82. 937ca7a Discard non-positive RTT observations in socket watcher by Tarun Bansal · 7 years ago
  83. c880b49 NQE: Remove logic for computing network quality using different statistics by Tarun Bansal · 7 years ago
  84. 275b75a Compute the increase in RTT by comparing recent and historical data. by Devdeep Ray · 7 years ago
  85. d0eb6b8 NQE: Remove duplicated code for adding observations to the buffer by Tarun Bansal · 7 years ago
  86. 13b03123 Remove unused imports from weighted_observation.h by Devdeep Ray · 7 years ago
  87. 35f5066 Remove templates from NQE and switch to 32-bit integers for RTT. by Devdeep Ray · 7 years ago
  88. 49db72f NQE: Update function signature to return a base::Optional value. by Tarun Bansal · 7 years ago
  89. 3d1340e2 Do not report min_ect as UNKNOWN if the connection type changes to OFFLINE by Tarun Bansal · 7 years ago
  90. 0b63166 Experiment with using transport RTT to clamp the value of HTTP RTT by Tarun Bansal · 7 years ago
  91. dc8030c Remove redundant OS_CHROMEOS checks by Michael Giuffrida · 7 years ago
  92. 73a0437 NQE: Discard transport RTT observations from private sockets. by Tarun Bansal · 7 years ago
  93. ae2022fb Enable reading of cached network quality from WiFi networks by Tarun Bansal · 7 years ago
  94. 3d467db Experiment to vary the maximum number of delayable requests in-flight by Devdeep Ray · 7 years ago
  95. 5cf9044 NQE: clean up constructor by Tarun Bansal · 7 years ago
  96. 6d9c007 Fix header guards in //net. by Bence Béky · 7 years ago
  97. ee458c83 Do not log DNS resolution entries from NQE in the netlog by Tarun Bansal · 7 years ago
  98. e11aa36 Add functionality for embedders to configure NQE by tbansal · 7 years ago
  99. b40e369 Add bandwidth delay product computation to NQE by Devdeep Ray · 7 years ago
  100. 6143e64 Replace all UMA_HISTOGRAM_COUNTS uses in net/. by Steven Holte · 7 years ago