stffabi
stffabi
### Is your feature request related to a problem? Please describe. WebKitGTK 2.36+ brings support for several new features when processing requests from the frontend, like response status codes, headers,...
**- What I did** Make sure the "service stop" commands tries to gracefully stop the task. Currently the task was immediately killed, this is especially a problem if e.g. the...
Currently LinuxKit doesn't provide any way to gracefully stop containerd services during a shutdown. During a shutdown (poweroff, reboot, halt) currently only onshutdown containers will be run, but the services...
It seems like it's possible that during the processing of bpf_callback sometimes set_bpf_tap is called which then deadlocks BPF in the kernel. This manifests in different problems on the network...
During porting of the loader to Go for Wails, I've encountered some inconsistency between the implementation and the official documentation. In the official docs of [CreateCoreWebView2EnvironmentWithOptions](https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/webview2-idl?view=webview2-1.0.1343.22#createcorewebview2environmentwithoptions) Microsoft states: > pass...
This PR makes it possible to use classic BPF programs to be applied to a BPF Filter, without the need to load a eBPF program.
Fixes [TW-54098](https://youtrack.jetbrains.com/issue/TW-54098)
Add assembly optimized versions for ChaCha20 and Poly1305 crypto algorithms for MIPSLE. The algorithms have been ported from other ASM implementations, both of which are dual licensed under “GPL-2.0 OR...