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