Results 11 issues of m8mble

Forwards SSL-configuration to use system default directories for finding certificate authorities. Similar functionality is often desired / provided by similar SSL-context forwarding APIs, e.g. [boost ssl context][boost]. [boost]: https://www.boost.org/doc/libs/1_70_0/doc/html/boost_asio/reference/ssl__context.html

Identified by modern gcc. Issued on invocations of `strncpy` that could result in C-strings which are not null-terminated. Fixed by copying fewer chars.

I'm working on the documentation of a C++ project using doxygen, sphinx and breathe. My issue is based on the following piece of library code: ```cpp template constexpr bool throws(Func...

# Summary Support succeeding earlier - once sufficiently many succeeding measurement are available. This aligns the success criteria with the failure / error criteria. # Use Cases This would support...

enhancement
analysis

Commit can also be applied without conflicting the other open pull request.

Currently, this library neither offers tests, CI or releases (as versioned milestones). This would be beneficial for a variety of reasons - future adaptations to the functionality (without breaking anything)...

Fixes outstanding compilation issues under windows with MSVC. Depends on #11.

Support linking both statically and shared during the same build. This is done with a mechanism to the one used in `nghttp2` (which also supports this).

It can happen that a connection handler calls writefun when the connection is already destroyed. This causes bad_weak_ptr exceptions thrown from the server. Fix this issue by skipping the respective...