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. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  4. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 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. 433eafe Delete unused includes of assert.h by Niels Möller · 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. dd2eebe Deprecate two DirectTransport ctors and remove their direct usage. 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. 0940811 Moving demux from FakeNetworkPipe to DirectTransport. by Sebastian Jansson · 6 years ago
  14. 7e85d67 Added SetClockOffset on FakeNetworkPipe. by Sebastian Jansson · 6 years ago
  15. 0970851 Reland: Add ability to emulate degraded network in Call via field trial by Erik Språng · 6 years ago
  16. 16cba5c Revert "Add ability to emulate degraded network in Call via field trial" by Ilya Nikolaevskiy · 6 years ago
  17. 31a12c5 Add ability to emulate degraded network in Call via field trial by Erik Språng · 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.h]
  21. a37de39 Update thread annotiation macros to use RTC_ prefix by danilchap · 7 years ago
  22. 8a6241e Make DirectTransport::task_queue_ const by eladalon · 7 years ago
  23. 0860bee Remove deprecated DirectTransport constructors by eladalon · 7 years ago
  24. cff98dc Add GUARDED_BY in DirectTransport by eladalon · 7 years ago
  25. 413ee9a Use SingleThreadedTaskQueue in DirectTransport by eladalon · 7 years ago
  26. 8435e55 Mark ~DirectTransport with "override." by eladalon · 7 years ago
  27. 88df90b Don't use the Force(Demuxer), Luke. by eladalon · 7 years ago
  28. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  29. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  30. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  31. 20c84cc Making FakeNetworkPipe demux audio and video packets. by minyue · 7 years ago
  32. 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
  33. 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
  34. 9c47b00 Don't hardcode MediaType::ANY in FakeNetworkPipe. by nisse · 7 years ago
  35. a8eb756 Moved transport.h from webrtc/ to webrtc/api, created build target and updated WebRTC dependencies. by aleloi · 8 years ago
  36. fd8be34 Remove webrtc/base/scoped_ptr.h by kwiberg · 8 years ago
  37. 6ab3db2 Revert of Remove webrtc/base/scoped_ptr.h (patchset #3 id:100001 of https://codereview.webrtc.org/1942823002/ ) by kwiberg · 8 years ago
  38. 65fc62e Remove webrtc/base/scoped_ptr.h by kwiberg · 8 years ago
  39. ff2a635 Add ramp-up tests for transport sequence number with and w/o audio. by Stefan Holmer · 9 years ago
  40. 5811a39 Replace EventWrapper in video/, test/ and call/. by Peter Boström · 9 years ago
  41. 7623ce4 Reland of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:300001 of https://codereview.webrtc.org/1507903005/ ) by Peter Boström · 9 years ago
  42. 8237abf Revert of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:20001 of https://codereview.webrtc.org/1506773002/ ) by kjellander · 9 years ago
  43. 03ef053 Merge webrtc/video_engine/ into webrtc/video/ by Peter Boström · 9 years ago
  44. 8c38e8b Clean up PlatformThread. by Peter Boström · 9 years ago
  45. 12411ef Move ThreadWrapper to ProcessThread in base. by pbos · 9 years ago
  46. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  47. f116bd0 Call OnSentPacket for all packets sent in the test framework. by stefan · 9 years ago
  48. 1d8a506 Add a PacketOptions struct to webrtc::Transport. by stefan · 9 years ago
  49. 2d56668 Unify Transport and newapi::Transport interfaces. by pbos · 9 years ago
  50. f2f8283 Use rtc::CriticalSection in webrtc/video/. by Peter Boström · 9 years ago
  51. 14665ff Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 9 years ago
  52. 00b8f6b Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 9 years ago
  53. de1429e Add thread annotations to Call API. by pbos@webrtc.org · 10 years ago
  54. c0e9aeb Add SetConfig method to FakeNetworkPipe and to DirectTransport by henrik.lundin@webrtc.org · 10 years ago
  55. faada6e Integrate fake_network_pipe into direct_transport. by stefan@webrtc.org · 11 years ago
  56. 27326b6 Rename newapi::Transport::SendRTP()->SendRtp(). by pbos@webrtc.org · 11 years ago
  57. b082ade Hook up audio/video sync to Call. by stefan@webrtc.org · 11 years ago
  58. 16e03b7 Separate Call API/build files from video_engine/. by pbos@webrtc.org · 11 years ago[Renamed (96%) from webrtc/video_engine/test/common/direct_transport.h]
  59. 74fa489 Remove newapi:: namespace for typenames without overlap. by pbos@webrtc.org · 11 years ago
  60. 468e19a Signal when shutting down DirectTransport. by pbos@webrtc.org · 11 years ago
  61. 9668467 Run loopback tests with network thread. by pbos@webrtc.org · 11 years ago
  62. bbb07e6 Glue code and tests for NACK in new VideoEngine API. by pbos@webrtc.org · 11 years ago
  63. af8d5af Initial port of FullStackTest to new VideoEngine API. by pbos@webrtc.org · 11 years ago
  64. 1ecee9a Break video_engine/new_include/common.h into smaller parts. by pbos@webrtc.org · 11 years ago
  65. 29d5839 New VideoEngine API implementation on top of old one, first steps. by pbos@webrtc.org · 11 years ago