1. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  2. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  3. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  4. 8fdcac3 Remove clang:find_bad_constructs suppression from call:call. by Mirko Bonadei · 6 years ago
  5. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  6. d9f99c1 Replace Atomic32 with std::atomic in video/ by Yuwei Huang · 7 years ago
  7. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  8. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  9. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/video/transport_adapter.h]
  10. a8eb756 Moved transport.h from webrtc/ to webrtc/api, created build target and updated WebRTC dependencies. by aleloi · 8 years ago
  11. bf6a45b Moved transport_adapter.h/.cc from call/ to video/ dir to remove circular dependency by charujain · 8 years ago[Renamed (88%) from webrtc/call/transport_adapter.h]
  12. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  13. 1d8a506 Add a PacketOptions struct to webrtc::Transport. by stefan · 9 years ago
  14. 2d56668 Unify Transport and newapi::Transport interfaces. by pbos · 9 years ago
  15. 5c389d3 Split webrtc/video into webrtc/{audio,call,video}. by Peter Boström · 9 years ago[Renamed (88%) from webrtc/video/transport_adapter.h]
  16. ac547a6 Remove channel ids from various interfaces. by Peter Boström · 9 years ago
  17. 14665ff Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 9 years ago
  18. 4591fbd Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 10 years ago
  19. 3cefbc9 Mark all virtual overrides in the hierarchy of Transport as virtual + OVERRIDE. by xians@webrtc.org · 10 years ago
  20. dde16f1 Fix some code styles. by pbos@webrtc.org · 10 years ago
  21. d9b9560 Drop early packets when not sending in TransportAdapter. by sprang@webrtc.org · 11 years ago
  22. 16e03b7 Separate Call API/build files from video_engine/. by pbos@webrtc.org · 11 years ago[Renamed (94%) from webrtc/video_engine/internal/transport_adapter.h]
  23. e75a1bf Break out glue for old->new Transport. by pbos@webrtc.org · 11 years ago