1. 09 Dec, 2020 1 commit
  2. 16 Nov, 2020 1 commit
  3. 06 Oct, 2020 1 commit
  4. 15 Sep, 2020 1 commit
  5. 12 Aug, 2020 1 commit
  6. 11 Aug, 2020 3 commits
    • Geoff Simmons's avatar
      Document .setenv(). · 0c4b3341
      Geoff Simmons authored
      0c4b3341
    • Geoff Simmons's avatar
      Bugfix and extend .setenv(). · 723690f9
      Geoff Simmons authored
      Support the task-scoped invocation in vcl_deliver.
      
      Use a VSTAILQ for the setenv list. VSLIST pushes only to the head,
      so setenv() calls were in reverse order compared to the VCL calls.
      We want later invocations of .setenv() overwrite the value of previous
      invocations for the same variable (if overwrite is true). So use
      a tail queue and push to the tail.
      723690f9
    • Geoff Simmons's avatar
      Add .setenv(). · 7b2a7420
      Geoff Simmons authored
      7b2a7420
  7. 10 Aug, 2020 6 commits
  8. 08 Aug, 2020 4 commits
  9. 07 Aug, 2020 11 commits
  10. 06 Aug, 2020 11 commits