1. 376cf38 Replace RecursiveCriticalSection with Mutex in EmulatedEndpointImpl by Niels Möller · 3 years, 10 months ago
  2. 3d37e06 Introduce default routes for network emulation by Artem Titov · 3 years, 11 months ago
  3. 410c998 Const correct NetworkEmulationManager::GetStats by Per Kjellander · 3 years, 11 months ago
  4. 14cad9f Fix clang-tidy: performance-inefficient-vector-operation. by Mirko Bonadei · 4 years ago
  5. cc8a1f8 Add API to get current time mode from NetworkEmulationManager by Artem Titov · 4 years ago
  6. d2dd732 Introduce network emulated endpoint optional name for better logging by Artem Titov · 4 years ago
  7. f9ee0e0 Add cross trafic emulation api by Andrey Logvin · 4 years ago
  8. ec9b281 Add ability to specify random seed when creating built it network emulation by Artem Titov · 4 years ago
  9. 9705011 Add TURN server to Emulated Network infrastructure by Jonas Oreland · 4 years, 2 months ago
  10. cbe6e8a Introduce debug network stats by Artem Titov · 4 years, 3 months ago
  11. 9dcab80 Remove stat API from EmulatedEndpoint. by Artem Titov · 4 years, 5 months ago
  12. 14b46a7 Provide per destination statistic for network outgoing stats by Artem Titov · 4 years, 5 months ago
  13. cf78128 Add ability to get network stats from endpoint instance by Artem Titov · 4 years, 5 months ago
  14. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 5 years ago
  15. 1e02339 Add ability to set custom adapter type on emulated endpoint by Artem Titov · 5 years ago
  16. 6ce033a Moves ownership of time controller into NetworkEmulationManager. by Sebastian Jansson · 5 years ago
  17. fc8279d Reland "Using simulated rtc::Thread for peer connection scenario tests." by Sebastian Jansson · 5 years ago
  18. f1173f4 Revert "Using simulated rtc::Thread for peer connection scenario tests." by Sebastian Jansson · 5 years ago
  19. b70c5c5 Using simulated rtc::Thread for peer connection scenario tests. by Sebastian Jansson · 5 years ago
  20. cec2433 Exposing more features in the network emulation manager API. by Sebastian Jansson · 5 years ago
  21. 50f8686 Providing EmulatedRoute instances when creating TcpMessageRoute by Sebastian Jansson · 5 years ago
  22. dcc910a Adds simulated TCP message route for testing. by Sebastian Jansson · 5 years ago
  23. eb90e6f Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest by Danil Chapovalov · 5 years ago
  24. d8aff21 Adds support for stopping fake TCP cross traffic. by Sebastian Jansson · 5 years ago
  25. 86314cf Cleaning up C++14 move into lambda TODOs. by Sebastian Jansson · 5 years ago
  26. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  27. 8d3e4bd Adds simulated network node builder. by Sebastian Jansson · 5 years ago
  28. 48b1b18 Add ability to create EmulatedNetworkNode from BuiltInNetworkBehaviorConfig by Artem Titov · 5 years ago
  29. 386802e Move network emulation framework under test/network by Artem Titov · 5 years ago[Renamed (98%) from test/scenario/network/network_emulation_manager.cc]
  30. b64ad0e Using Clock::CurrentTime() where non-test behavior is unchanged. by Sebastian Jansson · 6 years ago
  31. b13ccc5 Adds TCP fairness test to GoogCC. by Sebastian Jansson · 6 years ago
  32. 2d87a50 Only process cross traffic simulation if added. by Sebastian Jansson · 6 years ago
  33. f6e6435 Cleanup in NetworkEmulationManager by Sebastian Jansson · 6 years ago
  34. 011d3a1 Revert "Cleanup in NetworkEmulationManagerImpl." by Sebastian Jansson · 6 years ago
  35. b4b53bd Revert "Only process cross traffic simulation if added." by Artem Titarenko · 6 years ago
  36. aa274d0 Cleanup in NetworkEmulationManagerImpl. by Sebastian Jansson · 6 years ago
  37. 491d294 Only process cross traffic simulation if added. by Sebastian Jansson · 6 years ago
  38. 5d97f55 Allow injection of time controller to NetworkEmulationManagerImpl. by Sebastian Jansson · 6 years ago
  39. 806299e Introduce network emulation layer stats API. by Artem Titov · 6 years ago
  40. 0d32a73 Fix naming in NetworkEmulationManager: endpoint_controller -> endpoint_container by Artem Titov · 6 years ago
  41. ff39312 Add ability to have multiple connected remote endpoints by Artem Titov · 6 years ago
  42. 62bb47f Splits network node into link and router. by Sebastian Jansson · 6 years ago
  43. 4124dab Processing emulated network on task queue. by Sebastian Jansson · 6 years ago
  44. 4cd433e Switch routing from dest endpoint id to dest ip in network emulation layer by Artem Titov · 6 years ago
  45. e5cc85b Introduce dynamic endpoints by Artem Titov · 6 years ago
  46. 7bf8c7f Add public API for NetworkEmulationManager by Artem Titov · 6 years ago
  47. 2086347 Move creation of rtc::NetworkManager into network emulation layer by Artem Titov · 6 years ago
  48. fc6ab00 Introduce EmulatedRoute by Artem Titov · 6 years ago
  49. a268b69 Rename EndpointConfig into EmulatedEndpointConfig by Artem Titov · 6 years ago
  50. aba8dc2 Rename EndpointNode into EmulatedEndpoint by Artem Titov · 6 years ago
  51. 4423c36 Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueue by Danil Chapovalov · 6 years ago
  52. 0bf4c29 Add support of auto IP generation in network emulation manager. by Artem Titov · 6 years ago
  53. d3666b2 Introduce cross traffic for emulated network layer. by Artem Titov · 6 years ago
  54. b00eb19 Removes Start/Stop on network emulation manager. by Sebastian Jansson · 6 years ago
  55. 0774bd9 Introduce network layer. by Artem Titov · 6 years ago