Skip to content
Snippets Groups Projects
  1. Jul 12, 2016
  2. Jul 06, 2016
  3. Jul 01, 2016
  4. Jun 21, 2016
  5. Jun 17, 2016
  6. Jun 16, 2016
  7. May 30, 2016
  8. May 29, 2016
  9. May 27, 2016
  10. May 23, 2016
  11. May 22, 2016
  12. May 20, 2016
    • Marek Vavrusa's avatar
      lib: cache api v2, removed dep on libknot db.h · e68c3a0a
      Marek Vavrusa 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
  13. May 18, 2016
  14. May 17, 2016
  15. May 06, 2016
  16. May 04, 2016
    • Marek Vavrusa's avatar
      lib/validate: fixed memory bug · 797a6c43
      Marek Vavrusa authored
      this code used memory pool of source packet instead
      of the answer, this could result in invalidated
      memory read if the memory occupied by source
      packet was rewritten
      797a6c43
  17. May 03, 2016
    • Marek Vavrusa's avatar
      daemon: out-of-order processing for TCP · c23edd06
      Marek Vavrusa authored
      * daemon now processes messages over TCP stream
      out-of-order and concurrently
      * support for TCP_DEFER_ACCEPT
      * support for TCP Fast-Open
      * there are now deadlines for TCP for idle/slow
      streams (to prevent slowloris; pruning)
      * there is now per-request limit on timeouts
      (each request is allowed 4 timeouts before bailing)
      * faster request closing, unified retry/timeout timers
      * rare race condition in timer closing fixed
      c23edd06
  18. Apr 18, 2016
    • Marek Vavrusa's avatar
      daemon: mode(strict|normal|permissive) · e61c48ef
      Marek Vavrusa authored
      the daemon has now three modes of strictness
      checking from strict to permissive.
      it reflects the tradeoff between resolving the
      query in as few steps as possible and security
      for insecure zones
      e61c48ef
    • Marek Vavrusa's avatar
      engine: clear bad scorers from RTT every 5 minutes · b64d6ce7
      Marek Vavrusa authored
      an internal timer walks RTT timer periodically and
      clears entries with bad results every 5 minutes.
      this means that a timeouted entry penalty is 
      capped to that interval, making sure that the
      bad reputation doesn't last forever
      b64d6ce7
  19. Apr 15, 2016
  20. Apr 14, 2016
  21. Mar 10, 2016
  22. Feb 24, 2016
  23. Feb 23, 2016