powerloader
powerloader copied to clipboard
Hide libcurl internally instead of wrapping
Fix #159
TODO:
Two points still need to be handled (maybe after completing powerloader integration in mamba? - mostly for the first one):
- [ ]
ssl_backend_tenum conversion to use outside powerloader. - [ ]
progress_callback_t = std::function<int(curl_off_t, curl_off_t)>indownload_target.hppis apparently used in mamba withstd::size_tinstead ofcurl_off_t. So I don't see whycurl_off_tis used here. If there is no specific reason, it should directly usestd::size_t.