Skip to content
Snippets Groups Projects
  1. May 20, 2015
  2. Apr 28, 2015
    • Marek Vavruša's avatar
      contrib: created 'contrib' directory with ccan/isaac as csprng · dbca2316
      Marek Vavruša authored
      previously cryptolib random function was used to generate message id,
      this works well but it is slow especially when the entropy is low,
      replaced with cryptographically safe prng ISAAC
      
      the ccan directory is going to be used in the future, as it's include
      structure makes it easy to embed C snippets instead of reimplementing
      them
      dbca2316
  3. Apr 22, 2015
  4. Apr 13, 2015
  5. Apr 10, 2015
  6. Mar 27, 2015
  7. Mar 19, 2015
  8. Mar 18, 2015
  9. Mar 04, 2015
  10. Feb 23, 2015
  11. Jan 05, 2015
  12. Dec 30, 2014
  13. Dec 29, 2014
    • Marek Vavruša's avatar
      reworked query resolution · 1093ce48
      Marek Vavruša authored
      - cache is now fully optional, resolution works without cache as well
      - proper mempool per each request, not mixed
      - zone cut resolution doesn't need any per-context memory
      - now it's possible to do qname minimization
      - rplan keeps tabs on resolved queries
      - added documentation etc.
      1093ce48
  14. Aug 27, 2014
  15. Aug 25, 2014
  16. Jul 31, 2014
Loading