Skip to content
Snippets Groups Projects
  1. Aug 23, 2016
  2. Aug 11, 2016
  3. Jul 20, 2016
  4. Jul 18, 2016
    • Marek Vavrusa's avatar
      daemon: always refetch CNAME target in 'strict' mode · 4e766ef0
      Marek Vavrusa authored
      in normal mode, only final CNAME target is refetched, but
      not intermediate CNAMEs. intermediate CNAMEs are *never* cached,
      but they are used to get final name for requery. in strict mode now,
      every CNAME target is explicitly fetched even if it's a chained CNAME.
      4e766ef0
  5. Jul 16, 2016
  6. Jul 12, 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 21, 2016
  9. Jun 17, 2016
  10. Jun 16, 2016