Skip to content
Started 2 yr 10 mo ago
Took 2 min 5 sec on windows
Failed

#74 (27 May 2021, 21:29:07)

Changes
  1. Implement name compression during response packet generation. Compression is required by certain clients like UDP to fit response in packet size limit. While generating packet small cache stores recently used names (currently 4 entries) and uses relative references to previous instances of the same name. Each reused instance is just two bytes of relative reference (0xC000 + offset). Cache is currently performing lookup for query name, responses and CNAMEs. (commit: 7b12e21) (details / githubweb)
  2. Fixes #505. Disable packet size checking. (commit: 8b558af) (details / githubweb)
  3. First release candidate tomorrow (commit: a694080) (details / githubweb)
  4. Release version 1.7.0 tomorrow (commit: 86aa356) (details / githubweb)
  5. update of ldns (commit: 1012e34) (details / githubweb)
  6. Update ChangeLog (commit: 48a7700) (details / githubweb)

Started by an SCM change

Revision: 359a44d3367b808753b809d49b97f8d6b3be6460
Repository: https://github.com/getdnsapi/getdns.git
  • refs/remotes/origin/develop