1. 0a5ed89 Adds remote estimates to rtc event log. by Sebastian Jansson · 5 years ago
  2. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  3. 16cb1f6 Stop using rtc_event.h forward header by Danil Chapovalov · 5 years ago
  4. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  5. 166b45d Adds route changes in event logs. by Sebastian Jansson · 5 years ago
  6. 40889f3 Removes TimeMicros interface from ThreadProcessingFakeClock. by Sebastian Jansson · 5 years ago
  7. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  8. f1c9e21 ClangTidy fixes for logging/ by Benjamin Wright · 6 years ago
  9. aec9794 Fix DCHECK when encoding GenericPacket* events using the legacy RTC event log format. by Piotr (Peter) Slatala · 6 years ago
  10. da825b1 Replace NOTREACHED with a break. by Piotr (Peter) Slatala · 6 years ago
  11. dfd5c4b Parse XR, FIR and PLI in rtc_event_log_parser.cc by Bjorn Terelius · 6 years ago
  12. 5e2aad1 Support GenericPacketReceived/Sent/AckReceived event logs. by Piotr (Peter) Slatala · 6 years ago
  13. f6adac8 Add rtc event generic packet sent and received. by Piotr (Peter) Slatala · 6 years ago
  14. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
  15. 733e087 Ignore duplicated incoming RTCP packets in RTC event log parser. by Bjorn Terelius · 6 years ago
  16. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
  17. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  18. 84ca69a Add RTC event logging of LossNotification RTCP messages by Elad Alon · 6 years ago
  19. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  20. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  21. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  22. b290a6d Renames RtcEventLogParseNew to RtcEventLogParser by Sebastian Jansson · 6 years ago
  23. ebb6777 Allow access to specific RTCP types in new format event log parser. by Bjorn Terelius · 6 years ago
  24. b3033c4 Add transaction id to candidate pair event log parser and encoder. by Zach Stein · 6 years ago
  25. 846dfdf Log DTLS writable changes to RtcEventLog by Zach Stein · 6 years ago
  26. c64078f Log DTLS state changes to RtcEventLog by Zach Stein · 6 years ago
  27. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  28. 2c977b4 Remove RSID from stream configs in new event log format. by Bjorn Terelius · 6 years ago
  29. e78b465 Add version and UTC time fields to RTC event log. by Bjorn Terelius · 6 years ago
  30. c42d624 Event log - Use ToUnsigned() and ToSigned() on timestamp_ms by Elad Alon · 6 years ago
  31. 19084f8 Event logs - encode N channels as N-1 by Elad Alon · 6 years ago
  32. f4a3f9c Add RtcEvent::timestamp_ms() by Elad Alon · 6 years ago
  33. 0b1b5c1 Hide RtcEvent members behind accessors by Elad Alon · 6 years ago
  34. eb809f3 Event logs - separate audio_level and voice_activity by Elad Alon · 6 years ago
  35. 56a4b32 Rename fields in rtc_event_log2.proto by Elad Alon · 6 years ago
  36. d95b0a2 Use delta-encoding in new WebRTC event logs by Elad Alon · 6 years ago
  37. ff43541 Delta compression efficiency improvement for non-existent base by Elad Alon · 6 years ago
  38. fdee701 Add parser and unittests for new RTC event log format. by Bjorn Terelius · 6 years ago
  39. c35096d Reland "Encode RTC event logs in new format." by Bjorn Terelius · 6 years ago
  40. 825f83b Revert "Encode RTC event logs in new format." by Mirko Bonadei · 6 years ago
  41. 257ed43 Add support for optional fields in FixedLengthDeltaEncoder by Elad Alon · 6 years ago
  42. ece3c22 Encode RTC event logs in new format. by Bjorn Terelius · 6 years ago
  43. 73f3917 Add support for signed deltas in FixedLengthDeltaEncoder by Elad Alon · 6 years ago
  44. cb21ffe Add blob-encoding support for RTC event logs by Elad Alon · 6 years ago
  45. 50b1e6b Add fixed-size delta-encoding/decoding code for WebRTC event logs by Elad Alon · 6 years ago
  46. d932fba Track padding and header size in log event. by Bjorn Terelius · 6 years ago
  47. 23e48fb Move expectations from eventlog unittests to helper functions. by Bjorn Terelius · 6 years ago
  48. 9d764e8 Removing clang:find_bad_constructs from logging (part 1). by Mirko Bonadei · 6 years ago
  49. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  50. 7750de9 Port RtcEventLog encoder unittests to the new parser API. by Bjorn Terelius · 6 years ago
  51. 1ef88ae Add kNumValues to IceCandidate* enums and move kUnknown to the front. by Qingsi Wang · 6 years ago
  52. 59b4e3e Split IceCandidatePairEventType enum. by Bjorn Terelius · 6 years ago
  53. 7a0bb00 Split LoggedBweProbeResult into -Success and -Failure. by Bjorn Terelius · 6 years ago
  54. c4ca1d3 Reland "Create new API for RtcEventLogParser." by Bjorn Terelius · 6 years ago
  55. ff61273 Revert "Create new API for RtcEventLogParser." by Björn Terelius · 6 years ago
  56. 9e336ec Create new API for RtcEventLogParser. by Bjorn Terelius · 6 years ago
  57. 4da18e8 compare Optional<unsigned> only to unsigned integers by Danil Chapovalov · 7 years ago
  58. cf83ae0 Add extra RTC_CHECKs in RtcEventLog. by Bjorn Terelius · 7 years ago
  59. 8eca1ff Reland "Structured ICE logging via RtcEventLog." by Qingsi Wang · 7 years ago
  60. 78ac89b Revert "Structured ICE logging via RtcEventLog." by Mirko Bonadei · 7 years ago
  61. eed5aa8 Structured ICE logging via RtcEventLog. by Qingsi Wang · 7 years ago
  62. 07b35bc Remove RtcEventLogEncoder::Encode method. by Bjorn Terelius · 7 years ago
  63. 8e126fc Remove RtcEventLoggingStarted and RtcEventLoggingStopped events. by Bjorn Terelius · 7 years ago
  64. 5cab6f1 Add method to encode a batch of RtcEvents. by Bjorn Terelius · 7 years ago
  65. a4259f6 Add new event type to RtcEventLog by Ilya Nikolaevskiy · 7 years ago
  66. f281853 Optional: Use nullopt and implicit construction in /logging by Oskar Sundbom · 7 years ago
  67. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  68. 6581f21 Fix some missed stdlib includes by Oleh Prypin · 7 years ago
  69. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  70. 449d295 Remove redundant unit tests for RtcEventLog. by Bjorn Terelius · 7 years ago
  71. 1d87b0e Create RtcEventLogEncoderLegacy by Elad Alon · 7 years ago