Skip to content
Snippets Groups Projects
  1. Aug 17, 2016
  2. Aug 10, 2016
  3. Jul 28, 2016
  4. Jul 20, 2016
  5. 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
  6. Jun 30, 2016
  7. Jun 29, 2016
  8. May 31, 2016
  9. May 29, 2016
  10. Mar 29, 2016
  11. Mar 05, 2016
  12. Jan 30, 2016
  13. Jan 23, 2016
  14. Jan 22, 2016
    • Marek Vavrusa's avatar
      scripts: kresd-query.lua (new) · b81be10e
      Marek Vavrusa authored
      this is a boilerplate for a CLI utility to resolve
      names and execute script on query response
      in another words, "a jq for resolver answers"
      
      this is a scaffolding for alternative tools like
      'host' or a plug-in part for scripting around it.
      
      it basically starts a kresd instance, but doesn't
      bind to any interface or read configuration,
      then a query + callback is sent to kresd standard
      input, and it quits after the execution
      b81be10e
  15. Jan 11, 2016
  16. Dec 23, 2015
  17. Dec 17, 2015
  18. Dec 10, 2015
  19. Nov 24, 2015
  20. Nov 20, 2015
  21. Oct 13, 2015
  22. Sep 28, 2015
  23. Aug 06, 2015
  24. Aug 04, 2015
  25. Aug 03, 2015
  26. Jul 22, 2015
  27. Jul 15, 2015
  28. Jul 03, 2015
  29. Jun 29, 2015