1. 54199f9 Ensure a second probe can be sent immediately by Per K · 2 years ago
  2. d742382 Limit numer of pending probes. by Per Kjellander · 2 years, 4 months ago
  3. bd0e8ef Make it possible to set the packet size needed to trigger a probe. by Per Kjellander · 2 years, 6 months ago
  4. ffd99aa Set default for field value "WebRTC-Bwe-ProbingBehavior/min_probe_delta:2ms" by Per Kjellander · 2 years, 7 months ago
  5. a204ad2 clean up misc TimeDelta use by Philipp Hancke · 2 years, 7 months ago
  6. 88af203 Use ProbeClusterConfig in BitrateProber from GoogCC by Per Kjellander · 2 years, 10 months ago
  7. b9d3809 Allows bitrate prober to discard delayed probes, unit type refactorings by Erik Språng · 4 years, 8 months ago
  8. 4bdd873 Make BitrateProber::IsProbing() inline. by Erik Språng · 5 years ago
  9. cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 5 years ago
  10. 5528402 Use newer version of TimeDelta and TimeStamp factories in modules/ by Danil Chapovalov · 5 years ago
  11. b210eeb Reland "Refactors BitrateProber with unit types and absolute probe time." by Erik Språng · 5 years ago
  12. bb56d4b Revert "Refactors BitrateProber with unit types and absolute probe time." by Erik Språng · 5 years ago
  13. 739a5b3 Refactors BitrateProber with unit types and absolute probe time. by Erik Språng · 5 years ago
  14. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  15. 24923e8 Make some constants in the bitrate prober configurable. by Jonas Olsson · 6 years ago
  16. c39f462 Move RtcEventProbeClusterCreated to the network controller. by Piotr (Peter) Slatala · 6 years ago
  17. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  18. 8584667 Fix overflow for high bitrates in BitrateProber by Johannes Kron · 6 years ago
  19. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  20. adf4c16 Removed Reset from BitrateProber. by srte · 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/modules/pacing/bitrate_prober_unittest.cc]
  23. c7bf32a Propagate packet pacing information to SenTimeHistory. by philipel · 8 years ago
  24. 0e3213a Fix bug in BitrateProber where an old probe added at a high bitrate will stay active indefinitely if the bandwidth estimate becomes too low to probe at that bitrate. by Stefan Holmer · 8 years ago
  25. f00497c Improve bitrate probing for the audio-only case. by stefan · 8 years ago
  26. 6dbbd89 Fix BitrateProber to match the requested bitrate more precisely by sergeyu · 8 years ago
  27. ebfbc8e Revert of Fix BitrateProber to match the requested bitrate more precisely (patchset #4 id:60001 of https://codereview.webrtc.org/2613543003/ ) by sprang · 8 years ago
  28. 599c501 Fix BitrateProber to match the requested bitrate more precisely by sergeyu · 8 years ago
  29. fd58b61 BitrateProber::CreateProbeCluster now only accept one parameter (bitrate_bps). by philipel · 8 years ago
  30. cc5903e BitrateProber: Support higher probing bitrates by isheriff · 8 years ago
  31. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  32. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  33. eb680ea CongestionController::SetBweBitrates may now trigger probing. by philipel · 9 years ago
  34. 4a1ec1e Added ProbeBitrate(bitrate_bps, num_probes) to BitrateProber. by philipel · 9 years ago
  35. 6e11efa Bitrate prober and paced sender improvements by Irfan Sheriff · 9 years ago
  36. dd32486 Bitrate prober now keep track of probing cluster id. by philipel · 9 years ago
  37. 0453ef8 Prevent busy-looping PacedSender on small packets. by Peter Boström · 9 years ago
  38. e9f0f59 Enable bitrate probing by default in PacedSender. by stefan@webrtc.org · 10 years ago
  39. d839e0a Reduce to 2 probes when probing for initial bandwidth. by stefan@webrtc.org · 10 years ago
  40. 82462aa Adds support for sending first set of packets at increasingly higher bitrates to probe the link and faster ramp up to a high bitrate. by stefan@webrtc.org · 10 years ago