1. e665500 Make Connection::id() const by Jonas Oreland · 4 years, 5 months ago
  2. df12414 Add jonaso@ to p2p/OWNERS by Jonas Oreland · 4 years, 5 months ago
  3. 52aea5d Unbreak ICE renomination by Jonas Oreland · 4 years, 5 months ago
  4. 496a335 Add field trials for sending ping on network switches by Jonas Oreland · 4 years, 5 months ago
  5. db5d7e4 Cleanup: Use common IP overhead definitions in test and prod code by Sebastian Jansson · 4 years, 5 months ago
  6. 0165d5c Adding deadbeef back to OWNERS files by Taylor Brandstetter · 4 years, 5 months ago
  7. 98d5bbb loosen ice-ufrag/ice-pwd ice-char restrictions further by Philipp Hancke · 4 years, 5 months ago
  8. 48e849f loosen ice-ufrag/ice-pwd ice-char restrictions by Philipp Hancke · 4 years, 5 months ago
  9. 4a14f49 Remove wildcard ownership for build files. by Mirko Bonadei · 4 years, 5 months ago
  10. e52115a Remove inactive OWNERS. by Mirko Bonadei · 4 years, 5 months ago
  11. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 4 years, 6 months ago
  12. 3fa2b80 AsyncTCPSocket: try sending outgoing data until EWOULDBLOCK by Steve Anton · 4 years, 6 months ago
  13. 9d56b01 Re-enable a couple PortAllocator tests under ASAN by Steve Anton · 4 years, 6 months ago
  14. 0cda7b8 Allow non-identical datagram transport parameters. by Bjorn A Mellem · 4 years, 6 months ago
  15. f417238 Remove iceRegatherIntervalRange by Steve Anton · 4 years, 6 months ago
  16. 7a284e1 TCPConnection: Defer FailAndPrune by signaling to self by Jonas Oreland · 4 years, 6 months ago
  17. 8a6f9a0 Export IceParameters::Parse for use in Chrome by Steve Anton · 4 years, 6 months ago
  18. 71ff073 Validate ICE ufrag/pwd according to the spec by Steve Anton · 4 years, 6 months ago
  19. ccbe95f Reformat GN files. by Mirko Bonadei · 4 years, 6 months ago
  20. e2747b8 Improve DTLS logging. by Henrik Boström · 4 years, 6 months ago
  21. 219d8ce GOOG_PING: improve handshake by Jonas Oreland · 4 years, 6 months ago
  22. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 6 months ago
  23. 2869638 Avoid [[nodiscard]] warning C4834 with MSVC 2019 by Jerome Humbert · 4 years, 7 months ago
  24. 41d96d2 Flip goog_ping_announce default to false by Jonas Oreland · 4 years, 7 months ago
  25. bcea217 Unflake P2PTransportChannelTest.TurnToTurnPresumedWritable. by Yves Gerey · 4 years, 7 months ago
  26. 4db28b5 Cleanup: Removes redundant includes on message_queue.h by Sebastian Jansson · 4 years, 7 months ago
  27. dc80017 Mark TCP connections that fail initialization as failed. by Harald Alvestrand · 4 years, 7 months ago
  28. 3828c30 Delete unused member BasicPortAllocator::allow_tcp_listen_ by Niels Möller · 4 years, 7 months ago
  29. 83ee982 Delete p2p/base/packet_transport_interface.h by Niels Möller · 4 years, 8 months ago
  30. 2697ac1 Stop an SCTP connection when the DTLS transport closes. by Harald Alvestrand · 4 years, 7 months ago
  31. d77c829 Fix incorrect log message in FilterNetworks function. by Sungwoo · 4 years, 8 months ago
  32. 9a52bd7 STUN PING request by Jonas Oreland · 4 years, 8 months ago
  33. ef3998f Add directive to make webrtc metrics optional. by Ying Wang · 4 years, 8 months ago
  34. 0095d37 Replace hostCandidate with address and port in RTCPeerConnectionIceErrorEvent by Eldar Rello · 4 years, 8 months ago
  35. b5aa0a8 Add IceControllerEvent::ICE_CONTROLLER_RECHECK by Jonas Oreland · 4 years, 8 months ago
  36. d003662 Move SendBindingResponse to Connection by Jonas Oreland · 4 years, 8 months ago
  37. bfcb6c3 Add rtt estimate EventBasedExponentialMovingAverage to Connection by Jonas Oreland · 4 years, 8 months ago
  38. 98e745b make Connection::port() protected by Jonas Oreland · 4 years, 8 months ago
  39. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 4 years, 8 months ago
  40. 2f74d5f Make IceController injectable by Jonas Oreland · 4 years, 8 months ago
  41. 6031716 Move IceFieldTrials into own .h-file by Jonas Oreland · 4 years, 8 months ago
  42. e43b531 Nuke p2p/base/stun.h by Patrik Höglund · 4 years, 8 months ago
  43. 09c452e Split P2PTransportChannel by Jonas Oreland · 4 years, 8 months ago
  44. 56d9452 Move stun.h to api/. by Patrik Höglund · 4 years, 8 months ago
  45. 313a10e p2p_transport_channel_unittest : put frequently used checks into functions. by Jonas Oreland · 4 years, 8 months ago
  46. 408cb4b Make SCTPtransport enter "closed" state when DTLStransport does. by Harald Alvestrand · 4 years, 8 months ago
  47. 25ec888 Make ICE transports injectable. by Qingsi Wang · 4 years, 8 months ago
  48. 7b46e17 In rtc::ByteBuffer drop support for ORDER_HOST as unused by Danil Chapovalov · 4 years, 9 months ago
  49. 8fa616f Add 2 more RTC_EXPORT. by Mirko Bonadei · 4 years, 9 months ago
  50. 191e38f Delete gturn support by Niels Möller · 4 years, 9 months ago
  51. 6981fb5 Add support to not use turn server as stun server. by Honghai Zhang · 4 years, 9 months ago
  52. 5cb7807 Implement crypto stats on DTLS transport by Harald Alvestrand · 4 years, 9 months ago
  53. 1230fb7 ICE : add field trial for initial select dampening by Jonas Oreland · 4 years, 9 months ago
  54. fdf54f2 Stop pairing local relay candidates with remote mDNS candidates. by Qingsi Wang · 4 years, 9 months ago
  55. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 4 years, 9 months ago
  56. f8998cf Add a turn port prune policy to keep the first ready turn port. by Honghai Zhang · 4 years, 10 months ago
  57. c6404a1 Add field trial to reduce STUN pings. by Jonas Oreland · 4 years, 10 months ago
  58. 4af7882 Add feature to skip RELAY to non-RELAY connections by Jonas Oreland · 4 years, 10 months ago
  59. ed8eadc Update RTC_LOGs in DtlsTransport to be able to distinguish errors. by Henrik Boström · 4 years, 10 months ago
  60. a8e6f34 Delete the BasicPortAllocator constructor that enables gturn by Niels Möller · 4 years, 10 months ago
  61. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  62. 7d00342 Remove old packet socket factory header. by Patrik Höglund · 4 years, 10 months ago
  63. eaaaf41 Introduce api/crypto/BUILD.gn. by Mirko Bonadei · 4 years, 11 months ago
  64. fcfeefe Move rtc_error.{h,cc} to its own build target. by Mirko Bonadei · 4 years, 11 months ago
  65. 20232a9 Use obfuscated IPs in logging in p2p/ and pc/. by Qingsi Wang · 4 years, 11 months ago
  66. a3baf2a Add one more BasicPortAllocator constructor by Niels Möller · 4 years, 11 months ago
  67. 0bd2eff Reland "New build target p2p:stun_types" by Niels Möller · 5 years ago
  68. 662e31f Prepare to move packet_socket_factory to api/. by Patrik Höglund · 5 years ago
  69. 91c824f Revert "New build target p2p:stun_types" by Hannes Landeholm · 5 years ago
  70. 7cdcda9 Use the sanitized pair when surfacing the candidate pair change event. by Qingsi Wang · 5 years ago
  71. 5b4fcb5 New build target p2p:stun_types by Niels Möller · 5 years ago
  72. 8b7c5e4 Add empty build target p2p:stun_types by Niels Möller · 5 years ago
  73. a42b632 Adding CreateTcpClientSocket without user_agent and proxy_info. by Patrik Höglund · 5 years ago
  74. 149dc72 Add support for RTCTransportStats.selectedCandidatePairChanges by Jonas Oreland · 5 years ago
  75. 3c02842 Add TURN_LOGGING_ID by Jonas Oreland · 5 years ago
  76. 7627fdd Sanitize the address field of peer-reflexive remote candidates. by Qingsi Wang · 5 years ago
  77. 587991c Remove jeroendb@webrtc.org from OWNERS by Steve Anton · 5 years ago
  78. 0d1996f Removes empty p2p/base/transport.h by Sebastian Jansson · 5 years ago
  79. e5defb1 Sanitize the selected candidate pair in the public API. by Qingsi Wang · 5 years ago
  80. fb6edd3 Handle case of empty connection in pair change event by Alex Drake · 5 years ago
  81. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  82. 00c7ecf Surface CandidatePairChange event by Alex Drake · 5 years ago
  83. ee303fa Move datagram_dtls_adaptor from p2p/base/ to pc/ by Anton Sukhanov · 5 years ago
  84. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  85. 1e00dbc Stun server should return XOR-MAPPED-ADDRESS/MAPPED-ADDRESS correctly by Min Wang · 5 years ago
  86. 75bc70c Remove flags include from p2p/base/datagram_dtls_adaptor.cc. by Mirko Bonadei · 5 years ago
  87. e3cc489 Add logging and edit the field trial name for piggyback ICE check by Qingsi Wang · 5 years ago
  88. 0894f0f Add piggyback acknowledgement of the last ICE check received in outgoing checks. by Qingsi Wang · 5 years ago
  89. c85ebbe Reland: Implement true negotiation for DatagramTransport with fallback to RTP. by Bjorn A Mellem · 5 years ago
  90. 71061bc Replace calls to deprecated googletest APIs. by Mirko Bonadei · 5 years ago
  91. 7e8de0b Revert "Implement true negotiation for DatagramTransport with fallback to RTP." by Bjorn Mellem · 5 years ago
  92. 71c6482 Implement true negotiation for DatagramTransport with fallback to RTP. by Bjorn A Mellem · 5 years ago
  93. da13ea2 Reland "Added OnIceCandidateError to API and implementation" by Eldar Rello · 5 years ago
  94. 3b8ed28 Revert "Added OnIceCandidateError to API and implementation" by Yves Gerey · 5 years ago
  95. 7b06b9b Remove pthatcher@webrtc.org from OWNERS by Steve Anton · 5 years ago
  96. b038947 Remove jiayl@webrtc.org from OWNERS by Steve Anton · 5 years ago
  97. 9469c78 Added OnIceCandidateError to API and implementation by Eldar Rello · 5 years ago
  98. 292ce4e Move datagram transport to JsepTransport by Anton Sukhanov · 5 years ago
  99. 1fe119f Change the gating of surfacing candidates on ICE transport type change by Qingsi Wang · 5 years ago
  100. 0c1c1b4 Move ownership of ICE from DtlsTransport to JsepTransport. by Bjorn A Mellem · 5 years ago