1. 85a1000 Use deprecated SingleThreadedTaskQueueForTesting as regular task queue by Danil Chapovalov · 4 years, 9 months ago
  2. ba2ba59 Rewrite test::DirectTransport to work with any TaskQueue implementation by Danil Chapovalov · 4 years, 10 months ago
  3. 6516f76 Deprecate SingleThreadedTaskQueueForTesting class. by Yves Gerey · 5 years ago
  4. 25eb47c Make the RtpHeaderParserImpl available to tests and tools only. by Tommi · 5 years ago
  5. 11c012a Removing avoidable usages of Clock::GetRealTimeClock(). by Sebastian Jansson · 5 years ago
  6. 836fee1 Calculate next process time in simulated network. by Sebastian Jansson · 5 years ago
  7. 0378997 Adds flags indicating presence in allocation and feedback per packet. by Sebastian Jansson · 6 years ago
  8. 156d11d Adds packet_size to rtc::SentPacket in testing code. by Sebastian Jansson · 6 years ago
  9. c7ea852 Remove deprecated ctors of DirectTransport and its subclasses and FakeNetworkPipe by Artem Titov · 6 years ago
  10. 631cafa Eliminate methods SetConfig() from DirectTransport and FakeNetworkPipe by Artem Titov · 6 years ago
  11. c02df81 Eliminate SetClockOffset() from DirectTransport. by Artem Titov · 6 years ago
  12. 46c4e60 Introduce SimulatedNetworkReceiverInterface. by Artem Titov · 6 years ago
  13. 7008287 Delete struct webrtc::PacketTime. by Niels Möller · 6 years ago
  14. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  15. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  16. 0940811 Moving demux from FakeNetworkPipe to DirectTransport. by Sebastian Jansson · 6 years ago
  17. 7e85d67 Added SetClockOffset on FakeNetworkPipe. by Sebastian Jansson · 6 years ago
  18. d2817d8 Allow injection of custom network models in place of FakeNetworkPipe. by Christoffer Rodbro · 7 years ago
  19. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  20. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/test/direct_transport.cc]
  21. 0860bee Remove deprecated DirectTransport constructors by eladalon · 7 years ago
  22. cff98dc Add GUARDED_BY in DirectTransport by eladalon · 7 years ago
  23. 413ee9a Use SingleThreadedTaskQueue in DirectTransport by eladalon · 7 years ago
  24. 20c84cc Making FakeNetworkPipe demux audio and video packets. by minyue · 7 years ago
  25. e5ad5ca Reland of Don't hardcode MediaType::ANY in FakeNetworkPipe. (patchset #1 id:1 of https://codereview.webrtc.org/2784543002/ ) by nisse · 7 years ago
  26. 3a3bd50 Revert of Don't hardcode MediaType::ANY in FakeNetworkPipe. (patchset #4 id:60001 of https://codereview.webrtc.org/2774463003/ ) by lliuu · 7 years ago
  27. 9c47b00 Don't hardcode MediaType::ANY in FakeNetworkPipe. by nisse · 7 years ago
  28. 488c5dc Add new target direct_transport and remove fake_network and direct_transport from test_common. by perkj · 7 years ago
  29. f515ab8 Moved call.h and most of api/call/* into call/ by ossu · 8 years ago
  30. e2b1501 Start probes only after network is connected. by Sergey Ulanov · 8 years ago
  31. 906c5dc Revert of Start probes only after network is connected. (patchset #9 id:240001 of https://codereview.webrtc.org/2458863002/ ) by honghaiz · 8 years ago
  32. 5c99c76 Start probes only after network is connected. by sergeyu · 8 years ago
  33. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  34. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  35. ff2a635 Add ramp-up tests for transport sequence number with and w/o audio. by Stefan Holmer · 9 years ago
  36. 5811a39 Replace EventWrapper in video/, test/ and call/. by Peter Boström · 9 years ago
  37. d3c9447 Nuke TickTime::UseFakeClock. by Peter Boström · 9 years ago
  38. 8c38e8b Clean up PlatformThread. by Peter Boström · 9 years ago
  39. 12411ef Move ThreadWrapper to ProcessThread in base. by pbos · 9 years ago
  40. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  41. f116bd0 Call OnSentPacket for all packets sent in the test framework. by stefan · 9 years ago
  42. 1d8a506 Add a PacketOptions struct to webrtc::Transport. by stefan · 9 years ago
  43. f2f8283 Use rtc::CriticalSection in webrtc/video/. by Peter Boström · 9 years ago
  44. 38492c5 Re-land 8810 "- Add a SetPriority method to ThreadWr..." by tommi@webrtc.org · 9 years ago
  45. 90a1cb4 Revert 8810 "- Add a SetPriority method to ThreadWrapper" by tommi@webrtc.org · 9 years ago
  46. b6817d7 - Add a SetPriority method to ThreadWrapper by tommi@webrtc.org · 9 years ago
  47. 8663973 Remove thread id from ThreadWrapper::Start(). by pbos@webrtc.org · 9 years ago
  48. d5ce2e6 Remove EventWrapper::Reset(). by pbos@webrtc.org · 9 years ago
  49. 0b1534c Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess. by pkasting@chromium.org · 10 years ago
  50. c0e9aeb Add SetConfig method to FakeNetworkPipe and to DirectTransport by henrik.lundin@webrtc.org · 10 years ago
  51. faada6e Integrate fake_network_pipe into direct_transport. by stefan@webrtc.org · 11 years ago
  52. 27326b6 Rename newapi::Transport::SendRTP()->SendRtp(). by pbos@webrtc.org · 11 years ago
  53. b082ade Hook up audio/video sync to Call. by stefan@webrtc.org · 11 years ago
  54. 69969e2 Improve Call tests for RTX. by stefan@webrtc.org · 11 years ago
  55. 16e03b7 Separate Call API/build files from video_engine/. by pbos@webrtc.org · 11 years ago[Renamed (95%) from webrtc/video_engine/test/common/direct_transport.cc]
  56. 841c8a4 Rename VideoCall to Call. by pbos@webrtc.org · 11 years ago
  57. 74fa489 Remove newapi:: namespace for typenames without overlap. by pbos@webrtc.org · 11 years ago
  58. fd39e13 Remove VideoEngine class from new VideoEngine API. by pbos@webrtc.org · 11 years ago
  59. 468e19a Signal when shutting down DirectTransport. by pbos@webrtc.org · 11 years ago
  60. 9668467 Run loopback tests with network thread. by pbos@webrtc.org · 11 years ago