1. 01af3a3 Remove unused dbus.cc/.h and related things. by solenberg · 8 years ago
  2. 90c024f Move FirewallSocketServer to test code. by nisse · 8 years ago
  3. bbc747c Delete WindowPicker class and subclasses. by nisse · 8 years ago
  4. d7ac0a9 Revert of Move smoothing filter to common audio. (patchset #3 id:60001 of https://codereview.webrtc.org/2484153002/ ) by magjed · 8 years ago
  5. a82395b Move smoothing filter to common audio. by michaelt · 8 years ago
  6. d51c4dc Delete unused files httprequest.h and httprequest.cc. by nisse · 8 years ago
  7. 809f977 Update Visual Studio runtime file copying by ehmaldonado · 8 years ago
  8. 8a44e1d Let RTC_[D]CHECK_op accept arguments of different signedness by kwiberg · 8 years ago
  9. 6ceab08 GN: New conventions, default target and refactorings by kjellander · 8 years ago
  10. a9a1ac2 Moved rtc::Base64 to base approved. by philipel · 8 years ago
  11. a101e56 Remove LOGGING=1 define. by kjellander · 8 years ago
  12. 0489e49 Change RefCountedObject to use perfect forwarding. by perkj · 8 years ago
  13. 5c63989 Import build/config/clang/clang.gni in webrtc/base/BUILD.gn by ehmaldonado · 8 years ago
  14. e40a7ee GN: Exclude suppressions of Chromium Clang warnings for Chromium builds. by kjellander · 8 years ago
  15. e606a17 Remove deprecated Gestalt methods. by erikchen · 8 years ago
  16. c7901c6 Delete macsocketserver.h and related files. by nisse · 8 years ago
  17. 2334b70 Add support for component builds on Windows Swarming. Attempt 2 by ehmaldonado · 8 years ago
  18. 2334559 Revert of Add support for component builds on Windows Swarming. (patchset #2 id:100001 of https://codereview.webrtc.org/2389133002/ ) by ehmaldonado · 8 years ago
  19. 66d4ce9 Add support for component builds on Windows Swarming. by ehmaldonado · 8 years ago
  20. 8e7577c Revert of Delete transformadapter.cc and transformadapter.h. (patchset #2 id:20001 of https://codereview.webrtc.org/2368243002/ ) by nisse · 8 years ago
  21. 2c3c3e2 Delete transformadapter.cc and transformadapter.h. by nisse · 8 years ago
  22. 81e007a Delete profiler.h. by nisse · 8 years ago
  23. 3324cf7 Revert of Delete unused code httprequest, httpclient, and socketpool. (patchset #3 id:40001 of https://codereview.webrtc.org/2366333002/ ) by ivoc · 8 years ago
  24. 8a72369 Delete multipart.h. by nisse · 8 years ago
  25. 4a255be Delete unused code httprequest, httpclient, and socketpool. by nisse · 8 years ago
  26. 91e1a1a Delete winfirewall.h. by nisse · 8 years ago
  27. 2de66fe Delete unused file versionparsing.h. by nisse · 8 years ago
  28. 409f573 Delete posix.h (RunAsDaemon). by nisse · 8 years ago
  29. cacee52 Delete referencecountedsingletonfactory.h. by nisse · 8 years ago
  30. 085ec0e Delete sec_buffer.h. by nisse · 8 years ago
  31. 038a085 Delete unused base/worker.{cc,h}. by nisse · 8 years ago
  32. 3123033 Delete bandwidthsmoother.h. by nisse · 8 years ago
  33. 8ff860a Add support for WeakPtr<T> The implementation is borrowed from Chromium. by perkj · 8 years ago
  34. 77eab70 Enable the -Wundef warning for clang by kwiberg · 9 years ago
  35. 24c7c12 Move FunctionView from AudioCodingModule to the rtc namespace by kwiberg · 9 years ago
  36. 3901128 Remove unnecessary jsoncpp includes. by kjellander · 9 years ago
  37. ec62374 Reland of Add arraysize to rtc_base_approved. Remove dependency of audio_device on rtc_base. (patchset #1 id:1 of https://codereview.webrtc.org/2340253003/ ) by maxmorin · 9 years ago
  38. 89fb920 Revert of Add arraysize to rtc_base_approved. Remove dependency of audio_device on rtc_base. (patchset #1 id:1 of https://codereview.webrtc.org/2346763002/ ) by maxmorin · 9 years ago
  39. 100c9d0 Add arraysize to rtc_base_approved. Remove dependency of audio_device on rtc_base. by maxmorin · 9 years ago
  40. cdf37a9 Delete Timing class, timing.h, and update all users. by nisse · 9 years ago
  41. 2b11fd2 rtc::Optional: Tell sanitizers that unset values aren't OK to access by kwiberg · 9 years ago
  42. d547224 Reland of move all reference to carbon api (patchset #1 id:1 of https://codereview.webrtc.org/2317343003/ ) by kthelgason · 9 years ago
  43. 4e0581f Revert of move all reference to carbon api (patchset #2 id:300001 of https://codereview.webrtc.org/2321493002/ ) by magjed · 9 years ago
  44. a90879b Reland of move all reference to carbon api (patchset #1 id:1 of https://codereview.webrtc.org/2316563002/ ) by kthelgason · 9 years ago
  45. 4016a0b GN: Move variables from //build_overrides/webrtc.gni to //webrtc/build/webrtc.gni by ehmaldonado · 9 years ago
  46. b096aa7 Revert of Remove all reference to carbon api (patchset #2 id:20001 of https://codereview.webrtc.org/2299633002/ ) by kthelgason · 9 years ago
  47. dbd8b6b Remove all reference to carbon api by kthelgason · 9 years ago
  48. d313403 rtc::Buffer: Let SetData and AppendData accept anything with .data() and .size() by kwiberg · 9 years ago
  49. e9cc686 GN Templates: Move common_inherited_config to the template. by ehmaldonado · 9 years ago
  50. 7a2ce0b GN Templates: Move common_config to the template. by ehmaldonado · 9 years ago
  51. 4ec6a0c Reland of Initial version of file wrapper by Viktor Palmkvist · 9 years ago
  52. 38a2132 GN: Introduce templates. by ehmaldonado · 9 years ago
  53. ac554ee Add functions to interact with ASan and MSan, and some sample uses by kwiberg · 9 years ago
  54. e8a6697 Revert of Initial version of new file wrapper (patchset #26 id:490001 of https://codereview.webrtc.org/2214763002/ ) by palmkvist · 9 years ago
  55. d714d19 Initial version of new file wrapper by Viktor Palmkvist · 9 years ago
  56. 84bd5c7 Do not build task_queue.cc and include from webrtc_overrides in Chrome. by perkj · 9 years ago
  57. 3e3b6f2 Remove Chromium Clang warnings only on Windows. by ehmaldonado · 9 years ago
  58. d02fe4b GN: Fix windows clang errors. Attempt 2. by ehmaldonado · 9 years ago
  59. 4805231 Moved format_macros.h from rtc_base to rtc_base_approved. by ivoc · 9 years ago
  60. 4bc4d27 GN: Fix Windows Clang errors by ehmaldonado · 9 years ago
  61. 16f55a1 Migrated GN target :g711_test by aleloi · 9 years ago
  62. ec5c906 GN: Fix errors when some variables are set to non-default values. by kjellander · 9 years ago
  63. 8f956de FakeTiming added, an implementation of Timing that can be used for tests. by hbos · 9 years ago
  64. 33b9c8f Move WEBRTC_BUILD_LIBEVENT definition to base/BUILD.gn and base/base.gyp. This use all_dependent_configs (GN) / all_dependent_settings (GYP) to export WEBRTC_BUILD_LIBEVENT to all dependent targets transitively. This fixes a problem with dependent projects in Chromium that indirectly include task_queue.h by Per · 9 years ago
  65. cd349d9 Reland of actor NACK bitrate allocation (patchset #1 id:1 of https://codereview.webrtc.org/2131913003/ ) by sprang · 9 years ago
  66. 9c16fe8 Implement SequencedTaskChecker. by perkj · 9 years ago
  67. a49f110 Revert of Reland Issue 2061423003: Refactor NACK bitrate allocation (patchset #1 id:1 of https://codereview.webrtc.org/2131313002/ ) by aluebs · 9 years ago
  68. 05ce4ae Reland Issue 2061423003: Refactor NACK bitrate allocation by Erik Språng · 9 years ago
  69. e5dd441 Revert of Refactor NACK bitrate allocation (patchset #16 id:300001 of https://codereview.webrtc.org/2061423003/ ) by sprang · 9 years ago
  70. 5fc59e8 Refactor NACK bitrate allocation by Erik Språng · 9 years ago
  71. 02bafc6 Add a race-checking mechanism. by Peter Boström · 9 years ago
  72. 9c0c75b Add GN targets for AppRTC Demo on Android. by Sami Kalliomaki · 9 years ago
  73. 191b359 Implement timestamp translation/filter in VideoCapturer. by nisse · 9 years ago
  74. b00dc38 Delete GetExecutablePath and related unused code. by Niels Möller · 9 years ago
  75. 781e0c0 GN: Fix 32-bit Mac library error by kjellander · 9 years ago
  76. 82a9449 GN: Add rtc_media_unittests by kjellander · 9 years ago
  77. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 9 years ago
  78. 3bcedd3 GN: Add SDK tests to rtc_unittests. by kjellander · 9 years ago
  79. aff499c9 GN: Fix errors in rtc_include_tests conditions by kjellander@webrtc.org · 9 years ago
  80. e72db17 GN: Use rtc_include_tests variable to exclude tests. by kjellander · 9 years ago
  81. 3ee5614 GN: Add rtc_unittests by kjellander@webrtc.org · 9 years ago
  82. bac0412 GN: Add system_wrappers_unittests, tools and tools_unittests by kjellander · 9 years ago
  83. 09c60da Split TaskQueue out into a separate build target. by tommi · 9 years ago
  84. ff27439 Separate building and enabling libevent. by phoglund · 9 years ago
  85. fd8be34 Remove webrtc/base/scoped_ptr.h by kwiberg · 9 years ago
  86. c06b133 Reland of New task queueing primitive for async tasks: TaskQueue. by tommi · 9 years ago
  87. 3f90087c Revert of New task queueing primitive for async tasks: TaskQueue. (patchset #8 id:330001 of https://codereview.webrtc.org/1927133004/ ) by tommi · 9 years ago
  88. 65d1f2a Reland of New task queueing primitive for async tasks: TaskQueue. (patchset #1 id:1 of https://codereview.webrtc.org/1935483002/ ) by tommi · 9 years ago
  89. 3fe372d Fix all -Wnon-virtual-dtor warnings. by Henrik Kjellander · 9 years ago
  90. 6ab3db2 Revert of Remove webrtc/base/scoped_ptr.h (patchset #3 id:100001 of https://codereview.webrtc.org/1942823002/ ) by kwiberg · 9 years ago
  91. 65fc62e Remove webrtc/base/scoped_ptr.h by kwiberg · 9 years ago
  92. a4ac478 Define rtc::BufferT, like rtc::Buffer but for any trivial type by kwiberg · 9 years ago
  93. b296d05 Revert of New task queueing primitive for async tasks: TaskQueue. (patchset #5 id:80001 of https://codereview.webrtc.org/1919733002/ ) by tommi · 9 years ago
  94. 0c9df5e New task queueing primitive for async tasks: TaskQueue. by tommi · 9 years ago
  95. bebf54c Adds clearer function to create rtc::Thread without Physical SocketServer by danilchap · 9 years ago
  96. 9eeb624 Build dynamic iOS SDK. by tkchin · 9 years ago
  97. b1f1406 GN: Refactor webrtc/base/BUILD.gn by kjellander · 9 years ago
  98. 84ba8b6 GN: Fix dependency for rtc_base_approved by kjellander · 9 years ago
  99. 09ca02e Replace use of GetMacOSStatusErrorString (deprecated) with use of NSOSStatusErrorDomain. by Tommi · 9 years ago
  100. cc4fdde Move bind.h to rtc_base_approved. by Tommi · 9 years ago