-
```
qbittorrent hanged at exit. I have been waiting for several minutes and it
still hangs.
Linux Ubuntu 14.04 64-bit. libtorrent 1.0.x r10529. Boost 1.54.
(gdb) thread apply all bt
Thread 9 (Thre…
-
In cpp side, I come up with following ways:
- `std`: C++11 provides `std::async` and `std::future`, C++20 provides `coroutine`. We can expose API compatible with the standard library. Cons: Maybe we …
-
Hello.
Exceptions in `mailio` often don't seem to be very informative, e.g.:
`throw message_error("Parsing failure of the message ID.");`
or
`throw pop3_error("Parser failure.");`
which unfortuna…
-
Hi,
i'm trying to compile boost-1.76.0 on aarch64 with LLVM/clang-12.x. and it due to this error:
```
clang-linux.compile.c++.without-pch bin.v2/libs/log/build/clang-linux-12.0.1/release/debug-…
-
```
What steps will reproduce the problem?
#Checkout latest sources from sf:
svn checkout svn://svn.code.sf.net/p/libtorrent/code/trunk libtorrent-trunk
cd libtorrent-trunk/
#configure and make
./aut…
-
I made some fixes for cbaeee1611eea5192f9b20df26168fda23a304f1
```
git diff
diff --git a/src/bttrackers.cpp b/src/bttrackers.cpp
index 59016db..c8b8194 100644
--- a/src/bttrackers.cpp
+++ b/src/bttra…
-
To reproduce:
main.cpp
```
#include
#include
```
compile with:
```
/usr/bin/c++ -std=gnu++23 -c main.cpp
```
Error output:
```
[build] In file included from .../include/boost/asio/…
-
```
This assert occurs quite often on my machine. qbittorrent 3.2.0alpha.
libtorrent 1.0 r10791. As it seems limit 50 is quite arbitrary I'm going to
raise it and see if it works.
assertion failed.…
-
I'm trying to write a program that subscribes to a keyspace change pattern. If it detects that a key has changed, I'd like to know which specific key it was. I began with ``redisclient-0.6.1/example…
-
The way to make key file and crt file:
#generate ca key
openssl genrsa -out ca.key 2048
#generate ca crt
openssl req -new -x509 -days 36500 -key ca.key -out ca.crt
###########################…