Discussion:
Vcpkg uses curl
Gisle Vanem
2018-07-20 09:29:23 UTC
Permalink
Something for adding to:
https://curl.haxx.se/docs/companies.html

In case you didn't know, Microsoft is using curl
in it's Vcpkg Library/Package Manager. For download of packages:
https://github.com/Microsoft/vcpkg/blob/master/toolsrc/src/vcpkg/base/downloads.cpp#L137

And for uploading "Metrics":
https://github.com/Microsoft/vcpkg/blob/master/toolsrc/src/vcpkg/metrics.cpp#L445

But for Windows it uses WinHTTP.
--
--gv
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: htt
Daniel Stenberg
2018-07-20 13:03:00 UTC
Permalink
Post by Gisle Vanem
https://curl.haxx.se/docs/companies.html
Thanks, I've now expanded the page with details of what Microsoft uses curl
and libcurl for.
--
/ daniel.haxx.se
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette
Loading...