Skip to content
Snippets Groups Projects
  1. Jan 07, 2022
  2. Sep 07, 2021
  3. Feb 29, 2020
  4. Sep 12, 2019
  5. Oct 24, 2018
  6. Aug 29, 2018
  7. Aug 13, 2018
  8. Aug 12, 2018
  9. Jul 11, 2018
  10. Jul 04, 2018
  11. Jun 11, 2018
  12. Jun 06, 2018
  13. Jun 05, 2018
  14. Feb 05, 2018
  15. Jan 25, 2018
  16. Jan 20, 2018
  17. Jan 10, 2018
  18. Dec 05, 2017
  19. Sep 05, 2017
  20. Aug 03, 2017
    • Mark Karpilovskij's avatar
      libknot/packet: compression algorithm improved · ab3b6e9a
      Mark Karpilovskij authored and Daniel Salzman's avatar Daniel Salzman committed
      The previous compression algorithm does not compress everything it can
      in cases where there are domain names in the data section of a RR, e.g.
      when the answer contains
      
      bar.example.com  CNAME  foo.example.com
      foo.example.com  A      192.0.0.2
      
      and foo.example.com was not encountered previously, then the second RR
      leaves the 'foo' part uncompressed.
      
      The improvement resolves some of these cases by comparing the owner of a new RRset to be written
      with the last written dname instead of QNAME. Also, the effectivity was slightly increased
      according to benchmarks.
      ab3b6e9a
  21. Apr 12, 2016
  22. Dec 10, 2015
  23. Dec 07, 2015
  24. Dec 04, 2015
  25. Jul 30, 2015
  26. Jul 28, 2015
  27. Apr 29, 2015
  28. Apr 27, 2015
Loading