1. ac0a4cb Reland "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" by Niels Möller · 4 years, 10 months ago
  2. ef0627f Revert "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" by Mirko Bonadei · 4 years, 10 months ago
  3. fbde32e Fix GetStats bytesSent/Received, wireup headerBytesSent/Received by Niels Möller · 4 years, 10 months ago
  4. bbeb109 Reporting audio device underrun counter by Alex Narest · 5 years ago
  5. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  6. efe4c92 Use RtpSender/RtpReceiver track ID for legacy GetStats by Steve Anton · 5 years ago
  7. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  8. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/statscollector.h]
  9. a41959e [Unified Plan] Fix old GetStats() not associating track id by Steve Anton · 6 years ago
  10. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  11. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  12. c392866 Implement certificate chain stats. by Taylor Brandstetter · 6 years ago
  13. 72a43a1 Collect packet loss and RTT stats of STUN binding requests. by Qingsi Wang · 6 years ago
  14. b886711 Prepare StatsCollector to work with RtpTransceivers by Steve Anton · 6 years ago
  15. 2d8609c Move internal PeerConnection methods to PeerConnectionInternal by Steve Anton · 7 years ago
  16. 75ceef2 Pivot old stats generation to iterate senders/receivers by Harald Alvestrand · 7 years ago
  17. 7411648 Remove SessionStats.proxy_to_transport by Steve Anton · 7 years ago
  18. ae02609 Add parallel stats interface with optional stats to APM. by Ivo Creusen · 7 years ago
  19. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  20. d5585ca Move almost all references from WebRtcSession to PeerConnection by Steve Anton · 7 years ago
  21. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  22. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/statscollector.h]
  23. f79ade1 Revert "Revert of Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. (patchset #8 id:140001 of https://codereview.webrtc.org/2863123002/ )" by stefan · 7 years ago
  24. d72098a Revert of Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. (patchset #8 id:140001 of https://codereview.webrtc.org/2863123002/ ) by charujain · 7 years ago
  25. e80f4c9 Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. by Stefan Holmer · 7 years ago
  26. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (97%) from webrtc/api/statscollector.h]
  27. e9e94c3 Return false if PeerConnection::GetStats() is called on invalid tracks by zhihuang · 8 years ago
  28. e29352b Refactor certificate stats collection, added SSLCertificateStats. by hbos · 8 years ago
  29. fcc640f Get VideoCapturer stats via VideoTrackSourceInterface in StatsCollector, by nisse · 8 years ago
  30. b24317b Fix license headers in webrtc/api. by kjellander · 8 years ago
  31. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 8 years ago[Renamed (95%) from talk/app/webrtc/statscollector.h]
  32. 726b1f7 Removed dummy "mediastreamsignaling.h" by perkj · 9 years ago
  33. d59daf8 Merging BaseSession code into WebRtcSession. by deadbeef · 9 years ago
  34. ab9b2d1 Reland of Moving MediaStreamSignaling logic into PeerConnection. (patchset #1 id:1 of https://codereview.webrtc.org/1403633005/ ) by deadbeef · 9 years ago
  35. fc648b6 Revert of Moving MediaStreamSignaling logic into PeerConnection. (patchset #10 id:180001 of https://codereview.webrtc.org/1393563002/ ) by deadbeef · 9 years ago
  36. 97c3929 Moving MediaStreamSignaling logic into PeerConnection. by deadbeef · 9 years ago
  37. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  38. be24c94 Set / verify stats report timestamps. by jbauch · 9 years ago
  39. d390029 Use a variant for storing stats values in StatsCollector code. by tommi@webrtc.org · 9 years ago
  40. 92f4018 Start using std::map for Values in the statscollector. This is in preparaton for more work which will cut down on the string copying work we do. by tommi@webrtc.org · 9 years ago
  41. 322a564 Fix datachannel stats id and timestamp. by decurtis@webrtc.org · 9 years ago
  42. 4fb7e25 Update StatsReport and by extension StatsCollector to reduce data copying. by tommi@webrtc.org · 10 years ago
  43. 5f93d0a Update libjingle license statements at top of talk files for consistency by jlmiller@webrtc.org · 10 years ago
  44. 487a444 Add stats collection for the data channel. by decurtis@webrtc.org · 10 years ago
  45. 950c518 Add adapter_type into Candidate object. by guoweis@webrtc.org · 10 years ago
  46. 55360ae Revert "Add adapter_type into Candidate object." by guoweis@webrtc.org · 10 years ago
  47. aaf02cc Add adapter_type into Candidate object. by guoweis@webrtc.org · 10 years ago
  48. 69bc5a3 Add thread asserts to StatsCollector. by tommi@webrtc.org · 10 years ago
  49. fb108b5 Revert r7885. by pbos@webrtc.org · 10 years ago
  50. 8c9d79a Add adapter_type into Candidate object. by guoweis@webrtc.org · 10 years ago
  51. 5b06b06 Revert 6897 (i.e. Reland 6863) - "Revert 6863 "Refactor StatsCollector and associated..." by tommi@webrtc.org · 10 years ago
  52. 22fa032 Revert 6863 "Refactor StatsCollector and associated types." by niklas.enbom@webrtc.org · 10 years ago
  53. 730bf30 Refactor StatsCollector and associated types. by tommi@webrtc.org · 10 years ago
  54. d4e598d (Auto)update libjingle 72097588-> 72159069 by buildbot@webrtc.org · 10 years ago
  55. 185636c Revert of 6778 "Refactor StatsCollector and associated types." Breakes FYI bots. by henrike@webrtc.org · 10 years ago
  56. 190d269 Refactor StatsCollector and associated types. by tommi@webrtc.org · 10 years ago
  57. 39f831f Re-revert of 6747 "Refactor StatsCollector and associated types." by henrike@webrtc.org · 10 years ago
  58. 437d57d (Auto)update libjingle 71775619-> 71778545 by buildbot@webrtc.org · 10 years ago
  59. 8c7e329 Revert 6747 "Refactor StatsCollector and associated types." Breakes FYI bots. by henrike@webrtc.org · 10 years ago
  60. 756b846 Refactor StatsCollector and associated types. by tommi@webrtc.org · 10 years ago
  61. fd61a1d Revert 6745 "Refactor StatsCollector and associated types." by tommi@webrtc.org · 10 years ago
  62. 647e05c Refactor StatsCollector and associated types. by tommi@webrtc.org · 10 years ago
  63. 4721895 Minor refactoring of StatsCollector. by tommi@webrtc.org · 10 years ago
  64. 03505bc Make StatsCollector depend on always having a valid session pointer. by tommi@webrtc.org · 10 years ago
  65. 01bda20 Fixed the stats problem when new track is using the same ssrc as the previous track. by xians@webrtc.org · 10 years ago
  66. ecb8723 Change Timing::WallTimeNow to be static. by tommi@webrtc.org · 10 years ago
  67. 4cb0128 Fixed GetStats when local and remote track are using the same ssrc. by xians@webrtc.org · 10 years ago
  68. 40b3b68 Update libjingle 62364298->62472237 by henrike@webrtc.org · 10 years ago
  69. b9a088b Update talk to 61538839. by wu@webrtc.org · 10 years ago
  70. 97077a3 Update libjingle to 55618622. Update libyuv to r826. by wu@webrtc.org · 11 years ago
  71. 4551b79 Update libjingle to 53920541. by wu@webrtc.org · 11 years ago
  72. 28e2075 Adds trunk/talk folder of revision 359 from libjingles google code to trunk/talk by henrike@webrtc.org · 11 years ago