1. 802e8e5 Format /rtc_base by Jared Siskin · 2 years ago
  2. 2ab914c Adopt absl::string_view in rtc_base/ (straightforward cases) by Ali Tofigh · 3 years ago
  3. 7fa9057 Adopt absl::string_view in function parameters under rtc_base/ by Ali Tofigh · 3 years, 1 month ago
  4. 1585587 Uniform IPAddress::ToSensitiveString() behavior (debug vs release). by Mirko Bonadei · 4 years ago
  5. e5f4c6b Reland "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 3 months ago
  6. 7acc2d9 Revert "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 3 months ago
  7. 69241a9 Refactor rtc_base build targets. by Mirko Bonadei · 4 years, 3 months ago
  8. db5d7e4 Cleanup: Use common IP overhead definitions in test and prod code by Sebastian Jansson · 5 years ago
  9. 2257c08 [Cleanup/Optim] Pass IPAddress by const reference. by Yves Gerey · 5 years ago
  10. af242c8 Extending UsagePattern and private IP addresses. by Jeroen de Borst · 6 years ago
  11. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  12. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from rtc_base/ipaddress.cc]
  13. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  14. aba0633 Delete wrappers for snprintf and vsnprintf by Niels Möller · 6 years ago
  15. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  16. 3e18c82 Reland "Reland "Remove our stream << overloads from non-test build targets."" by Jonas Olsson · 7 years ago
  17. bd73928 Revert "Reland "Remove our stream << overloads from non-test build targets."" by Taylor Brandstetter · 7 years ago
  18. d7ee720 Reland "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 7 years ago
  19. 31ef5f0 Revert "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 7 years ago
  20. c841d18 Remove our stream << overloads from non-test build targets. by Jonas Olsson · 7 years ago
  21. 7439534 Add ToString() methods to classes with << operators, preparing for deprecations. by Jonas Olsson · 7 years ago
  22. 2870b0a Expose a link-local network interfaces enumeration option by Daniel Lazarenko · 7 years ago
  23. e062385 Avoid to unconditionally include rtc_base/win32.h. by Mirko Bonadei · 7 years ago
  24. b181f71 Don't use link-local networks to determine the lowest cost of networks by Yuwei Huang · 7 years ago
  25. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  26. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/rtc_base/ipaddress.cc]
  27. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 8 years ago
  28. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 8 years ago
  29. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 8 years ago
  30. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/ipaddress.cc]
  31. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/rtc_base/ipaddress.cc]
  32. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/ipaddress.cc]
  33. 9922016 Fix "IsLoopbackIp" to cover all loopback addresses; not just 127.0.0.1. by deadbeef · 8 years ago
  34. d802b5b Fix some signed overflow errors causing undefined behavior (in theory). by terelius · 9 years ago
  35. beed828 Fix IPAddress::ToSensitiveString() to avoid dependency on inet_ntop(). by Sergey Ulanov · 9 years ago
  36. ac921d7 Add "x"s in the end of a stripped IPv6 address string. by henrikg · 9 years ago
  37. cdb38e5 Strip IP addresses in NDEBUG (release) builds. by Peter Boström · 9 years ago
  38. 9af97f8 WebRTC should generate default private address even when adapter enumeration is disabled. by Guo-wei Shieh · 9 years ago
  39. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  40. fe3bc9d Relanding "Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied." by Guo-wei Shieh · 10 years ago
  41. 370c884 Revert "Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied." by Guo-wei Shieh · 10 years ago
  42. 0a2955f Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied. by Guo-wei Shieh · 10 years ago
  43. 1147702 WebRTC Bug 4865 by Guo-wei Shieh · 10 years ago
  44. b91d0f5 1. Have IPIsPrivate calling IPIsLinkLocal by guoweis@webrtc.org · 10 years ago
  45. bbce5ef Turn on IPv6 for WebRTC as default as required before ramping the experiment to 30%. by guoweis@webrtc.org · 10 years ago
  46. d43b2c0 Revert "Turn on IPv6 for WebRTC as default as required before ramping the experiment to 30%." by guoweis@webrtc.org · 10 years ago
  47. 86c33e3 Turn on IPv6 for WebRTC as default as required before ramping the experiment to 30%. by guoweis@webrtc.org · 10 years ago
  48. 59ae5ff Filter logic for ip leak misses ::ffff:0.0.0.0 by guoweis@webrtc.org · 10 years ago
  49. fa60398 Add a new class InterfaceAddress inherited from IPAddress to keep track of IPv6 Address flags. by guoweis@webrtc.org · 11 years ago
  50. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 11 years ago
  51. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 11 years ago
  52. 2c7d1b3 Adds a modified copy of talk/base to webrtc/base. It is the first step in migrating talk/base to webrtc/base. by henrike@webrtc.org · 11 years ago