aboutsummaryrefslogtreecommitdiff
path: root/talk/app/webrtc/statscollector.cc
AgeCommit message (Expand)Author
2015-12-18Expose codec implementation names in stats.Peter Boström
2015-11-28Don't overwrite audio stats when they're not available.andrew
2015-11-19Reland Convert internal representation of Srtp cryptos from string to intGuo-wei Shieh
2015-11-19Revert of Convert internal representation of Srtp cryptos from string to int....guoweis
2015-11-19Convert internal representation of Srtp cryptos from string to int.guoweis
2015-10-14Merging BaseSession code into WebRtcSession.deadbeef
2015-10-14Reland of Moving MediaStreamSignaling logic into PeerConnection. (patchset #1...deadbeef
2015-10-13Revert of Moving MediaStreamSignaling logic into PeerConnection. (patchset #1...deadbeef
2015-10-13Moving MediaStreamSignaling logic into PeerConnection.deadbeef
2015-10-07Use suffixed {uint,int}{8,16,32,64}_t types.Peter Boström
2015-10-05Convert uint16_t to int for WebRTC cipher/crypto suite.Guo-wei Shieh
2015-10-01Reland Change WebRTC SslCipher to be exposed as number onlyGuo-wei Shieh
2015-10-01Revert of Change WebRTC SslCipher to be exposed as number only. (patchset #20...guoweis
2015-10-01Change WebRTC SslCipher to be exposed as number only.guoweis
2015-09-23Reland of TransportController refactoring. (patchset #1 id:1 of https://coder...deadbeef
2015-09-23Revert of TransportController refactoring. (patchset #6 id:100001 of https://...torbjorng
2015-09-22TransportController refactoring.deadbeef
2015-09-21Replace readable with receiving where receiving means receiving anything (stu...Peter Thatcher
2015-09-21Revert of Replace readable with receiving where receiving means receiving any...tommi
2015-09-21Replace readable with receiving where receiving means receiving anything (stu...honghaiz
2015-09-18Revert "TransportController refactoring."Guo-wei Shieh
2015-09-18TransportController refactoring.deadbeef
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-08Replacing SSLIdentity* with scoped_refptr<RTCCertificate> in TransportChannel...Henrik Boström
2015-08-28Wire up currently-received video codec to stats.pbos
2015-08-27Replaces SSLIdentity* with scoped_refptr<RTCCertificate> in the cricket::Tran...Henrik Boström
2015-06-22Set / verify stats report timestamps.jbauch
2015-06-02Route time-stretching metrics through libjingleHenrik Lundin
2015-03-27Remove unused non-standard capture stats.Peter Boström
2015-03-24rtc::Buffer: Rename length to size, for conformance with the STLkwiberg@webrtc.org
2015-03-16Move from BaseSession::GetStats to WebRtcSession::GetTransportStatspthatcher@webrtc.org
2015-03-16Change StatsCollector to use DCHECK instead of ASSERT.tommi@webrtc.org
2015-03-12Use a variant for storing stats values in StatsCollector code.tommi@webrtc.org
2015-03-04Start using std::map for Values in the statscollector. This is in preparaton ...tommi@webrtc.org
2015-03-04Remove GetReceiveBandwidthEstimatorStats.pbos@webrtc.org
2015-03-04Expose negotiated ciphers through stats API.pthatcher@webrtc.org
2015-02-18Adding two new stats to StatsReport.minyue@webrtc.org
2015-02-12Makes libjingle_peerconnection_android_unittest run on networkless devices.phoglund@webrtc.org
2015-02-03Fix datachannel stats id and timestamp.decurtis@webrtc.org
2015-01-21Update StatsReport and by extension StatsCollector to reduce data copying.tommi@webrtc.org
2015-01-20Update libjingle license statements at top of talk files for consistencyjlmiller@webrtc.org
2015-01-19Update StatsCollector's interface in preparation of more changes.tommi@webrtc.org
2015-01-19Revert 8095 "Update StatsCollector's interface in preparation of..."tommi@webrtc.org
2015-01-19Update StatsCollector's interface in preparation of more changes.tommi@webrtc.org
2015-01-15Add stats collection for the data channel.decurtis@webrtc.org
2014-12-16Add adapter_type into Candidate object.guoweis@webrtc.org
2014-12-16Revert "Add adapter_type into Candidate object."guoweis@webrtc.org
2014-12-15Add adapter_type into Candidate object.guoweis@webrtc.org
2014-12-15Add thread asserts to StatsCollector.tommi@webrtc.org
2014-12-15Revert r7885.pbos@webrtc.org