Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com

  1. 6a6959e pc: Add missing dependencies and remove unused includes by Tommi · 5 weeks ago
  2. b2ea936 Modernize deprecated headers in api/, pc/ and rtc_base/ by Philipp Hancke · 4 months ago
  3. 52c16dc Cleanup arraysize usage in pc/ and stats/ by Danil Chapovalov · 6 months ago
  4. 4930228 pc: limit TURN username to 509 bytes by Philipp Hancke · 6 months ago
  5. e6a1f70 Use webrtc name specifier instead of rtc/cricket in pc by Evan Shrubsole · 7 months ago
  6. 945e517 Move cricket namespace to webrtc by Evan Shrubsole · 7 months ago
  7. f0d5caf IWYU pc/ by Harald Alvestrand · 7 months ago
  8. 8f7678f Move rest of rtc namespace except ios and clashes to webrtc namespace by Evan Shrubsole · 8 months ago
  9. 080cdac Move forward includes in ice_transport_interface to webrtc namespace by Evan Shrubsole · 8 months ago
  10. 64b076f4 Move socket_address.h to webrtc namespace by Evan Shrubsole · 8 months ago
  11. b1d704b Move port_interface.h to webrtc namespace by Evan Shrubsole · 8 months ago
  12. 6202bf1 Move ip_address.h to webrtc namespace by Evan Shrubsole · 8 months ago
  13. d8d0410 Refactoring steps to simplify PeerConnection construction by Tommi · 9 months ago
  14. f052c43 Move string_to_number.h to webrtc namespace by Evan Shrubsole · 9 months ago
  15. 00ff9dd Remove deprecated ParseIceServers variant by Philipp Hancke · 1 year, 2 months ago
  16. 8037fc6 Migrate absl::optional to std::optional by Florent Castelli · 1 year, 2 months ago
  17. ff6cd53 Reject stun urls with query parameters by Philipp Hancke · 2 years, 7 months ago
  18. 3e7e15d Reland "move relay server priority assignment to port_allocator" by Jonas Oreland · 3 years ago
  19. 936c1af Revert "move relay server priority assignment to port_allocator" by Artem Titov · 3 years, 1 month ago
  20. b395f5b move relay server priority assignment to port_allocator by Philipp Hancke · 3 years, 1 month ago
  21. 633dc2f Reland "ice server parsing: return RTCError with more details" by Philipp Hancke · 3 years, 1 month ago
  22. 4d47e0b Revert "ice server parsing: return RTCError with more details" by Mirko Bonadei · 3 years, 1 month ago
  23. c4b0bde ice server parsing: return RTCError with more details by Philipp Hancke · 3 years, 1 month ago
  24. 6d12262 Refactor ParseIceServerUrl to use absl::string_view by Niels Möller · 3 years, 6 months ago
  25. e66b83f Never pass a signed char to ctype macros like isdigit() by Niels Möller · 3 years, 6 months ago
  26. 4662f53 Add string_view version of cricket::StringToProto by Niels Möller · 3 years, 6 months ago
  27. c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 9 months ago
  28. ef5b21e Deprecate and remove usage for WARNING log level by Harald Alvestrand · 4 years ago
  29. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 4 years ago
  30. 05fadac make ice server parsing error and logging more consistent by Philipp Hancke · 4 years ago
  31. 634f279 Delete redundant function rtc::tokenize_with_empty_tokens by Niels Möller · 4 years, 2 months ago
  32. cfea218 Use backticks not vertical bars to denote variables in comments by Artem Titov · 4 years, 3 months ago
  33. 880fa81 Reland "Use backticks not vertical bars to denote variables in comments for /pc" by Artem Titov · 4 years, 4 months ago
  34. fd05d6f Revert "Use backticks not vertical bars to denote variables in comments for /pc" by Björn Terelius · 4 years, 4 months ago
  35. 37ee0f5 Use backticks not vertical bars to denote variables in comments for /pc by Artem Titov · 4 years, 4 months ago
  36. 5761e7b Running apply-iwyu on ~all files in pc/ by Harald Alvestrand · 4 years, 10 months ago
  37. a3dd772 Add create function for PeerConnection that can return an error. by Harald Alvestrand · 5 years ago
  38. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  39. db4def9 Update parsing of stun and turn urls for RFC 7064-7065 by Niels Möller · 7 years ago
  40. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
  41. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 7 years ago[Renamed from pc/iceserverparsing.cc]
  42. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 7 years ago
  43. 9c147dd Revert "Add SSLConfig object to IceServer." by Sergey Silkin · 7 years ago
  44. 4f08543 Add SSLConfig object to IceServer. by Diogo Real · 7 years ago
  45. 1d52d2c Revert "Add SSLConfig object to IceServer." by Ying Wang · 7 years ago
  46. 7f1ffcc Add SSLConfig object to IceServer. by Diogo Real · 7 years ago
  47. b2a7478 Fix usage logging of TURN and STUN servers by Harald Alvestrand · 7 years ago
  48. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 8 years ago
  49. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  50. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/pc/iceserverparsing.cc]
  51. 7bd1f1b Add support for changing the TLS elliptic curve set. by Diogo Real · 8 years ago
  52. 1dca9d5 Support a user-provided string for the TLS ALPN extension. by Diogo Real · 8 years ago
  53. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  54. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  55. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  56. dab1d2d Enable SNI in ssl adapter. by Emad Omara · 8 years ago
  57. 1dcb164 Rewrite PeerConnection integration tests using better testing practices. by deadbeef · 9 years ago