1. a6b9924 Remove all usage of //rtc_base target by Florent Castelli · 2 years, 3 months ago
  2. a138c6c Split rtc_base into multiple targets by Florent Castelli · 2 years, 3 months ago
  3. 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 2 years, 7 months ago
  4. 5286dcf Migrate rtc_base and rtc_tools to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 9 months ago
  5. c931f70 network_tester: Remove usage of rtc::Thread::socketserver() and cleanup by Byoungchan Lee · 2 years, 9 months ago
  6. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 3 years ago
  7. 10b3485 Remove public_deps from //p2p by Florent Castelli · 3 years ago
  8. dd837e2 Remove //rtc_base:timeutils from public deps by Florent Castelli · 3 years ago
  9. 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 3 years ago
  10. 6cae2d5 Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years, 2 months ago
  11. 3f87250 Revert "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years, 2 months ago
  12. 5f0eb93 Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely by Byoungchan Lee · 3 years, 2 months ago
  13. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 5 months ago
  14. 9def994 Delete BasicPacketSocketFactory constructor with thread argument by Niels Möller · 3 years, 6 months ago
  15. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 2 months ago
  16. c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years, 2 months ago
  17. e5f4c6b Reland "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 3 months ago
  18. 7acc2d9 Revert "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 3 months ago
  19. 69241a9 Refactor rtc_base build targets. by Mirko Bonadei · 4 years, 3 months ago
  20. 20e4c80 Reland "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 4 months ago
  21. 8cc6695 Reformat python files checked by pylint (part 1/2). by Mirko Bonadei · 4 years, 5 months ago
  22. 0abd518 Revert "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 6 months ago
  23. f5e261a Introduce RTC_NO_UNIQUE_ADDRESS. by Mirko Bonadei · 4 years, 6 months ago
  24. 3a5612a Clean up references to deprecated create_srcjar in android_resources by Mohamed Heikal · 4 years, 6 months ago
  25. 3f94fc5 Migrate android_resources targets to not create R.java files by Mohamed Heikal · 4 years, 7 months ago
  26. 85585f4 Migrate rtc_tools/, sdk/, and system_wrappers/ to webrtc::Mutex. by Markus Handell · 4 years, 9 months ago
  27. b19cfee Roll chromium_revision 4d95e6c77b..71a0e1904e (776481:782339) by Jeremy Leconte · 4 years, 9 months ago
  28. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 10 months ago
  29. 35c87b6 Remove android_manifest_for_lint from BUILD.gn files by Courtney Edwards · 4 years, 11 months ago
  30. c50976a Revert "Remove android_manifest_for_lint from BUILD.gn files" by Ilya Nikolaevskiy · 4 years, 11 months ago
  31. 340106a Remove android_manifest_for_lint from BUILD.gn files by Courtney Edwards · 4 years, 11 months ago
  32. d4262df Chromium refactor: Replace "resources_dirs" with "sources" by Andrew Grieve · 5 years ago
  33. 0759249 Fix 'all' build on Android platforms. by Mirko Bonadei · 5 years ago
  34. ccbe95f Reformat GN files. by Mirko Bonadei · 5 years ago
  35. 65bbcab [Android] Replace java_files with sources by Natalie Chouinard · 5 years ago
  36. 3663ed3 Move rtc_base/ignore_wundef.h to its own target. by Mirko Bonadei · 5 years ago
  37. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  38. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
  39. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  40. 4cbb4ef Roll chromium_revision 6ae0f0cd4c..bf62d746a4 (669703:669828) + fix AndroidManifest by Oleh Prypin · 6 years ago
  41. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 6 years ago
  42. 3993b18 Use DefaultTaskQueueFactory in tool network_tester_server by Danil Chapovalov · 6 years ago
  43. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 6 years ago
  44. 471783f Remove rtc::QueuedTask alias, use webrtc::QueuedTask directly by Danil Chapovalov · 6 years ago
  45. ad89528 Reland "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current" by Danil Chapovalov · 6 years ago
  46. 42d8c93 Revert "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current" by Yves Gerey · 6 years ago
  47. 304e9d2 Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current by Danil Chapovalov · 6 years ago
  48. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 6 years ago
  49. 08f6a6c Import proto_library.gni when rtc_enable_protobuf is true by Kimmo Kinnunen · 6 years ago
  50. e45c688 Remove webrtc::ProtoString. by Mirko Bonadei · 6 years ago
  51. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  52. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  53. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
  54. cfe3b6a Remove most of api/ortc/. by Jonas Olsson · 6 years ago
  55. e693381 Delete struct rtc::PacketTime. by Niels Möller · 6 years ago
  56. 15ca5a9 Add implicit conversion between rtc:PacketTime and int64_t. by Niels Möller · 6 years ago
  57. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 7 years ago
  58. 8e5014a Remove definition and usage of macro GTEST_RELATIVE_PATH. by Mirko Bonadei · 7 years ago
  59. 508e234 Remove unnecessary //base:base_java dependencies. by Sami Kalliomäki · 7 years ago
  60. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  61. 431abd9 Replace rtc::Optional with absl::optional in test and rtc_tools by Danil Chapovalov · 7 years ago
  62. 6e9d895 Add missing includes checks.h/array_view.h by Danil Chapovalov · 7 years ago
  63. 7696bef Remove the public_deps to fileutils from test_support. by Patrik Höglund · 7 years ago
  64. 1e06289 Delete macro RTC_ACCESS_ON, replaced by RTC_GUARDED_BY. by Niels Möller · 7 years ago
  65. 4f024ef Renaming android_library android_manifest to android_manifest_for_lint. by Mirko Bonadei · 7 years ago
  66. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  67. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  68. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  69. 1c62ffa Normalize main(..) routines for WinUWP by Robin Raymond · 7 years ago
  70. 5b86f0a Stop using ByteSize (deprecated) to get the size of a proto message. by Mirko Bonadei · 7 years ago
  71. 59dd482 Optional: Use nullopt and implicit construction in /rtc_tools by Oskar Sundbom · 7 years ago
  72. 61a7b14 Removing conditional visibility. by Mirko Bonadei · 7 years ago
  73. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  74. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago