Skip to content
Snippets Groups Projects
  1. Jun 07, 2018
  2. Jun 06, 2018
  3. Jun 05, 2018
  4. Jun 01, 2018
  5. May 31, 2018
  6. May 30, 2018
    • Marek Vavruša's avatar
      daemon: allow per-request variables in Lua · 14de9110
      Marek Vavruša authored
      The handlers in Lua can now store per-request variables that are automatically
      GC'd when the request is finished. This is useful for stateful modules,
      such as DNS64 that uses internal option flags for state tracking.
      
      The layers can now get a variable table like so:
      
      ```
      local vars = kres.request_t(r):vars()
      vars.hello = true
      ```
      
      The variables are persisted between different layers for each request.
      14de9110
  7. May 29, 2018
  8. May 28, 2018
  9. May 25, 2018