1. 71b8393 Remove name parameter from HistogramAdd function. by sakal · 8 years ago
  2. 17f008b GYP: Remove targets inside include_tests==1 that are converted to GN. by kjellander · 8 years ago
  3. 1d02d3e Remove RTC_LOGGED_* macro. by asapersson · 8 years ago
  4. a41c13e OWNERS: Make everyone able to change *.gn,*.gni files. by Henrik Kjellander · 8 years ago
  5. 2a5f371 Make UMA stats creation available in the Java interface. by sakal · 8 years ago
  6. e9cc686 GN Templates: Move common_inherited_config to the template. by ehmaldonado · 8 years ago
  7. 7a2ce0b GN Templates: Move common_config to the template. by ehmaldonado · 8 years ago
  8. 38a2132 GN: Introduce templates. by ehmaldonado · 8 years ago
  9. 3e3b6f2 Remove Chromium Clang warnings only on Windows. by ehmaldonado · 8 years ago
  10. d02fe4b GN: Fix windows clang errors. Attempt 2. by ehmaldonado · 8 years ago
  11. 1e8ed4a Replace calls to assert() with RTC_DCHECK_*() in .c code by kwiberg · 8 years ago
  12. d8dd190 GN: Fix test_support_unittests and MIPS compile issue. by kjellander · 8 years ago
  13. 714dd4e GN: Update tests to have the correct shard timeout value on Android. by sakal · 8 years ago
  14. 84cab20 UMA log for audio_device Init and Start(Playout|Recording). Make Init return a more specific error code, if possible. by Max Morin · 9 years ago
  15. a6219cc FileWrapper[Impl] modifications and actually remove the "Impl" class. by tommi · 9 years ago
  16. aff499c9 GN: Fix errors in rtc_include_tests conditions by kjellander@webrtc.org · 9 years ago
  17. e72db17 GN: Use rtc_include_tests variable to exclude tests. by kjellander · 9 years ago
  18. dc0dbad GN: Exclude tools and tests in Chromium builds. by kjellander@webrtc.org · 9 years ago
  19. 729b21f Add clz functions (Count number of Leading Zero bits), 32-and 64-bit variants by kwiberg · 9 years ago
  20. bac0412 GN: Add system_wrappers_unittests, tools and tools_unittests by kjellander · 9 years ago
  21. 8f4419b GN: Replace Windows suppressions of warning 4267 with config. by kjellander · 9 years ago
  22. 208d198 Rename APK tests workaround to make it more generic. by kjellander · 9 years ago
  23. 080a1e3 Fix iOS GN build and cleanup system_wrappers by kjellander · 9 years ago
  24. 7d56997 Adjust max number of samples that can be stored for a histogram (2000->300). by asapersson · 9 years ago
  25. 01d70a3 Add a default implementation in metrics_default.cc of histograms methods in system_wrappers/interface/metrics.h. by asapersson · 9 years ago
  26. fd8be34 Remove webrtc/base/scoped_ptr.h by kwiberg · 9 years ago
  27. 6ab3db2 Revert of Remove webrtc/base/scoped_ptr.h (patchset #3 id:100001 of https://codereview.webrtc.org/1942823002/ ) by kwiberg · 9 years ago
  28. 65fc62e Remove webrtc/base/scoped_ptr.h by kwiberg · 9 years ago
  29. d28db7f Delete all use of tick_util.h. by Niels Möller · 9 years ago
  30. bfefb03 Replace scoped_ptr with unique_ptr everywhere by kwiberg · 9 years ago
  31. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 9 years ago
  32. fdca669 Potential division by zero in RtpToNtpMs() in rtp_to_ntp.cc. by asapersson · 9 years ago
  33. 5265fed Add histogram stats for average QP per frame for VP9 (for sent video streams): by asapersson · 9 years ago
  34. e532aec Add isolate files for Android tests by kjellander · 9 years ago
  35. 953b1c1 Implement CPU feature detection for ARM Linux. by simon.hosie · 9 years ago
  36. 4a206a9 Remove webrtc::ScopedVector by kwiberg · 9 years ago
  37. 9c246c4 Change include in metrics.h (change to use systems_wrappers/include/logging.h, base logging breaks chromium.fyi). by asapersson · 9 years ago
  38. 58d992e Add macros for ability to log samples that are added to histograms (RTC_LOGGED_*). by asapersson · 9 years ago
  39. 6b1968e Allow passing in strings of length zero to FileWrapper::Write without closing the file. by terelius · 9 years ago
  40. 53cf346 Fix race condition in EventTimerPosix by sprang · 9 years ago
  41. 1d19441 Replace RefCountImpl with rtc::RefCountedObject. by Peter Boström · 9 years ago
  42. 94a23f0 Reland "Add check_deps rules in DEPS files." by kjellander@webrtc.org · 9 years ago
  43. 56cf60e Revert of Add check_deps rules in DEPS files. (patchset #2 id:60001 of https://codereview.webrtc.org/1796413002/ ) by kjellander · 9 years ago
  44. 086f851 Add check_deps rules in DEPS files. by kjellander@webrtc.org · 9 years ago
  45. f8cdd18 Add histogram stats for AV sync stream offset: "WebRTC.Video.AVSyncOffsetInMs" by asapersson · 9 years ago
  46. 3b41170 Remove sparse macros (RTC_HISTOGRAM_*_SPARSE_*) that are no longer used. by asapersson · 9 years ago
  47. 0149e75 Remove the (previosly deprecated) Pass methods by kwiberg · 9 years ago
  48. c2148a5 Integrate helper macros for calling histograms with different names (real-time vs screenshare and rampup metrics). by asapersson · 9 years ago
  49. 040b79f Add helper macros for calling a histogram with different names. by asapersson · 9 years ago
  50. 1c39098 Use rtc::time for all your timing needs! by Erik Språng · 9 years ago
  51. e791ffd Remove non-monotonic clock support by sprang · 9 years ago
  52. 5ad935c Remove mutable from rtc::CriticalSection members. by pbos · 9 years ago
  53. 5447934 Remove implementation of CriticalSectionWrapper and use rtc::CriticalSection by tommi · 9 years ago
  54. e849332 Remove ConditionVariableWrapper. by Tommi · 9 years ago
  55. cd255cc Remove unused ConditionVariableWrapper on POSIX platforms by tommi · 9 years ago
  56. ee5a309 Make CriticalSectionWrapper non-virtual. by Tommi · 9 years ago
  57. 61046eb Rename RWLockGeneric to RWLockWinXP to more accurately reflect when it's used. by tommi · 9 years ago
  58. aff4b70 Simplify the implementation of LoggingTest. by tommi · 9 years ago
  59. 6955870 Convert channel counts to size_t. by Peter Kasting · 9 years ago
  60. 36220ae Slap deprecation notices on Pass methods by kwiberg · 9 years ago
  61. 25702cb Misc. small cleanups. by pkasting · 9 years ago
  62. 37ebcf0 Reland "Add APK targets to build libjingle tests for Android." by phoglund · 9 years ago
  63. cea7c2f Replace manual casting to rvalue reference with calls to std::move by kwiberg · 9 years ago
  64. 1fe48a5 Add implementation in metrics.h that uses atomic pointer. by asapersson · 9 years ago
  65. 5380532 Rename RTC_HISTOGRAM_* macros to RTC_HISTOGRAM_*_SPARSE_* to indicate that these are for infrequent updates. by asapersson · 9 years ago
  66. 361888c OWNERS: Add * to .gyp{i,} everywhere. by kjellander@webrtc.org · 9 years ago
  67. 82ccfcf Remove unused and rarely used LOG_ macros. by solenberg · 9 years ago
  68. bc14164 Revert of Add APK targets to build libjingle tests for Android. (patchset #10 id:180001 of https://codereview.webrtc.org/1511633002/ ) by stefan · 9 years ago
  69. a78c021 Add APK targets to build libjingle_peerconnection_unittests for Android. by perkj · 9 years ago
  70. d3c9447 Nuke TickTime::UseFakeClock. by Peter Boström · 9 years ago
  71. 46ad542 Revert of "Create rtc::AtomicInt POD struct." (patchset #3 id:40001 of https://codereview.webrtc.org/1498953002/ ) by pbos · 9 years ago
  72. 84f0970 Reland of "Create rtc::AtomicInt POD struct." by Peter Boström · 9 years ago
  73. b1ac203 Introduce helper class NtpTime by danilchap · 9 years ago
  74. 8c38e8b Clean up PlatformThread. by Peter Boström · 9 years ago
  75. 12411ef Move ThreadWrapper to ProcessThread in base. by pbos · 9 years ago
  76. dfafd12 Remove ThreadWrapper::GetThreadId. The method just calls rtc::CurrentThreadId(), which also has a more descriptive name. by Tommi · 9 years ago
  77. b0ad43b Add aecdump support to audioproc_f by aluebs · 9 years ago
  78. 2935e01 Several Tick counter improvements try #2." by thaloun · 9 years ago
  79. 3c12f4d Revert of Create rtc::AtomicInt POD struct. (patchset #12 id:220001 of https://codereview.webrtc.org/1420043008/ ) by pbos · 9 years ago
  80. c91d173 Revert of Several Tick counter improvements. (patchset #8 id:140001 of https://codereview.webrtc.org/1415923010/ ) by thaloun · 9 years ago
  81. 4c27e4b Several Tick counter improvements. by Tim Haloun · 9 years ago
  82. b27f590 Create rtc::AtomicInt POD struct. by pbos · 9 years ago
  83. dc0da59 Remove old system_wrappers event_tracer.h. by pbos · 9 years ago
  84. b7a5c16 Revert of Add aecdump support to audioproc_f. (patchset #8 id:200001 of https://codereview.webrtc.org/1409943002/ ) by kjellander · 9 years ago
  85. 86b4050 Reland of Add aecdump support to audioproc_f. (patchset #2 id:250001 of https://codereview.webrtc.org/1423693008/ ) by kjellander · 9 years ago
  86. d279941 Revert of Add aecdump support to audioproc_f. (patchset #8 id:200001 of https://codereview.webrtc.org/1409943002/ ) by kjellander · 9 years ago
  87. 5ab193f Remove system_wrappers dep from field_trial_default and metrics_default. by sergeyu · 9 years ago
  88. d56d68c system_wrappers: Fix include header guards. by kjellander · 9 years ago
  89. a41ab93 Switch usage of _DEBUG macro to NDEBUG. by tfarina · 9 years ago
  90. bdafe31 Add aecdump support to audioproc_f. by andrew · 9 years ago
  91. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  92. a3587fb clean up field_trial_default target, to be used by remoting_perftests. by guoweis · 9 years ago
  93. 86b0160 Add stats for average QP per frame for VP8 (for received video streams): by asapersson · 9 years ago
  94. e4f9650 Remove system_wrappers/interface/trace_event.h by tommi · 9 years ago
  95. 3866c4f Testing that waiting for a condition variable waits. by hta · 9 years ago
  96. 1b40a9a RefCountInterface: Make AddRef() and Release() const by Magnus Jedvert · 9 years ago
  97. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
  98. 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
  99. 88703d7 Disable base/logging.h stderr logs by default for webrtc/ tests. by andrew · 9 years ago
  100. dce40cf Update a ton of audio code to use size_t more correctly and in general reduce by Peter Kasting · 9 years ago