1. d2817d8 Allow injection of custom network models in place of FakeNetworkPipe. by Christoffer Rodbro · 7 years ago
  2. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  3. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  4. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/test/fake_network_pipe.h]
  5. 19f5143 Keep track of the capacity delay error in the FakeNetworkPipe. by philipel · 7 years ago
  6. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  7. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  8. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  9. 20c84cc Making FakeNetworkPipe demux audio and video packets. by minyue · 7 years ago
  10. 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
  11. 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
  12. 9c47b00 Don't hardcode MediaType::ANY in FakeNetworkPipe. by nisse · 7 years ago
  13. d701dfd remove more CriticalSectionWrappers. by kthelgason · 7 years ago
  14. e9ad271 Increase the send-time history to 60 seconds. by stefan · 7 years ago
  15. 9976840 Remove a few meaningless TODOs by mflodman · 8 years ago
  16. 536378b Allow FakeNetworkPipe to drop packets in bursts. by philipel · 8 years ago
  17. fd8be34 Remove webrtc/base/scoped_ptr.h by kwiberg · 8 years ago
  18. 6ab3db2 Revert of Remove webrtc/base/scoped_ptr.h (patchset #3 id:100001 of https://codereview.webrtc.org/1942823002/ ) by kwiberg · 8 years ago
  19. 65fc62e Remove webrtc/base/scoped_ptr.h by kwiberg · 8 years ago
  20. bfefb03 Replace scoped_ptr with unique_ptr everywhere by kwiberg · 8 years ago
  21. a2c5523 Allow packets to be reordered in the fake network pipe. by philipel · 8 years ago
  22. 5ad935c Remove mutable from rtc::CriticalSection members. by pbos · 8 years ago
  23. ff2a635 Add ramp-up tests for transport sequence number with and w/o audio. by Stefan Holmer · 9 years ago
  24. 5811a39 Replace EventWrapper in video/, test/ and call/. by Peter Boström · 9 years ago
  25. d3c9447 Nuke TickTime::UseFakeClock. by Peter Boström · 9 years ago
  26. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  27. 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
  28. f2f8283 Use rtc::CriticalSection in webrtc/video/. by Peter Boström · 9 years ago
  29. 00b8f6b Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 9 years ago
  30. 0b1534c Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess. by pkasting@chromium.org · 10 years ago
  31. bfe6e08 Add simulation of network effects to video_loopback tool. by stefan@webrtc.org · 10 years ago
  32. b8e9e44 Add full stack test cases with a fake network pipe. by stefan@webrtc.org · 10 years ago
  33. 88fbb2d Switch to using base/constructormagic.h and remove system_wrappers/interface/constructor_magic.h. by henrike@webrtc.org · 10 years ago
  34. 2fa7f79 Revert 6202 "Switch to using base/constructormagic.h and remove ..." by mcasas@webrtc.org · 10 years ago
  35. 125ffd7 Switch to using base/constructormagic.h and remove system_wrappers/interface/constructor_magic.h. by henrike@webrtc.org · 10 years ago
  36. c0e9aeb Add SetConfig method to FakeNetworkPipe and to DirectTransport by henrik.lundin@webrtc.org · 10 years ago
  37. faada6e Integrate fake_network_pipe into direct_transport. by stefan@webrtc.org · 11 years ago[Renamed (60%) from webrtc/video_engine/test/libvietest/include/fake_network_pipe.h]
  38. 7acb65a Added jitter to fake network pipe. by mflodman@webrtc.org · 12 years ago
  39. eaf7cf2 Adding a simple fake network pipe to use for testing. Next CL will contain an external transport implementation using this link and I'll follow up later making this more advanced. by mflodman@webrtc.org · 12 years ago