-
```
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…
-
Hello, I've tried to install the sleepy lib on fedora. I ran the python script, it installed all the dependencies. I tried after to compile example0.cpp with g++.
I typed `g++ -std=c++11 -I ../../in…
-
Self explanatory. Use curlib? boost::asio? We would prefer to not use boost::asio in order to minimize external dependencies.
Is there a stable C++ library for reading remote files?
arq5x updated
11 years ago
-
Hi there. Thank you for the great library.
We are using websocketpp for the client connections and faced with the issue that is described at https://tools.ietf.org/html/rfc6555 document. When using `…
-
Websocketpp Version: Current development branch, head.
When using the websocketpp::config::asio_tls_client and handle_socket_init with something like:
void T::handle_socket_init(Connection, boost:…
-
With C++11, most functionality needed should be supported. Apart from asio of course, but since asio is available in non-boost version, perhaps cpp-netlib could be done in a non-boost version also ? :…
-
This apparently compiles fine, unexpected, with VS2013, but doesn't compile with mingw64 on msys2:
```
In function `asio::detail::win_iocp_socket_service_base::start_accept_op(asio::detail::win_iocp…
-
*@snahmad commented on May 22, 2018, 9:05 PM UTC:*
{214747} normal block at 0x03B52E90, 8 bytes long.
Data: < N > 88 D3 4E 00 00 00 00 00
{214746} normal block at 0x03B53210, 8 bytes long.
Data: 6C D…
ghost updated
3 years ago
-
Windows uses SEH for some exception handling. \boost\asio\detail\impl\win_mutex.ipp and \boost\asio\detail\impl\win_static_mutex.ipp has a __try statement which is not compatible with the sycl clang …
-
Move semantics support (and possibly other C++11 features) in Intel C++ is currently not detected in asio/asio/include/asio/detail/config.hpp
I tested compilation with Intel C++ 18 (__INTEL_COMPILE…