Wolf Vollprecht

Results 446 issues of Wolf Vollprecht

@Klaim it's dirty and doesn't work but I tried to clean up our mirror issues a bit.

Note that this doesn't work on Github as they don't support chunked OCI uploads

In mamba, we've recently started to route verbose CURL output through `spdlog` thanks to the debug callback: https://github.com/mamba-org/mamba/blob/e5bb726e02a948f8e97e69a1e371dde6e8824823/libmamba/src/core/fetch.cpp#L218-L237 https://github.com/mamba-org/mamba/blob/e5bb726e02a948f8e97e69a1e371dde6e8824823/libmamba/src/core/fetch.cpp#L267-L269

We have a function to initialize SSL on the three different platforms when `ca-certificates` is _not_ installed in the same prefix. On Windows, we choose `schannel` (the native solution), on...

We currently have progress callback throttling implemented in `mamba` and also speed reporting. We could move both these things to `powerloader` and offer them as a augmented callback.

Each mirror should have their own authentication information. Ideally we can make this extensible so that for generic Mirrors we could have a BaseHTTPAuth handler. For mamba, we would implement...