1. ae226f6 Use Abseil container algorithms in p2p/ by Steve Anton · 6 years ago
  2. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
  3. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  4. 44f0f87 Remove NetworkManager::{set_ipv6_enabled,ipv6_enabled}. by Mirko Bonadei · 6 years ago
  5. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  6. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  7. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  8. 1dac6d8 Sanitize candidates in ICE-level stats when necessary. by Qingsi Wang · 6 years ago
  9. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  10. 72d2ddd Fix raddr on srflx and relay candidates by Jeroen de Borst · 6 years ago
  11. 6dbf0e4 Remove all aliases to rtc::Thread by Danil Chapovalov · 6 years ago
  12. e693381 Delete struct rtc::PacketTime. by Niels Möller · 6 years ago
  13. 7852d29 Improve the documentation of MdnsResponderInterface and rename MDns.* to Mdns.*. by Qingsi Wang · 6 years ago
  14. 3b56ee7 Export symbols needed by the Chromium component build (part 2). by Mirko Bonadei · 6 years ago
  15. a8f1e56 Change Port::Create methods to return a unique_ptr by Steve Anton · 6 years ago
  16. 60de683 Check all BasicPortAllocatorSession methods are called on the network thread by Steve Anton · 6 years ago
  17. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  18. b49b8f1 Fix a bug that the local hostname candidate with a known address is by Qingsi Wang · 6 years ago
  19. 0961933 Add MDnsResponderInterface and obfuscate local IP addresses in gathering. by Qingsi Wang · 6 years ago
  20. 9c147dd Revert "Add SSLConfig object to IceServer." by Sergey Silkin · 6 years ago
  21. 4f08543 Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  22. 1d52d2c Revert "Add SSLConfig object to IceServer." by Ying Wang · 6 years ago
  23. 7f1ffcc Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  24. 5f4d47b Revert "Reland "Enable any address ports by default."" by Mirko Bonadei · 6 years ago
  25. b89ac62 Reland "Enable any address ports by default." by Mirko Bonadei · 6 years ago
  26. 1165949 Revert "Reland "Enable any address ports by default."" by Qingsi Wang · 6 years ago
  27. 9b2d4f5 Revert "Use also the related address in redundancy detection for candidates from" by Qingsi Wang · 6 years ago
  28. 625efe6 Use also the related address in redundancy detection for candidates from by Qingsi Wang · 7 years ago
  29. 7fc821d Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  30. 78fef76 Revert "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  31. 1a2cc0a Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  32. 13f4c89 Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  33. 870bca1 Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*. by Qingsi Wang · 6 years ago
  34. ac5bbd9 Reland "Enable any address ports by default." by Mirko Bonadei · 7 years ago
  35. 056a68d Revert "Enable any address ports by default." by Mirko Bonadei · 7 years ago
  36. f04148c Enable any address ports by default. by Qingsi Wang · 7 years ago
  37. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  38. 00c7183 Replace rtc::Optional with absl::optional in media, ortc, p2p by Danil Chapovalov · 7 years ago
  39. 10a0e51 Improve text logs in the network stack. by Qingsi Wang · 7 years ago
  40. e53ac04 Add Ethernet and loopback entries to GetAdapterTypeFromName. by Qingsi Wang · 7 years ago
  41. d6f86e8 This changeset adds dependency injection support for SSL Root Certs. by Benjamin Wright · 7 years ago
  42. a2d6067 Reland "Add thread checker to PortAllocator and its subclasses and fix a bug causing memory contention by threads." by Qingsi Wang · 7 years ago
  43. 3dc4106 Revert "Add thread checker to PortAllocator and its subclasses and fix a bug" by Patrik Höglund · 7 years ago
  44. fc43d11 Add thread checker to PortAllocator and its subclasses and fix a bug by Qingsi Wang · 7 years ago
  45. abbe841 This CL removes all usages of our custom ostream << overloads. by Jonas Olsson · 7 years ago
  46. d7d762d Remove LOG_J and LOG_JV, tweak p2p logs. by Jonas Olsson · 7 years ago
  47. 4ff5443 Fix bugs in collecting STUN candidate stats and configuring STUN by Qingsi Wang · 7 years ago
  48. db53f8e Add configurable STUN binding request interval. by Qingsi Wang · 7 years ago
  49. 2870b0a Expose a link-local network interfaces enumeration option by Daniel Lazarenko · 7 years ago
  50. b181f71 Don't use link-local networks to determine the lowest cost of networks by Yuwei Huang · 7 years ago
  51. e2a9318 Delete ConnectionMonitor. by Niels Möller · 7 years ago
  52. 6e2e7ce Reland "Move JsepTransport from p2p/base to pc/." by Taylor Brandstetter · 7 years ago
  53. 202994c This is a recommit of by Jonas Oreland · 7 years ago
  54. 8424acd Revert "Move JsepTransport from p2p/base to pc/." by Oleh Prypin · 7 years ago
  55. 4770fd9 Move JsepTransport from p2p/base to pc/. by Taylor Brandstetter · 7 years ago
  56. f1a7a8c Revert "Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports" by Guido Urdaneta · 7 years ago
  57. 26246ca Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports by Jonas Oreland · 7 years ago
  58. 6c38cc7 Fix cpplint errors in p2p/ by Steve Anton · 7 years ago
  59. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  60. f2737d2 Enable the clang style plugin in primary p2p/ target by Steve Anton · 7 years ago
  61. 7995d8c Fix clang style warnings in p2p/base/portallocator files by Steve Anton · 7 years ago
  62. bdcee28 TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  63. 604427b Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort" by Guido Urdaneta · 7 years ago
  64. b23ed7f TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  65. 1c46a35 Try creating sockets again if network change occurs after bind failed. by deadbeef · 7 years ago
  66. 1c5e6d0 Remove BasicPortAllocator::EnableProtocol. by deadbeef · 7 years ago
  67. 7f1563f Making BasicPortAllocator tests slightly less fragile. by deadbeef · 7 years ago
  68. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  69. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago