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