1. 13 Oct, 2020 2 commits
    • Jonah Williams's avatar
      [flutter_tools] do not measure progress timeout (#67959) · 9e70180f
      Jonah Williams authored
      Remove "This is taking a long time" progress timeout and TimeoutConfiguration.
      9e70180f
    • Jonah Williams's avatar
      [flutter_tools] verify checksum of downloaded artifacts (#67839) · ac751cc5
      Jonah Williams authored
      All of the network requests from google cloud storage include an x-goog-hash header which contains an MD5 checksum. If present, use to validate that the downloaded binary is valid. This will rule out corrupt files as the cause of getting started crashers in the flutter_tool.
      
      #38980
      
      This does not fully resolve the above issue, because while we can check if the checksum matches what was expected from cloud storage, this A) may not necessarily be present and B) may not match up to what should be uploaded as part of the engine build process.
      
      But when life gives you lemons you hash those lemons using an outdated hashing algorithm.
      ac751cc5
  2. 05 Oct, 2020 1 commit
  3. 15 Sep, 2020 2 commits
  4. 31 Aug, 2020 1 commit
  5. 25 Aug, 2020 1 commit