1. 19 Sep, 2017 5 commits
    • Dridi Boukelmoune's avatar
      Minor improvements to varnish.m4 · e441de71
      Dridi Boukelmoune authored
      Instead of instructing VUT authors to clean the generated files, make
      sure they are automatically picked up. It is safe to upgrade while
      still having the CLEAN_FILES rule in Makefile.am, despite "removing"
      functionality (removing burden in reality).
      
      Other improvements include a single Python detection even when building
      several modules (but the underlying check is cached anyway) and a new
      dependency to "nodist" sources for VMOD authors that follow the
      recommendations. The "hardcoded" dependency is still present to avoid
      breaking existing builds.
      e441de71
    • Poul-Henning Kamp's avatar
      Drop this test, it's not portable. · e192605e
      Poul-Henning Kamp authored
      e192605e
    • Martin Blix Grydeland's avatar
      Avoid buffer read overflow on vcl_error and -sfile · 176f8a07
      Martin Blix Grydeland authored
      The file stevedore may return a buffer larger than asked for when
      requesting storage. Due to lack of check for this condition, the code
      to copy the synthetic error memory buffer from vcl_error would overrun
      the buffer.
      
      Patch by @shamger
      
      Fixes: #2429
      176f8a07
    • Poul-Henning Kamp's avatar
      Fix #2389 · b5593e22
      Poul-Henning Kamp authored
      Make the subargument to -a select the overall protocol (PROXY/HTTP)
      but, at least for now, not distinguish versions of these protocols.
      b5593e22
    • Poul-Henning Kamp's avatar
      Whitespace OCD · 6d54579f
      Poul-Henning Kamp authored
      6d54579f
  2. 18 Sep, 2017 1 commit
  3. 15 Sep, 2017 5 commits
  4. 14 Sep, 2017 25 commits
  5. 13 Sep, 2017 4 commits