Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Hide libcurl internally instead of wrapping #168

Draft
Hind-M wants to merge 5 commits intomamba-org:mainfrom
Hind-M:libcurl_v2
Draft

Hide libcurl internally instead of wrapping #168
Hind-M wants to merge 5 commits intomamba-org:mainfrom
Hind-M:libcurl_v2

Conversation

@Hind-M
Copy link
Copy Markdown
Member

@Hind-M Hind-M commented Feb 16, 2023

Fix #159

TODO:

Two points still need to be handled (maybe after completing powerloader integration in mamba? - mostly for the first one):

  • ssl_backend_t enum conversion to use outside powerloader.
  • progress_callback_t = std::function<int(curl_off_t, curl_off_t)> in download_target.hpp is apparently used in mamba with std::size_t instead of curl_off_t. So I don't see why curl_off_t is used here.
    If there is no specific reason, it should directly use std::size_t.

@Hind-M Hind-M self-assigned this Feb 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make libcurl a private dependency

1 participant