You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/vcpkg/base/curl.h
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,9 @@
4
4
5
5
VCPKG_MSVC_WARNING(push)
6
6
// note: disable warning triggered by curl headers
7
-
// ws2tcpip.h(968): warning C6101: Returning uninitialized memory '*Mtu': A successful path through the function does not set the named _Out_ parameter.
8
-
VCPKG_MSVC_WARNING(disable: 6101)
7
+
// ws2tcpip.h(968): warning C6101: Returning uninitialized memory '*Mtu': A successful path through the function does
Copy file name to clipboardExpand all lines: locales/messages.json
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -502,7 +502,6 @@
502
502
"CmdUpdateRegistrySynopsis": "Re-downloads an artifact registry",
503
503
"CmdUpgradeOptNoDryRun": "Actually upgrade",
504
504
"CmdUpgradeOptNoKeepGoing": "Stop installing packages on failure",
505
-
"CmdUploadMetricsDeleteFileAfterUpload": "Delete metrics payload file after upload",
506
505
"CmdUseExample1": "vcpkg use <artifact name>",
507
506
"_CmdUseExample1.comment": "This is a command line, only the <artifact name> part should be localized.",
508
507
"CmdUseSynopsis": "Activate a single artifact in this shell",
@@ -561,18 +560,18 @@
561
560
"CreatingZipArchive": "Creating zip archive...",
562
561
"CreationFailed": "Creating {path} failed.",
563
562
"_CreationFailed.comment": "An example of {path} is /foo/bar.",
564
-
"CurlFailedGeneric": "curl operation failed with error code {exit_code} ({error_msg}).",
565
-
"_CurlFailedGeneric.comment": "curl is the name of a program, see curl.se. An example of {exit_code} is 127. An example of {error_msg} is File Not Found.",
563
+
"CurlFailedGeneric": "curl operation failed with error code {exit_code}",
564
+
"_CurlFailedGeneric.comment": "curl is the name of a program, see curl.se. An example of {exit_code} is 127.",
566
565
"CurlFailedGenericNoRetryAddendum": "This is a non-transient error, won't retry downloading from {url}.",
567
566
"_CurlFailedGenericNoRetryAddendum.comment": "curl is the name of a program, see curl.se. An example of {url} is https://github.com/microsoft/vcpkg.",
568
-
"CurlFailedGenericWithRetry": "curl operation failed with error code {exit_code} ({error_msg}) retry {count} of {value}.",
569
-
"_CurlFailedGenericWithRetry.comment": "curl is the name of a program, see curl.se. {value} is the maximum amount of retries. An example of {exit_code} is 127. An example of {error_msg} is File Not Found. An example of {count} is 42.",
570
567
"CurlFailedHttpResponse": "curl operation failed with HTTP response code {exit_code}.",
571
568
"_CurlFailedHttpResponse.comment": "curl is the name of a program, see curl.se. An example of {exit_code} is 127.",
572
569
"CurlFailedHttpResponseWithRetry": "curl operation failed with HTTP response code {exit_code} retry {count} of {value}.",
573
570
"_CurlFailedHttpResponseWithRetry.comment": "curl is the name of a program, see curl.se. {value} is the maximum amount of retries. An example of {exit_code} is 127. An example of {count} is 42.",
574
-
"CurlFailedToPutHttp": "curl failed to put file to {url} with exit code {exit_code} ({error_msg}) and http code {value}.",
575
-
"_CurlFailedToPutHttp.comment": "curl is the name of a program, see curl.se. {value} is an HTTP status code An example of {exit_code} is 127. An example of {error_msg} is File Not Found. An example of {url} is https://github.com/microsoft/vcpkg.",
571
+
"CurlFailedTimeoutRetry": "The operation timed out retry {count} of {value}.",
572
+
"_CurlFailedTimeoutRetry.comment": "{count} is the current retry atttempt, {value} is the maximum amount of retries. An example of {count} is 42.",
573
+
"CurlFailedToPut": "curl failed to PUT file to {url} with response code {value}.",
574
+
"_CurlFailedToPut.comment": "curl is the name of a program, see curl.se. {value} is an HTTP status code An example of {url} is https://github.com/microsoft/vcpkg.",
576
575
"CurrentCommitBaseline": "You can use the current commit as a baseline, which is:\n\t\"builtin-baseline\": \"{commit_sha}\"",
577
576
"_CurrentCommitBaseline.comment": "An example of {commit_sha} is 7cfad47ae9f68b183983090afd6337cd60fd4949.",
578
577
"CycleDetectedDuring": "cycle detected during {spec}:",
0 commit comments