Skip to content
Snippets Groups Projects
  1. Aug 11, 2016
  2. Jul 16, 2016
  3. Jul 06, 2016
  4. May 30, 2016
  5. May 27, 2016
  6. May 22, 2016
  7. May 20, 2016
    • Marek Vavruša's avatar
      lib: cache api v2, removed dep on libknot db.h · e68c3a0a
      Marek Vavruša authored
      this change introduces new API for cache backends,
      that is a subset of knot_db_api_t from libknot
      with several cache-specific operations
      
      major changes are:
      * merged 'cachectl' module into 'cache' as it is
        99% default-on and it simplifies things
      * not transaction oriented, transactions may be
        reused and cached for higher performance
      * scatter/gather API, this is important for
        latency and performance of non-local backends
        like Redis
      * faster and reliable cache clearing
      * cache-specific operations (prefix scan, ...) in
        the API not hacked in
      * simpler code for both backends and caller
      e68c3a0a
  8. May 06, 2016
  9. Mar 10, 2016
  10. Jan 22, 2016
    • Marek Vavruša's avatar
      lib/resolve: new flag ALWAYS_CUT · adaed4ba
      Marek Vavruša authored
      when raised, a response zone cut will be recovered
      even if the response came from cache. this is
      normally not needed (and incurs additional cache
      lookups), but it may be useful for
      inspection
      adaed4ba
  11. Jan 11, 2016
  12. Dec 17, 2015
  13. Dec 09, 2015
  14. Dec 03, 2015
    • Marek Vavruša's avatar
      lib/resolve: penalize failing NSs · 01ee9f37
      Marek Vavruša authored
      any answer that is considered as malformed/servfail/otherwise bad
      penalizes the NS for the next time like timeout, this doesn't apply for
      DNSSEC validation failures as it still may be okay for insecure
      resolution. EDNS failures are okay because the server is requeried in
      the most simple RFC1035 mode before flagging it as failed
      
      this avoids instant requeries for SERVFAILing resolutions
      01ee9f37
    • Marek Vavruša's avatar
      lib/zonecut: do not fetch DS/DNSKEY for cached insecure delegations · b2838cc1
      Marek Vavruša authored
      when a delegation is provably insecure, it is flagged as INSECURE in
      cache (this is different from "unchecked"), when the next query finds
      the same zone cut, this information is retrieved and if it was proved to
      be insecure before, this status is reused
      
      this prevents refetching of NS/DNSKEY in some situations
      b2838cc1
  15. Nov 28, 2015
  16. Nov 27, 2015
  17. Nov 26, 2015
  18. Nov 25, 2015
    • Marek Vavruša's avatar
      build: amalgamated build support with AMALG=1 · af4254d1
      Marek Vavruša authored
      amalgamated build concatenates all files into a single .c file to
      allow compiler see all symbols and produce possibly smaller code.
      for binary distributions this is what you want, as it's faster but
      may consume more memory during compilation.
      it however cannot do incremental builds.
      af4254d1
  19. Nov 24, 2015
  20. Nov 18, 2015
  21. Nov 17, 2015
  22. Nov 15, 2015
    • Marek Vavruša's avatar
      daemon: fast retransmit address selection · e25abc9c
      Marek Vavruša authored
      instead of single I/O request per step, the daemon now retries
      all addresses in the selection with 300ms timeout between tries.
      there are len(list) + len(list)/2 tries
      
      the idea is to reduce latency when UDP request doesn't punch through,
      or some NSs are overwhelmed/faulty
      e25abc9c
  23. Nov 13, 2015
  24. Nov 12, 2015
Loading