Skip to content
Snippets Groups Projects
  1. Dec 12, 2016
  2. Dec 07, 2016
    • Vladimír Čunát's avatar
      --verbose: warn when having no effect · 074257f5
      Vladimír Čunát authored
      ... but don't raise any kind of error.
      The lua function `verbose()` behaved reasonably already.
      It doesn't warn, but docs for the function do mention `NLOGDEBUG`.
      074257f5
    • Vladimír Čunát's avatar
      --verbose: make it more efficient when not --verbose · 35cb961b
      Vladimír Čunát authored
      In particular, don't require to call an externally defined function to
      find if in --verbose mode or not.  Now it's just an extern bool.
      I'm confident the performance impact of not using -DNLOGDEBUG should be
      negligible now.
      
      This comes with a small incompatible API+ABI change, but that shouldn't
      matter as we've had a couple of those already since the last release.
      35cb961b
  3. Nov 02, 2016
  4. Oct 21, 2016
  5. Oct 11, 2016
  6. Aug 25, 2016
  7. Aug 05, 2016
  8. Jul 28, 2016
  9. Jul 16, 2016
  10. Jul 06, 2016
    • Marek Vavruša's avatar
      daemon: workers are interconnected with IPC pipes · de7b3862
      Marek Vavruša authored
      forks are connected with IPC pipes to process
      group leader and can execute expressions on its
      behalf. so running commands over all workers
      is easy now:
      
      > hostname() -- single
      localhost
      
      > map 'hostname()' -- all
      localhost
      localhost
      localhost
      de7b3862
  11. Jun 21, 2016
  12. Jun 16, 2016
  13. May 27, 2016
  14. Mar 29, 2016
  15. Jan 22, 2016
  16. Jan 21, 2016
  17. Dec 17, 2015
  18. Dec 10, 2015
  19. Dec 09, 2015
  20. Dec 08, 2015
  21. Dec 05, 2015
    • Marek Vavruša's avatar
      daemon: root trust anchors automatically bootstrapped from IANA · 1af623da
      Marek Vavruša authored
      if the root key file doesn’t exist, it will be populated from root DNSKEY query, which will be validated against root trust anchors retrieved over HTTPS with IANA cert verification against built-in current IANA cert CA. it requires luasocket and luasec for it to work. trust anchors XML file signature is not checked, as there’s no facility for PKCS7 checking yet.
      1af623da
  22. 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
  23. Oct 18, 2015
  24. Oct 02, 2015
  25. Oct 01, 2015
  26. Sep 30, 2015
  27. Sep 25, 2015