1. c43347f Integrate helper macros for calling histograms with different names (real-time vs screenshare and rampup metrics). by asapersson · 9 years ago
  2. 46260ae Add helper macros for calling a histogram with different names. by asapersson · 9 years ago
  3. 9cd4203 Use rtc::time for all your timing needs! by Erik Språng · 9 years ago
  4. f289f1b Remove non-monotonic clock support by sprang · 9 years ago
  5. 1e5b805 Remove mutable from rtc::CriticalSection members. by pbos · 9 years ago
  6. 086dd64 Remove implementation of CriticalSectionWrapper and use rtc::CriticalSection by tommi · 9 years ago
  7. 9ef1c08 Remove ConditionVariableWrapper. by Tommi · 9 years ago
  8. e6918c6 Remove unused ConditionVariableWrapper on POSIX platforms by tommi · 9 years ago
  9. a8db13d Make CriticalSectionWrapper non-virtual. by Tommi · 9 years ago
  10. c4f158a Rename RWLockGeneric to RWLockWinXP to more accurately reflect when it's used. by tommi · 9 years ago
  11. 6933eeb Simplify the implementation of LoggingTest. by tommi · 9 years ago
  12. 80590d9 Convert channel counts to size_t. by Peter Kasting · 9 years ago
  13. 92d2104 Slap deprecation notices on Pass methods by kwiberg · 9 years ago
  14. fa9f5a8 Misc. small cleanups. by pkasting · 9 years ago
  15. a2932fd Reland "Add APK targets to build libjingle tests for Android." by phoglund · 9 years ago
  16. 4e35174 Replace manual casting to rvalue reference with calls to std::move by kwiberg · 9 years ago
  17. 4685e62 Add implementation in metrics.h that uses atomic pointer. by asapersson · 9 years ago
  18. 4de01f8 Rename RTC_HISTOGRAM_* macros to RTC_HISTOGRAM_*_SPARSE_* to indicate that these are for infrequent updates. by asapersson · 9 years ago
  19. 4e2c01b OWNERS: Add * to .gyp{i,} everywhere. by kjellander@webrtc.org · 9 years ago
  20. b3ad13d Remove unused and rarely used LOG_ macros. by solenberg · 9 years ago
  21. aff0ce7 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
  22. dbf6eb3 Add APK targets to build libjingle_peerconnection_unittests for Android. by perkj · 9 years ago
  23. a24951b Nuke TickTime::UseFakeClock. by Peter Boström · 9 years ago
  24. 1ccfad3 Revert of "Create rtc::AtomicInt POD struct." (patchset #3 id:40001 of https://codereview.webrtc.org/1498953002/ ) by pbos · 9 years ago
  25. 3877600 Reland of "Create rtc::AtomicInt POD struct." by Peter Boström · 9 years ago
  26. 77213e9 Introduce helper class NtpTime by danilchap · 9 years ago
  27. daf1aa4 Clean up PlatformThread. by Peter Boström · 9 years ago
  28. 9410e01 Move ThreadWrapper to ProcessThread in base. by pbos · 9 years ago
  29. ee616be Remove ThreadWrapper::GetThreadId. The method just calls rtc::CurrentThreadId(), which also has a more descriptive name. by Tommi · 9 years ago
  30. 568ca73 Add aecdump support to audioproc_f by aluebs · 9 years ago
  31. 12b7819 Several Tick counter improvements try #2." by thaloun · 9 years ago
  32. 1b5ad57 Revert of Create rtc::AtomicInt POD struct. (patchset #12 id:220001 of https://codereview.webrtc.org/1420043008/ ) by pbos · 9 years ago
  33. f3ae889 Revert of Several Tick counter improvements. (patchset #8 id:140001 of https://codereview.webrtc.org/1415923010/ ) by thaloun · 9 years ago
  34. 45d1ec1 Several Tick counter improvements. by Tim Haloun · 9 years ago
  35. 3492dab Create rtc::AtomicInt POD struct. by pbos · 9 years ago
  36. 7ad9e66 Remove old system_wrappers event_tracer.h. by pbos · 9 years ago
  37. 23f6228 Revert of Add aecdump support to audioproc_f. (patchset #8 id:200001 of https://codereview.webrtc.org/1409943002/ ) by kjellander · 9 years ago
  38. 10d20e3 Reland of Add aecdump support to audioproc_f. (patchset #2 id:250001 of https://codereview.webrtc.org/1423693008/ ) by kjellander · 9 years ago
  39. a13a791 Revert of Add aecdump support to audioproc_f. (patchset #8 id:200001 of https://codereview.webrtc.org/1409943002/ ) by kjellander · 9 years ago
  40. bf3dbed Remove system_wrappers dep from field_trial_default and metrics_default. by sergeyu · 9 years ago
  41. a5fadc3 system_wrappers: Fix include header guards. by kjellander · 9 years ago
  42. 1ccc865 Switch usage of _DEBUG macro to NDEBUG. by tfarina · 9 years ago
  43. a18f2ab Add aecdump support to audioproc_f. by andrew · 9 years ago
  44. 78f65d0 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  45. 5a2f930 clean up field_trial_default target, to be used by remoting_perftests. by guoweis · 9 years ago
  46. a062110 Add stats for average QP per frame for VP8 (for received video streams): by asapersson · 9 years ago
  47. 512a784 Remove system_wrappers/interface/trace_event.h by tommi · 9 years ago
  48. 1c672c5 Testing that waiting for a condition variable waits. by hta · 9 years ago
  49. dde4a0e RefCountInterface: Make AddRef() and Release() const by Magnus Jedvert · 9 years ago
  50. 5c075c8 Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 10 years ago
  51. 9199c0e Add RTC_ prefix to contructormagic macros. by henrikg · 10 years ago
  52. 83d882f Disable base/logging.h stderr logs by default for webrtc/ tests. by andrew · 10 years ago
  53. a0ad248 Update a ton of audio code to use size_t more correctly and in general reduce by Peter Kasting · 10 years ago
  54. 0a34d31 Move SystemInfo to rtc_base_approved and delete unused code. by tommi · 10 years ago
  55. da29a40 When we trace to file, add eol of each trace message. by Brave Yao · 10 years ago
  56. fcdb73c Implement store as an explicit atomic operation. by pbos · 10 years ago
  57. 815f21d Fix some clang warnings with -Wmissing-braces in WebRTC. by dcheng · 10 years ago
  58. 768d2b2 Restore rows() and cols() in aligned_array.h by Henrik Kjellander · 10 years ago
  59. 20d4fde Reformat existing code. There should be no functional effects. by Peter Kasting · 10 years ago
  60. 623f2f0 Use one scoped_refptr. by Peter Boström · 10 years ago
  61. ce7e58a Document the time unit in EventWrapper. by Wan-Teh Chang · 10 years ago
  62. e8c130b Update a comment that mentions the nonexistent Reset() method. by Wan-Teh Chang · 10 years ago
  63. 3a03799 PRESUBMIT: Improve PyLint check and add GN format check. by Henrik Kjellander · 10 years ago
  64. 3c9a06a Move SetCurrentThreadName to platform_thread.* in rtc_base_approved, by Tommi · 10 years ago
  65. b9a4b4b Move rtc::AtomicOps to webrtc/base/atomicops.h. by Peter Boström · 10 years ago
  66. 607c0c3 Set correct .type directive for asm functions. by Wei Zhong · 10 years ago
  67. 660b92b Remove webrtc/base/move.h, and make types move-only manually by Karl Wiberg · 10 years ago
  68. b6dfac8 Remove android_webview_build conditions. by Richard Coles · 10 years ago
  69. a8c4f43 Revert "Revert "Split EventWrapper in twain."" by Peter Boström · 10 years ago
  70. 5173c60 Remove henrike@ from OWNERS by Henrik Kjellander · 10 years ago
  71. a5b531b Revert "Split EventWrapper in twain." by Minyue · 10 years ago
  72. 2112dbb Allow setting thread priorities in Chromium on all but linux platforms. by tommi@webrtc.org · 10 years ago
  73. 1f00000 Split EventWrapper in twain. by tommi@webrtc.org · 10 years ago
  74. 56dc67d Temporarily disable SetPriority when building with Chromium. by tommi@webrtc.org · 10 years ago
  75. 01c1481 Re-land 8810 "- Add a SetPriority method to ThreadWr..." by tommi@webrtc.org · 10 years ago
  76. eb2730e Revert 8810 "- Add a SetPriority method to ThreadWrapper" by tommi@webrtc.org · 10 years ago
  77. be8dbba - Add a SetPriority method to ThreadWrapper by tommi@webrtc.org · 10 years ago
  78. 0e57be8 Use scoped_ptr for ThreadWrapper::CreateThread. by tommi@webrtc.org · 10 years ago
  79. 42cc212 Remove ThreadObj #define and kThreadMaxNameLength from thread_wrapper. by tommi@webrtc.org · 10 years ago
  80. 50fb934 Use atomic operations for setting/reading the trace filter. by tommi@webrtc.org · 10 years ago
  81. a80280f Fix FYI build - add a missing include to event_tracer.h in system_wrappers. by tommi@webrtc.org · 10 years ago
  82. ab28f81 Revert 8753 "Use atomic operations for setting/reading the trace..." by tommi@webrtc.org · 10 years ago
  83. b8940a2 Move trace_event and associated files to webrtc/base. by tommi@webrtc.org · 10 years ago
  84. 538334d Use atomic operations for setting/reading the trace filter. by tommi@webrtc.org · 10 years ago
  85. 6c66b3d Modify EventPosix to prevent spurious wakeups. by pbos@webrtc.org · 10 years ago
  86. 2afb678 Change ThreadPosix to use an auto-reset event instead of manual reset now that we know the problem we had with EventWrapper::Wait was simply a bug in the EventWrapper. Also removing |started_| since we can just check the thread_ instead. by tommi@webrtc.org · 10 years ago
  87. 04d511c Remove thread id from ThreadWrapper::Start(). by pbos@webrtc.org · 10 years ago
  88. ace0920 Hide assembly symbols. by andrew@webrtc.org · 10 years ago
  89. 860ac53 Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 10 years ago
  90. f1e54e4 Remove webrtc/system_wrappers/interface/scoped_ptr.h by kwiberg@webrtc.org · 10 years ago
  91. a22bcca Test to try to track down the alignment problem on Mac 10.9. by tommi@webrtc.org · 10 years ago
  92. 22365d6 Remove TraceImpl logging thread. by pbos@webrtc.org · 10 years ago
  93. deb9dae Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
  94. c4e2cd0 Fix style violations in common_types.h and config.h by kwiberg@webrtc.org · 10 years ago
  95. 00316a4 Copy SetThreadName from webrtc/base/thread.cc into thread_win.cc by tommi@webrtc.org · 10 years ago
  96. 94913d6 GN: Changes for vp9, opus and direct trace by kjellander@webrtc.org · 10 years ago
  97. 121d8e7 Set webrtc_rtp category to be disabled by default. by sprang@webrtc.org · 10 years ago
  98. fae177c Remove EventWrapper::Reset(). by pbos@webrtc.org · 10 years ago
  99. 2c4b94a Fix false positive DHECK in event_posix.cc by sprang@webrtc.org · 10 years ago
  100. c992d75 Switch to QueueUserAPC for shutting down the thread (no event needed). by tommi@webrtc.org · 10 years ago