1. 08 Jan, 2020 13 commits
  2. 06 Jan, 2020 16 commits
  3. 02 Jan, 2020 9 commits
  4. 20 Dec, 2019 2 commits
    • Fix handling of network transitions in RequirementsWatcher · 24a19264
      Issue: #6733
      PiperOrigin-RevId: 286621715
      olly committed
    • Enable blacklisting for HTTP 416 · f50ed8fd
      Where media segments are specified using byte ranges, it makes
      sense that a server might return 416 (which we don't consider
      for blacklisting) if the segment is unavailable, rather than
      the 404 (which we do consider for blacklisting) that we expect
      when media segments are only specified using a URL.
      
      Issue: #6775
      PiperOrigin-RevId: 286620698
      olly committed