1. 3cb9c6a Check for oversized TURN usernames by Harald Alvestrand · 4 years, 5 months ago
  2. ff79132 Revert "Reland "Replace sigslot usages with robocaller library."" by Guido Urdaneta · 4 years, 6 months ago
  3. c5f7108 Reland "Replace sigslot usages with robocaller library." by Lahiru Ginnaliya Gamathige · 4 years, 6 months ago
  4. 0abd518 Revert "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 6 months ago
  5. b298f74 Revert "Replace sigslot usages with robocaller library." by Sam Zackrisson · 4 years, 6 months ago
  6. 40261c3 Replace sigslot usages with robocaller library. by Lahiru Ginnaliya Gamathige · 4 years, 6 months ago
  7. 8e4cda7 Give PseudoTcp its own FifoBuffer. by Tomas Gunnarsson · 4 years, 6 months ago
  8. f5e261a Introduce RTC_NO_UNIQUE_ADDRESS. by Mirko Bonadei · 4 years, 6 months ago
  9. b6bc09b Remove locks from BufferQueue (not needed). by Tomas Gunnarsson · 4 years, 6 months ago
  10. 77baeee Make MessageHandler be a pure virtual interface. by Tomas Gunnarsson · 4 years, 6 months ago
  11. fa54364 Update STUN attributes with latest IANA registrations by Jonas Oreland · 4 years, 7 months ago
  12. 4d76a13 Make StunRequest not use auto cleanup. by Tomas Gunnarsson · 4 years, 7 months ago
  13. abdb470 Make MessageHandler cleanup optional. by Tomas Gunnarsson · 4 years, 7 months ago
  14. 3d3b531 Add WebRTC-IceFieldTrial send_ping_on_selected_ice_controlling by Jonas Oreland · 4 years, 7 months ago
  15. 93a9d19 p2p_transport_channel: Add estimated disconnected time to CandidatePairChangeEvent by Jonas Oreland · 4 years, 8 months ago
  16. 7150f0f Delete left-over TODO comment by Niels Möller · 4 years, 8 months ago
  17. edacbd5 Reland "Implement packets_(sent | received) for RTCTransportStats" by Artem Titov · 4 years, 9 months ago
  18. 9b35da8 Revert "Implement packets_(sent | received) for RTCTransportStats" by Mirko Bonadei · 4 years, 9 months ago
  19. fb6f975 Implement packets_(sent | received) for RTCTransportStats by Artem Titov · 4 years, 9 months ago
  20. 24762f2 Fix missing dependencies. by Mirko Bonadei · 4 years, 9 months ago
  21. c6d6e06 Delete OpaqueTransportParameters and SDP attribute x-otp by Niels Möller · 4 years, 10 months ago
  22. 55afe38 Search and replace gendered terms according to style guide: by Magnus Flodman · 4 years, 10 months ago
  23. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 10 months ago
  24. 49864b7 Add forget_learned_state to IceControllerInterface by Jonas Oreland · 4 years, 10 months ago
  25. 743b9b2 Disable remote ICE candidate DNS lookups when the IceTransportPolicy is Relay or None by Peter Thatcher · 4 years, 10 months ago
  26. e309651 Don't SetNeedsIceRestartFlag if widening candidate filter when surface_ice_candidates_on_ice_transport_type_changed by Jonas Oreland · 4 years, 10 months ago
  27. ff84d86 P2PTransportChannel::OnCandidateResolved: fix resolver leak. by Markus Handell · 4 years, 10 months ago
  28. 4a39e42 BasicAsyncResolverFactoryTest: fix leak. by Markus Handell · 4 years, 10 months ago
  29. b85889d In p2p/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 10 months ago
  30. fa8019c Clear address:port in icecandidateerror for tcp servers with private IP by Eldar Rello · 4 years, 11 months ago
  31. 21433ca Add field trial to let idle connection live longer than 30s by Jonas Oreland · 4 years, 11 months ago
  32. f7f7cc9 Extend IceControllerFactoryArgs with field trial string by Jonas Oreland · 5 years ago
  33. c4633fd Remove the version of Port::AddrAddress without a URL parameter. by Mirko Bonadei · 5 years ago
  34. f387946 Remove WebRTC-Rfc5389StunRetransmissions. by Mirko Bonadei · 5 years ago
  35. 2d2c294 Remove OpenSSLAdapter restartable_ data member. by Mirko Bonadei · 5 years ago
  36. 210b752 Temporarily increase DTLS buffer size to 2. by Taylor Brandstetter · 5 years ago
  37. 08d1806 Extend rtc::AdapterType with 2g, 3G, 4G & 5G enum values. by Jonas Oreland · 5 years ago
  38. e283d1c add tcptype to prflx tcp candidates by Philipp Hancke · 5 years ago
  39. 784630f Changing from hard to soft error when temporary DTLS buffer is full. by Taylor Brandstetter · 5 years ago
  40. fb4351b Enforce "comprehension-required" STUN rules. by Taylor Brandstetter · 5 years ago
  41. fa097a2 Modify IceControllerInterface::SelectConnectionToPing - step 3 by Jonas Oreland · 5 years ago
  42. ef60c2b Implement Connection::ForgetLearnedState() by Jonas Oreland · 5 years ago
  43. 4333600 Modify IceControllerInterface::SelectConnectionToPing - step 2 by Jonas Oreland · 5 years ago
  44. 2f3c019 Modify IceControllerInterface::SelectConnectionToPing - step 1 by Jonas Oreland · 5 years ago
  45. d1a0062 remove deprecated fields in rtc::NetworkRoute by Jonas Oreland · 5 years ago
  46. 8515d5a Refactor ssl_stream_adapter API to show object ownership by Harald Alvestrand · 5 years ago
  47. 71fda36 Extend NetworkRoute with more info about local/remote endpoints by Jonas Oreland · 5 years ago
  48. e665500 Make Connection::id() const by Jonas Oreland · 5 years ago
  49. df12414 Add jonaso@ to p2p/OWNERS by Jonas Oreland · 5 years ago
  50. 52aea5d Unbreak ICE renomination by Jonas Oreland · 5 years ago
  51. 496a335 Add field trials for sending ping on network switches by Jonas Oreland · 5 years ago
  52. db5d7e4 Cleanup: Use common IP overhead definitions in test and prod code by Sebastian Jansson · 5 years ago
  53. 0165d5c Adding deadbeef back to OWNERS files by Taylor Brandstetter · 5 years ago
  54. 98d5bbb loosen ice-ufrag/ice-pwd ice-char restrictions further by Philipp Hancke · 5 years ago
  55. 48e849f loosen ice-ufrag/ice-pwd ice-char restrictions by Philipp Hancke · 5 years ago
  56. 4a14f49 Remove wildcard ownership for build files. by Mirko Bonadei · 5 years ago
  57. e52115a Remove inactive OWNERS. by Mirko Bonadei · 5 years ago
  58. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 5 years ago
  59. 3fa2b80 AsyncTCPSocket: try sending outgoing data until EWOULDBLOCK by Steve Anton · 5 years ago
  60. 9d56b01 Re-enable a couple PortAllocator tests under ASAN by Steve Anton · 5 years ago
  61. 0cda7b8 Allow non-identical datagram transport parameters. by Bjorn A Mellem · 5 years ago
  62. f417238 Remove iceRegatherIntervalRange by Steve Anton · 5 years ago
  63. 7a284e1 TCPConnection: Defer FailAndPrune by signaling to self by Jonas Oreland · 5 years ago
  64. 8a6f9a0 Export IceParameters::Parse for use in Chrome by Steve Anton · 5 years ago
  65. 71ff073 Validate ICE ufrag/pwd according to the spec by Steve Anton · 5 years ago
  66. ccbe95f Reformat GN files. by Mirko Bonadei · 5 years ago
  67. e2747b8 Improve DTLS logging. by Henrik Boström · 5 years ago
  68. 219d8ce GOOG_PING: improve handshake by Jonas Oreland · 5 years ago
  69. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 5 years ago
  70. 2869638 Avoid [[nodiscard]] warning C4834 with MSVC 2019 by Jerome Humbert · 5 years ago
  71. 41d96d2 Flip goog_ping_announce default to false by Jonas Oreland · 5 years ago
  72. bcea217 Unflake P2PTransportChannelTest.TurnToTurnPresumedWritable. by Yves Gerey · 5 years ago
  73. 4db28b5 Cleanup: Removes redundant includes on message_queue.h by Sebastian Jansson · 5 years ago
  74. dc80017 Mark TCP connections that fail initialization as failed. by Harald Alvestrand · 5 years ago
  75. 3828c30 Delete unused member BasicPortAllocator::allow_tcp_listen_ by Niels Möller · 5 years ago
  76. 83ee982 Delete p2p/base/packet_transport_interface.h by Niels Möller · 5 years ago
  77. 2697ac1 Stop an SCTP connection when the DTLS transport closes. by Harald Alvestrand · 5 years ago
  78. d77c829 Fix incorrect log message in FilterNetworks function. by Sungwoo · 5 years ago
  79. 9a52bd7 STUN PING request by Jonas Oreland · 5 years ago
  80. ef3998f Add directive to make webrtc metrics optional. by Ying Wang · 5 years ago
  81. 0095d37 Replace hostCandidate with address and port in RTCPeerConnectionIceErrorEvent by Eldar Rello · 5 years ago
  82. b5aa0a8 Add IceControllerEvent::ICE_CONTROLLER_RECHECK by Jonas Oreland · 5 years ago
  83. d003662 Move SendBindingResponse to Connection by Jonas Oreland · 5 years ago
  84. bfcb6c3 Add rtt estimate EventBasedExponentialMovingAverage to Connection by Jonas Oreland · 5 years ago
  85. 98e745b make Connection::port() protected by Jonas Oreland · 5 years ago
  86. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
  87. 2f74d5f Make IceController injectable by Jonas Oreland · 5 years ago
  88. 6031716 Move IceFieldTrials into own .h-file by Jonas Oreland · 5 years ago
  89. e43b531 Nuke p2p/base/stun.h by Patrik Höglund · 5 years ago
  90. 09c452e Split P2PTransportChannel by Jonas Oreland · 5 years ago
  91. 56d9452 Move stun.h to api/. by Patrik Höglund · 5 years ago
  92. 313a10e p2p_transport_channel_unittest : put frequently used checks into functions. by Jonas Oreland · 5 years ago
  93. 408cb4b Make SCTPtransport enter "closed" state when DTLStransport does. by Harald Alvestrand · 5 years ago
  94. 25ec888 Make ICE transports injectable. by Qingsi Wang · 5 years ago
  95. 7b46e17 In rtc::ByteBuffer drop support for ORDER_HOST as unused by Danil Chapovalov · 5 years ago
  96. 8fa616f Add 2 more RTC_EXPORT. by Mirko Bonadei · 5 years ago
  97. 191e38f Delete gturn support by Niels Möller · 5 years ago
  98. 6981fb5 Add support to not use turn server as stun server. by Honghai Zhang · 5 years ago
  99. 5cb7807 Implement crypto stats on DTLS transport by Harald Alvestrand · 5 years ago
  100. 1230fb7 ICE : add field trial for initial select dampening by Jonas Oreland · 5 years ago