delthas
delthas
This enables a best-effort, two-step resolution when a resolver is configured: - if the DNS resolver returns any domain, that record is used with its corresponding TTL - otherwise, the...
Hi, Just opening this issue for anyone that needs to compile this on Ubuntu 18.04. Compiling dvd_info requires automake 1.16, which is not available on Ubuntu 18.04 / Bionic. To...
On GNU libc, fdopendir is guarded by _POSIX_C_SOURCE >= 200809L.
The project currently supports MPEG 1 files only.
# Rationale Some GUI IRC clients now support image embedding. When users in a channel post an NSFW image, this image is shown without warning/opacity to the user, and there...
The VSL format was changed, with 3 header lines instead of 2. Namely, VXIDs are now 64-bit integers. This breaks the library interface (because we change the callback type). Using...
Hi, I just read [Varnish 7.3.0 upgrade notes](https://varnish-cache.org/docs/7.3/whats-new/upgrading-7.3.html#new-vsl-format) and they mention that: > The binary format of Varnish logs changed to increase the space for VXIDs from 32 bits to...
Hi, The FirstGraphemeCluster function can be used to iteratively extract grapheme clusters from a string (without additional allocations). The function mentions that a state should be passed (initially set to...
I'm using Varnish 7.5.0 and the 7.5 branch of libvmod-dynamic. I'm stressing a Varnish with a simple VCL with many dynamic backends with probes, reloading and restarting many times over...
Context: - A client makes a partial request against Varnish: `Range: bytes=10-19`. - Varnish is configured to `pass` the request - The server responds with `Content-Range: bytes 10-19/*` (and `Transfer-Encoding:...