1. 27 Apr, 2022 1 commit
  2. 02 Dec, 2021 1 commit
  3. 08 Oct, 2021 3 commits
  4. 13 Jul, 2021 1 commit
  5. 12 Jul, 2021 1 commit
  6. 12 May, 2021 1 commit
  7. 12 Apr, 2021 1 commit
  8. 06 Mar, 2021 1 commit
  9. 24 Feb, 2021 1 commit
  10. 18 Feb, 2021 2 commits
  11. 12 Feb, 2021 1 commit
  12. 09 Feb, 2021 1 commit
  13. 29 Jan, 2021 1 commit
  14. 28 Jan, 2021 2 commits
  15. 27 Jan, 2021 2 commits
  16. 20 Jan, 2021 1 commit
  17. 01 Dec, 2020 1 commit
  18. 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
  19. 05 Oct, 2020 1 commit
  20. 15 Sep, 2020 2 commits
  21. 31 Aug, 2020 1 commit
  22. 25 Aug, 2020 1 commit