aboutsummaryrefslogtreecommitdiff
path: root/logging
AgeCommit message (Expand)Author
2018-09-13Remove all remaining non-test uses of std::stringstream.Jonas Olsson
2018-09-12Avoid wrong parsing of padding length and its use in NetEq simulation.Minyue Li
2018-09-11Frame marking RTP header extension (PART 1: implement extension)Johnny Lee
2018-09-05Remove clang:find_bad_constructs suppression from logging (part 1).Mirko Bonadei
2018-08-10Print timestamp-to-UTC map when event_log starts.Bjorn Terelius
2018-08-07Remove memcheck.Mirko Bonadei
2018-07-25Delete root header file typedef.h.Niels Möller
2018-07-23Fix paths that were trying to go above the root by using too many "../.."Oleh Prypin
2018-07-18Removing clang:find_bad_constructs from logging (part 1).Mirko Bonadei
2018-07-05Use absl::make_unique and absl::WrapUnique directlyKarl Wiberg
2018-07-04Make rtc_event_log2text work on stdin if no input file specifiedElad Alon
2018-06-28Port RtcEventLog encoder unittests to the new parser API.Bjorn Terelius
2018-06-28Add return after NOT_REACHED() in eventlog unittest.Bjorn Terelius
2018-06-26Style fixes in event log unittest.Bjorn Terelius
2018-06-26Rewrite the RtcEventLog unit test.Bjorn Terelius
2018-06-21Replace rtc::Optional with absl::optionalDanil Chapovalov
2018-06-19Reformat the WebRTC code baseYves Gerey
2018-06-12Pass the RtcEventLog instance to ICE via JsepTransportController.Qingsi Wang
2018-06-08Add kNumValues to IceCandidate* enums and move kUnknown to the front.Qingsi Wang
2018-05-31Split IceCandidatePairEventType enum.Bjorn Terelius
2018-05-29Split LoggedBweProbeResult into -Success and -Failure.Bjorn Terelius
2018-05-29Fix bug that skips postprocessing after parsing a broken event log.Bjorn Terelius
2018-05-26Fix confusion between enum types in event log parser.Bjorn Terelius
2018-05-25Minor type fix in RTC event logging for probing events.Bjorn Terelius
2018-05-18Delete unneeded includes of call/video_config.h.Niels Möller
2018-05-07Plot NetEq stats in RTC event log visualizer.Minyue Li
2018-05-04Log probing bitrate and cluster id as int32 in event log.Bjorn Terelius
2018-04-27Reland "Create new API for RtcEventLogParser."Bjorn Terelius
2018-04-26Make rtc_event_log_parser visible to other targets.Bjorn Terelius
2018-04-25Revert "Create new API for RtcEventLogParser."Björn Terelius
2018-04-25Remove the limit on concurrent RtcEventLogImpl instancesElad Alon
2018-04-25Create new API for RtcEventLogParser.Bjorn Terelius
2018-04-10Add missing includes checks.h/array_view.hDanil Chapovalov
2018-04-07compare Optional<unsigned> only to unsigned integersDanil Chapovalov
2018-03-20Provide the option of injecting rtc::TaskQueue when creating RtcEventLogImpl ...Dino Radaković
2018-03-19Detangling target dependencies in rtc_base_approved.Tommi
2018-03-16Remove the public_deps to fileutils from test_support.Patrik Höglund
2018-03-15Make task_queue_ injectable by wrapping it into a std::unique_ptr and adding ...Dino Radaković
2018-03-09Reland "Enable and fix chromium clang warnings in rtp_rtcp test targets"Danil Chapovalov
2018-03-09Revert "Enable and fix chromium clang warnings in rtp_rtcp test targets"Oleh Prypin
2018-03-09Enable and fix chromium clang warnings in rtp_rtcp test targetsDanil Chapovalov
2018-03-07Separate build target for rtc_base/numerics/safe_minmax.hKarl Wiberg
2018-02-27Add extra RTC_CHECKs in RtcEventLog.Bjorn Terelius
2018-02-07Delete macro RTC_ACCESS_ON, replaced by RTC_GUARDED_BY.Niels Möller
2018-02-07Fix clang style errors in rtp_rtcp and dependant targetsDanil Chapovalov
2018-02-06Removing backwards compatible rtc_event_log_impl target.Mirko Bonadei
2018-02-02Reland "Structured ICE logging via RtcEventLog."Qingsi Wang
2018-02-02Removing skvlad@ from logging/OWNERS.Mirko Bonadei
2018-02-01Reland "Break up rtc_event_log_api to solve circular dependencies."Qingsi Wang
2018-01-31Revert "Break up rtc_event_log_api to solve circular dependencies."Mirko Bonadei