1. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  2. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  3. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  4. 14de824 Stop using std::random_shuffle in favor of std::shuffle. by Mirko Bonadei · 7 years ago
  5. 86b893c Delete declaration of LogMultilineState and LogMultiline. by Niels Möller · 7 years ago
  6. e66572b Reland "iOS: Save perf results under Documents/perf_result.json" by Edward Lemur · 7 years ago
  7. 389a97c Fixing leaked reference from SCTP transport to DTLS/ICE transport. by Taylor Brandstetter · 7 years ago
  8. 75f18fc Make building with X11 libraries optional. by Joachim Bauch · 7 years ago
  9. 76df0df Add missing files to rtc_base. by Patrik Höglund · 7 years ago
  10. e98c3de Delete unused code in stringutils.h. by Niels Möller · 7 years ago
  11. 570df8b Delete declaration of HttpComposeAttributes. by Niels Möller · 7 years ago
  12. aec6842 Delete unused code in rtc_base/testutils.*. by Niels Möller · 7 years ago
  13. 895d4cf Delete unused class LoggingAdapter. by Niels Möller · 7 years ago
  14. e78336c Delete HttpComposeAttributes. by Niels Möller · 7 years ago
  15. 3c8a5f2 Move httpbase.cc and httpbase.h to test target. by Niels Möller · 7 years ago
  16. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  17. 2281823 Delete unused code in rtc_base/stringencode.cc by Niels Möller · 7 years ago
  18. 00f934a Add gcc-style annotations for printf-like functions. by Niels Möller · 7 years ago
  19. 712989d Revert "Reland "iOS: Save perf results under Documents/perf_result.json"" by Mirko Bonadei · 7 years ago
  20. 408ee5f Reland "Delete Filesystem::TempFilename." by Niels Möller · 7 years ago
  21. 33fe1df Fix format string bug in RTC_CHECK facility. by Niels Möller · 7 years ago
  22. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  23. 8b886bb Reland "iOS: Save perf results under Documents/perf_result.json" by Edward Lemur · 7 years ago
  24. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  25. 081c651 Revert "iOS: Save perf results under Documents/perf_result.json" by Rasmus Brandt · 7 years ago
  26. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  27. 10a8e7a iOS: Save perf results under Documents/perf_result.json by Edward Lemur · 7 years ago
  28. 6acefdb Fixes to build WebRTC for Fuchsia by Sergey Ulanov · 7 years ago
  29. 1c62ffa Normalize main(..) routines for WinUWP by Robin Raymond · 7 years ago
  30. 9a44f96 Delete rtc_base/window.h. by Niels Möller · 7 years ago
  31. 5329214 Revert "Delete Filesystem::TempFilename." by Zhi Huang · 7 years ago
  32. 6de95f0 Delete Filesystem::TempFilename. by Niels Möller · 7 years ago
  33. 3c1f05d Fix comment about cipher names. by David Benjamin · 7 years ago
  34. ea84b6b Fix OpenSSLIdentity::GetReference. by David Benjamin · 7 years ago
  35. 6f314bb Convert an RTC_DCHECK to logging an error in debug builds. by Tommi · 7 years ago
  36. 6cea2b0 Remove thread checker in thread.cc due to downstream issue. by Tommi · 7 years ago
  37. 5149242 Remove dependency on rtc::Event from rtc::Thread. by Tommi · 7 years ago
  38. 2d8c3f0 Remove unused methods from rtc::Thread. by Tommi · 7 years ago
  39. 897e136 Add missing #include + dependency to weak_ptr_unittest. by Tommi · 7 years ago
  40. f820003 Optional: Use nullopt and implicit construction in /rtc_base/rate_statistics.cc by Oskar Sundbom · 7 years ago
  41. ce15cd3 Disable event perf tests by Kári Tristan Helgason · 7 years ago
  42. 06483ca Add support for the rtc::Event implementation in Chromium. by Tommi · 7 years ago
  43. d0e196b Adding two tests: by Alex Narest · 7 years ago
  44. 9c78058 Optional: Use nullopt and implicit construction in /rtc_base by Oskar Sundbom · 7 years ago
  45. 09819ec Improve the rtc::Buffer docs by Karl Wiberg · 7 years ago
  46. 3e189a6 Remove static library loading from WebRTC Android SDK. by Sami Kalliomäki · 7 years ago
  47. 65c3922 Move some more numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  48. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  49. c5975bf Add performance tests for rtc::Event. by Kári Tristan Helgason · 7 years ago
  50. b3d7cac Reland "Reland "Implement RTC_DLOG macro and use in a few places to test."" by Fredrik Solenberg · 7 years ago
  51. c296255 Revert "Reland "Implement RTC_DLOG macro and use in a few places to test."" by Patrik Höglund · 7 years ago
  52. d6fc82f Reland "Implement RTC_DLOG macro and use in a few places to test." by Fredrik Solenberg · 7 years ago
  53. 0a8798b Implement OpenSSLCertificate::GetChain by Jian Cui · 7 years ago
  54. e0b2ff5 Add kTransmissionMaxBitrateMultiplier logic to audio priority bitrate allocation strategy similarly to default bitrate allocation logic. by Alex Narest · 7 years ago
  55. 6dfb5a8 Revert "Implement RTC_DLOG macro and use in a few places to test." by Fredrik Solenberg · 7 years ago
  56. b18e868 Implement RTC_DLOG macro and use in a few places to test. by Fredrik Solenberg · 7 years ago
  57. 558cabf Refactor RtpToNtpEstimator and MovingMedianFilter by Ilya Nikolaevskiy · 7 years ago
  58. 942bc2e Reland: Replaced the SignalSelectedCandidatePairChanged with a new signal. by Zhi Huang · 7 years ago
  59. 8c316c1 Revert "Replaced the SignalSelectedCandidatePairChanged with a new signal." by Zhi Huang · 7 years ago
  60. 7167745 Replaced the SignalSelectedCandidatePairChanged with a new signal. by Zhi Huang · 7 years ago
  61. 61a7b14 Removing conditional visibility. by Mirko Bonadei · 7 years ago
  62. 1a87a8f Removing backward compatible LOG macros. by Mirko Bonadei · 7 years ago
  63. 66cebbd Remove aggressive thread checker from WeakPtrReference by Danil Chapovalov · 7 years ago
  64. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  65. fbb3b7d Reland: "Make javac warnings errors for WebRTC targets." by Mirko Bonadei · 7 years ago
  66. fd0de7a Run `git cl format --full` on safe_conversions_impl.h by Karl Wiberg · 7 years ago
  67. 2bad72a Reland "Revert "Make javac warnings errors for WebRTC targets."" by Lu Liu · 7 years ago
  68. a1a475a Revert "Revert "Make javac warnings errors for WebRTC targets."" by Mirko Bonadei · 7 years ago
  69. 098d24c Revert "Make javac warnings errors for WebRTC targets." by Lu Liu · 7 years ago
  70. 12251b6 Adding @SuppressWarnings(NoSynchronizedMethodCheck). by Mirko Bonadei · 7 years ago
  71. 19b7614 Make javac warnings errors for WebRTC targets. by Sami Kalliomäki · 7 years ago
  72. b968575 Add MovingMedianFilter to rtc_base/numerics by Ilya Nikolaevskiy · 7 years ago
  73. 3765199 Remove RTC_GUARDED_VAR and RTC_PT_GUARDED_VAR macros by Danil Chapovalov · 7 years ago
  74. 8ed8e56 Adding RTC_ prefixed LOG macros. by Mirko Bonadei · 7 years ago
  75. 9828beb Fix/suppress all javac warnings. by Sami Kalliomäki · 7 years ago
  76. a194e58 Move sequence_number_utils.h to rtc_base/ by Bjorn Terelius · 7 years ago
  77. 9de3aac Reland "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
  78. a17ce27 Revert "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
  79. af551a1 Enable the clang style plugin in rtc_base/ by Steve Anton · 7 years ago
  80. 9155e49 New classes RefCounter and RefCountedBase. by Niels Möller · 7 years ago
  81. 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
  82. 6f72f56 Change return types of refcount methods. by Niels Möller · 7 years ago
  83. 3b80aac Fix flaky memory leak in RemoteAudioSource by Steve Anton · 7 years ago
  84. dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago
  85. 15c9cf7 Reland "Delete reference to webrtc_overides/rtc_base/task_queue.cc." by Niels Möller · 7 years ago
  86. a5fbc23 BWE allocation strategy by Alex Narest · 7 years ago
  87. 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 7 years ago
  88. 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 7 years ago
  89. d6b4819 PeerConnection::StartRtcEventLog: Improve callback memory safety by Karl Wiberg · 7 years ago
  90. 6f09ae2 Support move-only closures in TaskQueue by Danil Chapovalov · 7 years ago
  91. 75dfd1c Drop include of refcountedobject.h. by Niels Möller · 7 years ago
  92. ed23be9 Move HistogramPercentileCounter to rtc_base from RecieveStatisticProxy. by Ilya Nikolaevskiy · 7 years ago
  93. 84255bb Add explicit includes of refcountedobject.h where it is used. by Niels Möller · 7 years ago
  94. fb26f85 Revert "Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h."" by Niels Moller · 7 years ago
  95. bf6937a Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Möller · 7 years ago
  96. e68b6c9 Adding back sigslot::repeater. by Taylor Brandstetter · 7 years ago
  97. e2d6a06 Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  98. 779d365 Delete static_instance.h and fix_interlocked_exchange_pointer_win.h by Niels Möller · 7 years ago
  99. 1af3d82 Revert "Reland "Clean up libjingle API dependencies."" by Henrik Kjellander · 7 years ago
  100. 9185aca Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago