Skip to content
Snippets Groups Projects
  1. Aug 11, 2016
  2. Jul 16, 2016
  3. Jul 12, 2016
  4. Dec 17, 2015
  5. Dec 10, 2015
  6. Dec 03, 2015
  7. 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
  8. Oct 15, 2015
  9. Oct 13, 2015
  10. Sep 29, 2015
  11. Sep 22, 2015
  12. Sep 15, 2015
  13. Aug 03, 2015
  14. Jul 19, 2015
  15. Jun 30, 2015
  16. Jun 25, 2015
  17. Jun 16, 2015
  18. May 28, 2015
  19. May 10, 2015
  20. Apr 26, 2015
    • Marek Vavruša's avatar
      lib/rplan: removed long-lived wr transactions · eeca41a5
      Marek Vavruša authored
      the reason is that LMDB allows only 1 write transaction
      per thread, and this doesn’t work well with multiplexed
      requests. there is probably going to be some performance hit,
      but now transactions are scoped for each cache operation
      eeca41a5
  21. Apr 24, 2015
  22. Apr 18, 2015
  23. Apr 12, 2015
  24. Mar 27, 2015
  25. Feb 18, 2015
  26. Feb 15, 2015
  27. Feb 09, 2015
  28. Feb 02, 2015
  29. Jan 29, 2015
  30. Jan 28, 2015
  31. Jan 21, 2015
  32. Jan 19, 2015
  33. Jan 17, 2015
  34. Dec 30, 2014
  35. 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
  36. Dec 08, 2014