1. d8be107 Print timestamp-to-UTC map when event_log starts. by Bjorn Terelius · 6 years ago
  2. 264bee8 Remove memcheck. by Mirko Bonadei · 6 years ago
  3. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  4. da04e06 Fix paths that were trying to go above the root by using too many "../.." by Oleh Prypin · 6 years ago
  5. 9d764e8 Removing clang:find_bad_constructs from logging (part 1). by Mirko Bonadei · 6 years ago
  6. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  7. 641ddf2 Make rtc_event_log2text work on stdin if no input file specified by Elad Alon · 6 years ago
  8. 7750de9 Port RtcEventLog encoder unittests to the new parser API. by Bjorn Terelius · 6 years ago
  9. 546bded Add return after NOT_REACHED() in eventlog unittest. by Bjorn Terelius · 6 years ago
  10. 63c82a7 Style fixes in event log unittest. by Bjorn Terelius · 6 years ago
  11. f4db542 Rewrite the RtcEventLog unit test. by Bjorn Terelius · 6 years ago
  12. 196100e Replace rtc::Optional with absl::optional by Danil Chapovalov · 6 years ago
  13. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  14. 7685e86 Pass the RtcEventLog instance to ICE via JsepTransportController. by Qingsi Wang · 6 years ago
  15. 1ef88ae Add kNumValues to IceCandidate* enums and move kUnknown to the front. by Qingsi Wang · 6 years ago
  16. 59b4e3e Split IceCandidatePairEventType enum. by Bjorn Terelius · 6 years ago
  17. 7a0bb00 Split LoggedBweProbeResult into -Success and -Failure. by Bjorn Terelius · 6 years ago
  18. 5ceb0d9 Fix bug that skips postprocessing after parsing a broken event log. by Bjorn Terelius · 6 years ago
  19. 9fe6df0 Fix confusion between enum types in event log parser. by Bjorn Terelius · 6 years ago
  20. d7a076c Minor type fix in RTC event logging for probing events. by Bjorn Terelius · 6 years ago
  21. c948fe6 Delete unneeded includes of call/video_config.h. by Niels Möller · 6 years ago
  22. 27e2b7d Plot NetEq stats in RTC event log visualizer. by Minyue Li · 6 years ago
  23. 25f0c20 Log probing bitrate and cluster id as int32 in event log. by Bjorn Terelius · 6 years ago
  24. c4ca1d3 Reland "Create new API for RtcEventLogParser." by Bjorn Terelius · 6 years ago
  25. 73df883 Make rtc_event_log_parser visible to other targets. by Bjorn Terelius · 6 years ago
  26. ff61273 Revert "Create new API for RtcEventLogParser." by Björn Terelius · 6 years ago
  27. 89aad9e Remove the limit on concurrent RtcEventLogImpl instances by Elad Alon · 6 years ago
  28. 9e336ec Create new API for RtcEventLogParser. by Bjorn Terelius · 6 years ago
  29. 6e9d895 Add missing includes checks.h/array_view.h by Danil Chapovalov · 6 years ago
  30. 4da18e8 compare Optional<unsigned> only to unsigned integers by Danil Chapovalov · 6 years ago
  31. e9d2e4d Provide the option of injecting rtc::TaskQueue when creating RtcEventLogImpl via factory methods. by Dino Radaković · 6 years ago
  32. 8d2c5a8 Detangling target dependencies in rtc_base_approved. by Tommi · 6 years ago
  33. 7696bef Remove the public_deps to fileutils from test_support. by Patrik Höglund · 6 years ago
  34. 56f9f0e Make task_queue_ injectable by wrapping it into a std::unique_ptr and adding an optional arg to the constructor of RtcEventLogImpl. by Dino Radaković · 6 years ago
  35. dd7e284 Reland "Enable and fix chromium clang warnings in rtp_rtcp test targets" by Danil Chapovalov · 6 years ago
  36. 01aa210 Revert "Enable and fix chromium clang warnings in rtp_rtcp test targets" by Oleh Prypin · 6 years ago
  37. 9486b11 Enable and fix chromium clang warnings in rtp_rtcp test targets by Danil Chapovalov · 6 years ago
  38. 12edf4c Separate build target for rtc_base/numerics/safe_minmax.h by Karl Wiberg · 6 years ago
  39. cf83ae0 Add extra RTC_CHECKs in RtcEventLog. by Bjorn Terelius · 6 years ago
  40. 1e06289 Delete macro RTC_ACCESS_ON, replaced by RTC_GUARDED_BY. by Niels Möller · 6 years ago
  41. 2a5ce2b Fix clang style errors in rtp_rtcp and dependant targets by Danil Chapovalov · 6 years ago
  42. 5c8622f Removing backwards compatible rtc_event_log_impl target. by Mirko Bonadei · 6 years ago
  43. 8eca1ff Reland "Structured ICE logging via RtcEventLog." by Qingsi Wang · 6 years ago
  44. f2594a4 Removing skvlad@ from logging/OWNERS. by Mirko Bonadei · 6 years ago
  45. 970b088 Reland "Break up rtc_event_log_api to solve circular dependencies." by Qingsi Wang · 6 years ago
  46. 75df728 Revert "Break up rtc_event_log_api to solve circular dependencies." by Mirko Bonadei · 6 years ago
  47. 78ac89b Revert "Structured ICE logging via RtcEventLog." by Mirko Bonadei · 6 years ago
  48. eed5aa8 Structured ICE logging via RtcEventLog. by Qingsi Wang · 6 years ago
  49. 001546d Break up rtc_event_log_api to solve circular dependencies. by Qingsi Wang · 7 years ago
  50. 65ce311 Removing useless dependencies on //testing/gmock. by Mirko Bonadei · 7 years ago
  51. 0a6a2b7 Remove dependency on system_wrappers from rtc_event_log. by Bjorn Terelius · 7 years ago
  52. 07b35bc Remove RtcEventLogEncoder::Encode method. by Bjorn Terelius · 7 years ago
  53. 9c68613 Update gn files to support Mozilla build by Dan Minor · 7 years ago
  54. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  55. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  56. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  57. 8e126fc Remove RtcEventLoggingStarted and RtcEventLoggingStopped events. by Bjorn Terelius · 7 years ago
  58. 731082c Reland: Add mock_rtc_event_log.h. by Patrik Höglund · 7 years ago
  59. 5a25ab2 Revert "Add mock_rtc_event_log.h." by Edward Lemur · 7 years ago
  60. 63aea46 Add mock_rtc_event_log.h. by Patrik Höglund · 7 years ago
  61. b3c210f Reland "New protobuf format for event log."""" by Mirko Bonadei · 7 years ago
  62. 6cfbc35 Revert "Revert "Revert "New protobuf format for event log.""" by Rasmus Brandt · 7 years ago
  63. ef8f420 Revert "Revert "New protobuf format for event log."" by Rasmus Brandt · 7 years ago
  64. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  65. 546373f Revert "New protobuf format for event log." by Rasmus Brandt · 7 years ago
  66. 99463c1 New protobuf format for event log. by Bjorn Terelius · 7 years ago
  67. 5cab6f1 Add method to encode a batch of RtcEvents. by Bjorn Terelius · 7 years ago
  68. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  69. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  70. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  71. 818d910 Stop using public_deps in logging/. by Mirko Bonadei · 7 years ago
  72. d4d3990 Change RtcEventLogOutputFile to use FILE* for i/o. by Niels Möller · 7 years ago
  73. b5728d9 Stop using public_deps in modules/rtp_rtcp. by Mirko Bonadei · 7 years ago
  74. a4259f6 Add new event type to RtcEventLog by Ilya Nikolaevskiy · 7 years ago
  75. a0e1a55 Stop using public_deps in the call module. by Mirko Bonadei · 7 years ago
  76. 5b86f0a Stop using ByteSize (deprecated) to get the size of a proto message. by Mirko Bonadei · 7 years ago
  77. f281853 Optional: Use nullopt and implicit construction in /logging by Oskar Sundbom · 7 years ago
  78. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  79. de93943 Revert "Revert "Encode log events periodically instead of for every event."" by Bjorn Terelius · 7 years ago
  80. 33c5c7f Revert "Encode log events periodically instead of for every event." by Zhi Huang · 7 years ago
  81. b154c27 Encode log events periodically instead of for every event. by Bjorn Terelius · 7 years ago
  82. 6581f21 Fix some missed stdlib includes by Oleh Prypin · 7 years ago
  83. 3d55ed6 Fix bug that applies wrong size limit to RtcEventLog history. by Bjorn Terelius · 7 years ago
  84. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  85. 2732bf5 Allow printing full packets in rtc_eventlog2text. by Bjorn Terelius · 7 years ago
  86. 449d295 Remove redundant unit tests for RtcEventLog. by Bjorn Terelius · 7 years ago
  87. 2bc93b0 Fix AudioLevel print-out in rtc_event_log2text by Elad Alon · 7 years ago
  88. 92a773d Prevent unbounded memory consumption through RtcEventLogImpl::config_history_ by Elad Alon · 7 years ago
  89. 15608c6 Prevent RtcEventLogTestHelper from crashing by Elad Alon · 7 years ago
  90. fa4c0c7 Print RTCP of unknown RTPFB and PSFB type in rtc_event_log2text. by Bjorn Terelius · 7 years ago
  91. 03967cd RtcEventLogOutputFile needs to reset file_ whenever the file is not successfully opened by Elad Alon · 7 years ago
  92. 8081073 Move RtcEventLogOutput to api/ by Elad Alon · 7 years ago
  93. 604c14d Reland "Remove deprecated functions from RtcEventLog" by Elad Alon · 7 years ago
  94. 8233bfe Reintroduce WritingToInactiveFileForbidden and DisallowUnreasonableFileSizeLimits by Elad Alon · 7 years ago
  95. d312a91 Revert "Remove deprecated functions from RtcEventLog" by Danil Chapovalov · 7 years ago
  96. 5fd6e5e Remove deprecated functions from RtcEventLog by Elad Alon · 7 years ago
  97. 28db266 Add simulation of receive-side bandwidth estimate to event_log_analyzer. by Bjorn Terelius · 7 years ago
  98. 83ccca1 Create and use RtcEventLogOutput for output by Elad Alon · 7 years ago
  99. 4a87e1c Remove encoding code from RtcEventLogImpl and use RtcEventLogEncoder instead by Elad Alon · 7 years ago
  100. 1d87b0e Create RtcEventLogEncoderLegacy by Elad Alon · 7 years ago