Skip to content
Snippets Groups Projects
  1. Aug 05, 2016
  2. Jul 28, 2016
  3. Jul 16, 2016
  4. Jul 06, 2016
    • Marek Vavrusa's avatar
      daemon: workers are interconnected with IPC pipes · de7b3862
      Marek Vavrusa 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
  5. Jun 21, 2016
  6. Jun 16, 2016
  7. May 27, 2016
  8. Mar 29, 2016
  9. Jan 22, 2016
  10. Jan 21, 2016
  11. Dec 17, 2015
  12. Dec 10, 2015
  13. Dec 09, 2015
  14. Dec 08, 2015
  15. 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
  16. 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
  17. Oct 18, 2015
  18. Oct 02, 2015
  19. Oct 01, 2015
  20. Sep 30, 2015
  21. Sep 25, 2015
  22. Sep 24, 2015
  23. Sep 17, 2015
  24. Sep 15, 2015
  25. Aug 06, 2015
  26. Aug 03, 2015
  27. Jul 21, 2015
  28. Jul 15, 2015