1. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  2. 1dac6d8 Sanitize candidates in ICE-level stats when necessary. by Qingsi Wang · 6 years ago
  3. 3b56ee7 Export symbols needed by the Chromium component build (part 2). by Mirko Bonadei · 6 years ago
  4. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  5. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  6. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  7. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  8. 36b28db Fix clang style warnings in api/candidate.h by Steve Anton · 7 years ago
  9. e2d6a06 Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  10. 1af3d82 Revert "Reland "Clean up libjingle API dependencies."" by Henrik Kjellander · 7 years ago
  11. 9185aca Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  12. 581df61 Revert "Reland "Clean up libjingle API dependencies."" by Patrik Höglund · 7 years ago
  13. 5117b04 Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  14. 7bcfc3b Revert "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  15. 57fb315 Clean up libjingle API dependencies. by Patrik Höglund · 7 years ago[Renamed (92%) from p2p/base/candidate.h]
  16. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  17. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/p2p/base/candidate.h]
  18. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  19. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  20. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  21. 26d99c2 Add the URL attribute to cricket::Candiate. by zhihuang · 8 years ago
  22. c16fa5e Replace all use of the VERIFY macro. by nisse · 8 years ago
  23. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  24. c7c26a0 Reland of place basictypes.h with stdint.h for int_t types. (patchset #1 id:1 of https://codereview.webrtc.org/2603203003/ ) by pbos · 8 years ago
  25. 7eb0e23 Revert of Replace basictypes.h with stdint.h for int_t types. (patchset #1 id:1 of https://codereview.webrtc.org/2604043002/ ) by pbos · 8 years ago
  26. 7fd1a75 Replace basictypes.h with stdint.h for int_t types. by pbos · 8 years ago
  27. 351d77b Update the type and cost of existing networks by Honghai Zhang · 9 years ago
  28. a1c3035 Relanding: Implement RTCConfiguration.iceCandidatePoolSize. by Taylor Brandstetter · 9 years ago
  29. c55fb30 Revert of Implement RTCConfiguration.iceCandidatePoolSize. (patchset #7 id:120001 of https://codereview.webrtc.org/1956453003/ ) by deadbeef · 9 years ago
  30. 48e9d05 Implement RTCConfiguration.iceCandidatePoolSize. by Taylor Brandstetter · 9 years ago
  31. 0a1bc53 Update prflx candidates' generation when setting ICE credentials. by Taylor Brandstetter · 9 years ago
  32. a0c44ea Add 16-bit network id to the candidate signaling. by honghaiz · 9 years ago
  33. 7fb69db Reland the CL to remove candidates when doing continual gathering by Honghai Zhang · 9 years ago
  34. 6f59a4f Revert of Remove candidates when doing continual gathering (patchset #15 id:560001 of https://codereview.webrtc.org/1648813004/ ) by tommi · 9 years ago
  35. 84430da When doing candidate re-gathering in the same generation, Remove the existing local candidate on the same network by honghaiz · 9 years ago
  36. f475277 Rename constants files in webrtc/{media,p2p} by kjellander · 9 years ago
  37. e1a0c94 Add network cost as part of the connection ranking. by honghaiz · 9 years ago
  38. 112fe43 Fill the remote pwd in the ice candidates when an ICE credential is received. by honghaiz · 9 years ago
  39. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  40. 7cbd188 Remove GICE (again). by Peter Thatcher · 9 years ago
  41. d12140a Revert change which removes GICE. by guoweis · 9 years ago
  42. 2159b89 Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots. by Peter Thatcher · 10 years ago
  43. 5bdafd4 Revert "Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots."" by minyuel · 10 years ago
  44. 081f34b Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots." by Peter Thatcher · 10 years ago
  45. 3d564c1 Add instrumentation to track the IceEndpointType. by Guo-wei Shieh · 10 years ago
  46. fa30180 Revert "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots. by pthatcher · 10 years ago
  47. 3449faa Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever). by Peter Thatcher · 10 years ago
  48. ff689be Use std::min and std::max instead of self-defined functions such as rtc::_min/_max. by andresp@webrtc.org · 10 years ago
  49. 61c1247 Fix a case where empty candidate id is used by guoweis@webrtc.org · 10 years ago
  50. aacc234 Split up (Jingle)Session from BaseSession. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository. by pthatcher@webrtc.org · 10 years ago
  51. 4cb3856 Revert "Split up (Jingle)Session from BaseSession. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository." by pthatcher@webrtc.org · 10 years ago
  52. 536f999 Split up (Jingle)Session from BaseSession. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository. by pthatcher@webrtc.org · 10 years ago
  53. 950c518 Add adapter_type into Candidate object. by guoweis@webrtc.org · 10 years ago
  54. f050791 Revert "Split up (Jingle)Session from BaseSession. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository." by pthatcher@webrtc.org · 10 years ago
  55. 4afb599 Split up (Jingle)Session from BaseSession. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository. by pthatcher@webrtc.org · 10 years ago
  56. 55360ae Revert "Add adapter_type into Candidate object." by guoweis@webrtc.org · 10 years ago
  57. aaf02cc Add adapter_type into Candidate object. by guoweis@webrtc.org · 10 years ago
  58. fb108b5 Revert r7885. by pbos@webrtc.org · 10 years ago
  59. 8c9d79a Add adapter_type into Candidate object. by guoweis@webrtc.org · 10 years ago
  60. 269fb4b move xmpp and p2p to webrtc by henrike@webrtc.org · 10 years ago
  61. 28100cb Reverts r7459 "Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p." by henrike@webrtc.org · 10 years ago
  62. d1ba6d9 Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. by henrike@webrtc.org · 10 years ago