1. 4db28b5 Cleanup: Removes redundant includes on message_queue.h by Sebastian Jansson · 4 years, 8 months ago
  2. 3828c30 Delete unused member BasicPortAllocator::allow_tcp_listen_ by Niels Möller · 4 years, 8 months ago
  3. d77c829 Fix incorrect log message in FilterNetworks function. by Sungwoo · 4 years, 9 months ago
  4. ef3998f Add directive to make webrtc metrics optional. by Ying Wang · 4 years, 9 months ago
  5. 191e38f Delete gturn support by Niels Möller · 4 years, 10 months ago
  6. 6981fb5 Add support to not use turn server as stun server. by Honghai Zhang · 4 years, 10 months ago
  7. f8998cf Add a turn port prune policy to keep the first ready turn port. by Honghai Zhang · 4 years, 10 months ago
  8. a8e6f34 Delete the BasicPortAllocator constructor that enables gturn by Niels Möller · 5 years ago
  9. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  10. 20232a9 Use obfuscated IPs in logging in p2p/ and pc/. by Qingsi Wang · 5 years ago
  11. a3baf2a Add one more BasicPortAllocator constructor by Niels Möller · 5 years ago
  12. 3c02842 Add TURN_LOGGING_ID by Jonas Oreland · 5 years ago
  13. 7627fdd Sanitize the address field of peer-reflexive remote candidates. by Qingsi Wang · 5 years ago
  14. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  15. da13ea2 Reland "Added OnIceCandidateError to API and implementation" by Eldar Rello · 5 years ago
  16. 3b8ed28 Revert "Added OnIceCandidateError to API and implementation" by Yves Gerey · 5 years ago
  17. 9469c78 Added OnIceCandidateError to API and implementation by Eldar Rello · 5 years ago
  18. ecd3054 Replace a broken assumption in candidate gathering for mDNS candidates. by Qingsi Wang · 5 years ago
  19. c129c35 Reland "Surface ICE candidates that match an updated candidate filter." by Qingsi Wang · 5 years ago
  20. 797ede8 Revert "Surface ICE candidates that match an updated candidate filter." by Qingsi Wang · 5 years ago
  21. cd8d1cf Surface ICE candidates that match an updated candidate filter. by Qingsi Wang · 5 years ago
  22. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  23. ae226f6 Use Abseil container algorithms in p2p/ by Steve Anton · 6 years ago
  24. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
  25. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  26. 44f0f87 Remove NetworkManager::{set_ipv6_enabled,ipv6_enabled}. by Mirko Bonadei · 6 years ago
  27. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  28. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  29. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  30. 1dac6d8 Sanitize candidates in ICE-level stats when necessary. by Qingsi Wang · 6 years ago
  31. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  32. 72d2ddd Fix raddr on srflx and relay candidates by Jeroen de Borst · 6 years ago
  33. 6dbf0e4 Remove all aliases to rtc::Thread by Danil Chapovalov · 6 years ago
  34. e693381 Delete struct rtc::PacketTime. by Niels Möller · 6 years ago
  35. 7852d29 Improve the documentation of MdnsResponderInterface and rename MDns.* to Mdns.*. by Qingsi Wang · 6 years ago
  36. 3b56ee7 Export symbols needed by the Chromium component build (part 2). by Mirko Bonadei · 6 years ago
  37. a8f1e56 Change Port::Create methods to return a unique_ptr by Steve Anton · 6 years ago
  38. 60de683 Check all BasicPortAllocatorSession methods are called on the network thread by Steve Anton · 6 years ago
  39. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  40. b49b8f1 Fix a bug that the local hostname candidate with a known address is by Qingsi Wang · 6 years ago
  41. 0961933 Add MDnsResponderInterface and obfuscate local IP addresses in gathering. by Qingsi Wang · 6 years ago
  42. 9c147dd Revert "Add SSLConfig object to IceServer." by Sergey Silkin · 6 years ago
  43. 4f08543 Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  44. 1d52d2c Revert "Add SSLConfig object to IceServer." by Ying Wang · 6 years ago
  45. 7f1ffcc Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  46. 5f4d47b Revert "Reland "Enable any address ports by default."" by Mirko Bonadei · 6 years ago
  47. b89ac62 Reland "Enable any address ports by default." by Mirko Bonadei · 6 years ago
  48. 1165949 Revert "Reland "Enable any address ports by default."" by Qingsi Wang · 6 years ago
  49. 9b2d4f5 Revert "Use also the related address in redundancy detection for candidates from" by Qingsi Wang · 6 years ago
  50. 625efe6 Use also the related address in redundancy detection for candidates from by Qingsi Wang · 6 years ago
  51. 7fc821d Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  52. 78fef76 Revert "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  53. 1a2cc0a Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  54. 13f4c89 Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  55. 870bca1 Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*. by Qingsi Wang · 6 years ago
  56. ac5bbd9 Reland "Enable any address ports by default." by Mirko Bonadei · 6 years ago
  57. 056a68d Revert "Enable any address ports by default." by Mirko Bonadei · 6 years ago
  58. f04148c Enable any address ports by default. by Qingsi Wang · 6 years ago
  59. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  60. 00c7183 Replace rtc::Optional with absl::optional in media, ortc, p2p by Danil Chapovalov · 6 years ago
  61. 10a0e51 Improve text logs in the network stack. by Qingsi Wang · 6 years ago
  62. e53ac04 Add Ethernet and loopback entries to GetAdapterTypeFromName. by Qingsi Wang · 6 years ago
  63. d6f86e8 This changeset adds dependency injection support for SSL Root Certs. by Benjamin Wright · 6 years ago
  64. a2d6067 Reland "Add thread checker to PortAllocator and its subclasses and fix a bug causing memory contention by threads." by Qingsi Wang · 6 years ago
  65. 3dc4106 Revert "Add thread checker to PortAllocator and its subclasses and fix a bug" by Patrik Höglund · 6 years ago
  66. fc43d11 Add thread checker to PortAllocator and its subclasses and fix a bug by Qingsi Wang · 6 years ago
  67. abbe841 This CL removes all usages of our custom ostream << overloads. by Jonas Olsson · 6 years ago
  68. d7d762d Remove LOG_J and LOG_JV, tweak p2p logs. by Jonas Olsson · 6 years ago
  69. 4ff5443 Fix bugs in collecting STUN candidate stats and configuring STUN by Qingsi Wang · 6 years ago
  70. db53f8e Add configurable STUN binding request interval. by Qingsi Wang · 7 years ago
  71. 2870b0a Expose a link-local network interfaces enumeration option by Daniel Lazarenko · 7 years ago
  72. b181f71 Don't use link-local networks to determine the lowest cost of networks by Yuwei Huang · 7 years ago
  73. e2a9318 Delete ConnectionMonitor. by Niels Möller · 7 years ago
  74. 6e2e7ce Reland "Move JsepTransport from p2p/base to pc/." by Taylor Brandstetter · 7 years ago
  75. 202994c This is a recommit of by Jonas Oreland · 7 years ago
  76. 8424acd Revert "Move JsepTransport from p2p/base to pc/." by Oleh Prypin · 7 years ago
  77. 4770fd9 Move JsepTransport from p2p/base to pc/. by Taylor Brandstetter · 7 years ago
  78. f1a7a8c Revert "Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports" by Guido Urdaneta · 7 years ago
  79. 26246ca Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports by Jonas Oreland · 7 years ago
  80. 6c38cc7 Fix cpplint errors in p2p/ by Steve Anton · 7 years ago
  81. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  82. f2737d2 Enable the clang style plugin in primary p2p/ target by Steve Anton · 7 years ago
  83. 7995d8c Fix clang style warnings in p2p/base/portallocator files by Steve Anton · 7 years ago
  84. bdcee28 TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  85. 604427b Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort" by Guido Urdaneta · 7 years ago
  86. b23ed7f TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  87. 1c46a35 Try creating sockets again if network change occurs after bind failed. by deadbeef · 7 years ago
  88. 1c5e6d0 Remove BasicPortAllocator::EnableProtocol. by deadbeef · 7 years ago
  89. 7f1563f Making BasicPortAllocator tests slightly less fragile. by deadbeef · 7 years ago
  90. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  91. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago