Alessandro Ghedini

Results 23 issues of Alessandro Ghedini

Just a little reminder for myself. It'd be nice to have a plugin that creates a new GitHub release on `dzil release`. See [the API docs](https://developer.github.com/v3/repos/releases/#create-a-release).

``` % sudo build/pflask --chroot=$HOME/local/rootfs -- /lib/systemd/systemd [✘] Child was terminated by signal '9' ``` Weirdly enough, running it inside bash works fine: ``` % sudo build/pflask --chroot=$HOME/local/rootfs -- bash...

Similarly to https://docs.serde.rs/serde_json/value/struct.RawValue.html (https://github.com/serde-rs/json/issues/355) it would be nice if `serde_yaml` provided a `RawValue` type that could be used to defer parsing of parts of YAML data. Thoughts?

Due to https://github.com/rust-lang/rust/pull/78802 we can't simply copy the binary representation of `SocketAddr` into `struct sockaddr*` and vice versa, so implement proper conversions.

This adds initial support for ECN, on both the receive and send sides. TODO: * [ ] Fetch ECN markings for incoming packets in apps. * [ ] Set ECN...

hold

This adds native support for certificate compression (RFC 8879), using brotli. Before, an application could only support this by providing its own BoringSSL SSL object, and only through the FFI...

See https://github.com/openresty/lua-nginx-module/pull/961

Sometimes it is useful to attach user probes before starting a process (e.g. see https://github.com/iovisor/bcc/issues/3834), however memleak currently requires a PID in order to enable user-space probing. This change adds...