Arvid Norberg

Results 1037 comments of Arvid Norberg

I believe this is a missing feature. The SAM connection is triggered by setting a SAM hostname and port in the settings.

sorry for the delay. I would be open to exposing an "official" way of adding certificates to the cert store. I think it would make sense to keep it simple....

Whatever you get back from `native_handle()` is not intended to have a stable API (nor ABI)

In your use case, you're adding a certificate to authenticate the web server, but is the web server also validating your client certificates? It seems odd to use SSL torrents...

the process for uploading the pypi wheels is define by this job https://github.com/arvidn/libtorrent/blob/RC_2_0/.github/workflows/cibuildwheel.yml Is there any chance that could be extended to also publish the arm64 wheels?

Are you trying to download a multi-file torrent and save the files into a directory other than the name of the torrent? you can rename all files to strip the...

would you expect such overloads to return an `optional`?

The behavior of (automatically) truncating files was changed. It's now up to the client to explicitly truncate files ([docs](https://libtorrent.org/single-page-ref.html#truncate-files)).

A hack to get this behaviour (I believe) would be to rename the files to a random name, that don't exist, before adding the torrent. It's not great though, and...

I'm pretty sure this will break the ABI. i.e. a client built against this patch will break when linked against the current 1.2.x library, and vice versa