Guillem Jover
Guillem Jover
It can be configured to directly export Prometheus metrics.
The smaps parser has multiple problems: 1. It is checking the length of the blocks, but we are allocating initialized entries so `len(blocks)` will never be 0, so we end...
The latest liburing release seems to be breaking the ABI, by deprecating the kring_mask and kring_entries members by the new ring_mask and ring_entries, used by the inline functions. The problem...
These patches add support to optionally use system libraries instead of the vendored (or embedded) projects. This was requested in #493. I'm sending what I've got for now to avoid...
The commit to add support to use the system hiredis entangled the TLS and hiredis system ussage, but while related, the TLS support is not conditional on whether we use...
This is a first pass to try to clarify and cleanup the licensing issues I noticed and reported in #2092, there are still a few things to clean up and...
It looks like the outbound mail server being used from Amazon, has weak TLS support, which is interesting given the purpose of this effort. :) This is the log I...
Was trying gosop for an unrelated issue, I noticed that it cannot handle the current Debian keyring. With the current version in Debian unstable, that is gosop 0.1.0, when running...
This PR shuffles things around so that the function wrappers are isolated into their own module, to avoid being affected by the system stdio API declarations from the header. This...