1. 36b28db Fix clang style warnings in api/candidate.h by Steve Anton · 7 years ago
  2. e2d6a06 Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  3. 1af3d82 Revert "Reland "Clean up libjingle API dependencies."" by Henrik Kjellander · 7 years ago
  4. 9185aca Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  5. 581df61 Revert "Reland "Clean up libjingle API dependencies."" by Patrik Höglund · 7 years ago
  6. 5117b04 Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  7. 7bcfc3b Revert "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  8. 57fb315 Clean up libjingle API dependencies. by Patrik Höglund · 7 years ago[Renamed (92%) from p2p/base/candidate.h]
  9. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  10. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/p2p/base/candidate.h]
  11. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  12. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  13. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  14. 26d99c2 Add the URL attribute to cricket::Candiate. by zhihuang · 7 years ago
  15. c16fa5e Replace all use of the VERIFY macro. by nisse · 7 years ago
  16. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  17. 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
  18. 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
  19. 7fd1a75 Replace basictypes.h with stdint.h for int_t types. by pbos · 8 years ago
  20. 351d77b Update the type and cost of existing networks by Honghai Zhang · 8 years ago
  21. a1c3035 Relanding: Implement RTCConfiguration.iceCandidatePoolSize. by Taylor Brandstetter · 8 years ago
  22. c55fb30 Revert of Implement RTCConfiguration.iceCandidatePoolSize. (patchset #7 id:120001 of https://codereview.webrtc.org/1956453003/ ) by deadbeef · 8 years ago
  23. 48e9d05 Implement RTCConfiguration.iceCandidatePoolSize. by Taylor Brandstetter · 8 years ago
  24. 0a1bc53 Update prflx candidates' generation when setting ICE credentials. by Taylor Brandstetter · 8 years ago
  25. a0c44ea Add 16-bit network id to the candidate signaling. by honghaiz · 8 years ago
  26. 7fb69db Reland the CL to remove candidates when doing continual gathering by Honghai Zhang · 8 years ago
  27. 6f59a4f Revert of Remove candidates when doing continual gathering (patchset #15 id:560001 of https://codereview.webrtc.org/1648813004/ ) by tommi · 8 years ago
  28. 84430da When doing candidate re-gathering in the same generation, Remove the existing local candidate on the same network by honghaiz · 8 years ago
  29. f475277 Rename constants files in webrtc/{media,p2p} by kjellander · 8 years ago
  30. e1a0c94 Add network cost as part of the connection ranking. by honghaiz · 8 years ago
  31. 112fe43 Fill the remote pwd in the ice candidates when an ICE credential is received. by honghaiz · 9 years ago
  32. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  33. 7cbd188 Remove GICE (again). by Peter Thatcher · 9 years ago
  34. d12140a Revert change which removes GICE. by guoweis · 9 years ago
  35. 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 · 9 years ago
  36. 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 · 9 years ago
  37. 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 · 9 years ago
  38. 3d564c1 Add instrumentation to track the IceEndpointType. by Guo-wei Shieh · 9 years ago
  39. 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 · 9 years ago
  40. 3449faa Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever). by Peter Thatcher · 9 years ago
  41. ff689be Use std::min and std::max instead of self-defined functions such as rtc::_min/_max. by andresp@webrtc.org · 9 years ago
  42. 61c1247 Fix a case where empty candidate id is used by guoweis@webrtc.org · 10 years ago
  43. 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
  44. 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
  45. 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
  46. 950c518 Add adapter_type into Candidate object. by guoweis@webrtc.org · 10 years ago
  47. 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
  48. 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
  49. 55360ae Revert "Add adapter_type into Candidate object." by guoweis@webrtc.org · 10 years ago
  50. aaf02cc Add adapter_type into Candidate object. by guoweis@webrtc.org · 10 years ago
  51. fb108b5 Revert r7885. by pbos@webrtc.org · 10 years ago
  52. 8c9d79a Add adapter_type into Candidate object. by guoweis@webrtc.org · 10 years ago
  53. 269fb4b move xmpp and p2p to webrtc by henrike@webrtc.org · 10 years ago
  54. 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
  55. d1ba6d9 Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. by henrike@webrtc.org · 10 years ago