Skip to content
Snippets Groups Projects
  1. Nov 02, 2016
  2. Oct 20, 2016
  3. Aug 17, 2016
  4. Aug 10, 2016
  5. Jul 28, 2016
  6. Jul 20, 2016
  7. 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
  8. Jun 30, 2016
  9. Jun 29, 2016
  10. May 31, 2016
  11. May 29, 2016
  12. Mar 29, 2016
  13. Mar 05, 2016
  14. Jan 30, 2016
  15. Jan 23, 2016
  16. 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
  17. Jan 11, 2016
  18. Dec 23, 2015
  19. Dec 17, 2015
  20. Dec 10, 2015
  21. Nov 24, 2015
  22. Nov 20, 2015
  23. Oct 13, 2015
  24. Sep 28, 2015