1. 3bddaed rtc_p2p: Split turn port and basic port allocator by Harald Alvestrand · 1 year ago
  2. 8bb54c1 Penultimate split-up of rtc_p2p build target by Harald Alvestrand · 1 year ago
  3. 0a96289 Replace legacy rtc::TaskQueue with TaskQueueBase in test Network helper by Danil Chapovalov · 1 year, 2 months ago
  4. 3d9c368 Delete CallFactoryInterface as no longer needed by Danil Chapovalov · 1 year, 3 months ago
  5. 14630a7 Use rtc::ReceivedPacket in Stun and TurnServer by Per K · 1 year, 3 months ago
  6. 554f7db Add EnableMediaWithDefaults to replace SetMediaEngineDefaults by Danil Chapovalov · 1 year, 4 months ago
  7. eba7cee Extract TestADM into a separate target by Artem Titov · 1 year, 10 months ago
  8. a6b9924 Remove all usage of //rtc_base target by Florent Castelli · 2 years, 1 month ago
  9. a138c6c Split rtc_base into multiple targets by Florent Castelli · 2 years, 2 months ago
  10. 538fa81 Add collection of EmulatedNetworkNode stats to stats collector by Artem Titov · 2 years, 3 months ago
  11. 2aaef45 Replace Invoke in tests with SendTask test helper by Danil Chapovalov · 2 years, 6 months ago
  12. 9c125c6 Migrate test/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 8 months ago
  13. de2ac5a Adopt absl::string_view in p2p/ by Ali Tofigh · 2 years, 8 months ago
  14. c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 8 months ago
  15. ed4aadc Move copy_on_write_buffer out of rtc_base_approved by Florent Castelli · 2 years, 10 months ago
  16. 71337f3 Move random out of rtc_base_approved by Florent Castelli · 2 years, 10 months ago
  17. 33d31fb Remove //rtc_base:rtc_event from public deps by Florent Castelli · 2 years, 11 months ago
  18. 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 2 years, 11 months ago
  19. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 2 years, 11 months ago
  20. e62c2f2 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf by Jonas Oreland · 2 years, 11 months ago
  21. c06fe8b WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 11/inf by Jonas Oreland · 2 years, 11 months ago
  22. 1ca57b9 Add support for lost packets to FeedbackGenerator by Per Kjellander · 3 years, 1 month ago
  23. 5e7a3ae Let EmulatedNetworkManagerInterface own and expose a PacketSocketFactory by Niels Möller · 3 years, 5 months ago
  24. d0b8879 Delete AsyncSocket class, merge into Socket class by Niels Möller · 3 years, 6 months ago
  25. 9bd2457 Delete SignalQueueDestroyed by Niels Möller · 3 years, 10 months ago
  26. 3d37e06 Introduce default routes for network emulation by Artem Titov · 4 years ago
  27. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years ago
  28. 7358b40 Remove usage of AsyncInvoker in test class FakeNetworkSocket by Danil Chapovalov · 4 years, 1 month ago
  29. e7c79fd Remove from chromium build targets that are not compatible with it. by Andrey Logvin · 4 years, 1 month ago
  30. d2dd732 Introduce network emulated endpoint optional name for better logging by Artem Titov · 4 years, 1 month ago
  31. 9c8dd87 Fixing WebRTC/Chromium FYI build. by Mirko Bonadei · 4 years, 1 month ago
  32. e5f4c6b Reland "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 1 month ago
  33. f9ee0e0 Add cross trafic emulation api by Andrey Logvin · 4 years, 1 month ago
  34. 7acc2d9 Revert "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 1 month ago
  35. b24e720 Fix inconsistencies in network BUILD.gn file by Andrey Logvin · 4 years, 1 month ago
  36. 69241a9 Refactor rtc_base build targets. by Mirko Bonadei · 4 years, 1 month ago
  37. 9705011 Add TURN server to Emulated Network infrastructure by Jonas Oreland · 4 years, 3 months ago
  38. 7c85d39 Delete unneeded includes of system_wrappers/include/sleep.h by Niels Möller · 4 years, 4 months ago
  39. cbe6e8a Introduce debug network stats by Artem Titov · 4 years, 5 months ago
  40. ceb4495 Reland: Wires up WebrtcKeyValueBasedConfig in media engines. by Erik Språng · 4 years, 5 months ago
  41. 5956a17 Revert "Wires up WebrtcKeyValueBasedConfig in media engines." by Artem Titov · 4 years, 5 months ago
  42. 591b2ab Wires up WebrtcKeyValueBasedConfig in media engines. by Erik Språng · 4 years, 5 months ago
  43. 3e0b65d Replace network layer stats struct with interface by Artem Titov · 4 years, 7 months ago
  44. 4ab7dde Migrate stray leftovers from rtc_base/ and test/ to webrtc::Mutex. by Markus Handell · 4 years, 7 months ago
  45. a5a4be1 Partly migrate test/ to webrtc::Mutex. by Markus Handell · 4 years, 8 months ago
  46. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 9 months ago
  47. 1e02339 Add ability to set custom adapter type on emulated endpoint by Artem Titov · 5 years ago
  48. ccbe95f Reformat GN files. by Mirko Bonadei · 5 years ago
  49. a406ee1 Moving FakeNetworkSocket to fake_network_socket_server.h by Sebastian Jansson · 5 years ago
  50. cec2433 Exposing more features in the network emulation manager API. by Sebastian Jansson · 5 years ago
  51. c4f8654 Add TimeController to api/test/ and add a CreateTimeController API. by Bjorn A Mellem · 5 years ago
  52. dcc910a Adds simulated TCP message route for testing. by Sebastian Jansson · 5 years ago
  53. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  54. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  55. 7cbee84 Reland "Adds PeerConnection scenario test framework." by Sebastian Jansson · 6 years ago
  56. 3d351c6 Revert "Adds PeerConnection scenario test framework." by Sebastian Jansson · 6 years ago
  57. ad5c4ac Adds PeerConnection scenario test framework. by Sebastian Jansson · 6 years ago
  58. 8d3e4bd Adds simulated network node builder. by Sebastian Jansson · 6 years ago
  59. 48b1b18 Add ability to create EmulatedNetworkNode from BuiltInNetworkBehaviorConfig by Artem Titov · 6 years ago
  60. 386802e Move network emulation framework under test/network by Artem Titov · 6 years ago