- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Dec, 2021 1 commit
-
-
Yegor authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 13 Jul, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 53d8cba3.
-
- 12 Jul, 2021 1 commit
-
-
Jonah Williams authored
-
- 12 May, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 24 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 Feb, 2021 2 commits
-
-
Sam Rawlins authored
-
Jenn Magder authored
-
- 12 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 09 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 29 Jan, 2021 1 commit
-
-
Jonah Williams authored
-
- 28 Jan, 2021 2 commits
-
-
Jenn Magder authored
This reverts commit 547ed88a.
-
Jenn Magder authored
-
- 27 Jan, 2021 2 commits
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
Jonah Williams authored
Fixes #74772 stale files from previous SDKs were getting left in the cache, confusing the analyzer.
-
- 20 Jan, 2021 1 commit
-
-
Jonah Williams authored
-
- 01 Dec, 2020 1 commit
-
-
Jonah Williams authored
-
- 13 Oct, 2020 2 commits
-
-
Jonah Williams authored
Remove "This is taking a long time" progress timeout and TimeoutConfiguration.
-
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.
-
- 05 Oct, 2020 1 commit
-
-
Jonah Williams authored
Any File-derived IOSink may throw un-handleable async exceptions into the zone, see dart-lang/sdk#43663 . Instead, just write to a file with an append mode.
-
- 15 Sep, 2020 2 commits
-
-
Jonah Williams authored
Like the ProcessException thrown from zip running on a bad file, the tool should catch the ArchiveException thrown from windows implementation using package:archive.
-
Jonah Williams authored
Because the Status spinner was only created on setup, the second stop would asset/crash. Fixes #65449
-
- 31 Aug, 2020 1 commit
-
-
Jonah Williams authored
Exit the tool after a repeated network error to download. previously we were returning null and continuing on, leading to a ProcessException when we unzipped a missing file.
-
- 25 Aug, 2020 1 commit
-
-
Jonah Williams authored
-