László Várady
László Várady
This PR makes `debugbreak` prefer `__builtin_debugtrap()` wherever it's available (clang). The code snippet I've used is @jwakely's work, I've added a signoff to my commit message to mark the original...
Shouldn't we re-enable `BXF_FORK_RESILIENCE` by default?
Hi, I'm opening this issue as an enhancement idea. `gcc >= 11` now defaults to DWARF 5, which makes `abi-dumper` fail due to the missing `debug_loc` section: ``` ERROR: invalid...
autoGainControl, echoCancellation, and noiseSuppression are audio processing options that are usually enabled by default on WebRTC input tracks. This PR adds the possibility to enable/disable them, as they can be...
autoGainControl, echoCancellation, and noiseSuppression are audio processing options that are usually enabled by default on WebRTC input tracks. This PR adds the possibility to enable/disable them, as they can be...
This PR adds OCSP stapling support for network destinations and for the `http()` module. When OCSP stapling verification is enabled, the server will be requested to send back OCSP status...
- `javah` has been removed from JDK 10, `javac -h` should be used instead - fix illegal reflection issue with Java 9+: The system class loader of syslog-ng has been...
# syslog-ng ## Version of syslog-ng current master (191c4fb5617c84fe420284fc993ba6b2ad907644) ## Platform Linux The threaded source and threaded fetcher unit tests started to crash occasionally. I can't reproduce the issue in...
These issues were found by building syslog-ng on macOS (ARM).
Hi, Last week, a migration path from mautrix-facebook to mautrix-meta was published by upstream: https://github.com/mautrix/docs/blob/master/bridges/go/meta/facebook-migration.md I couldn't find anything similar in the playbook, so I thought it might be worth...