1. 14 Dec, 2018 1 commit
  2. 13 Dec, 2018 1 commit
  3. 11 Dec, 2018 1 commit
  4. 10 Dec, 2018 6 commits
  5. 09 Dec, 2018 2 commits
  6. 07 Dec, 2018 3 commits
  7. 05 Dec, 2018 3 commits
  8. 04 Dec, 2018 2 commits
  9. 29 Nov, 2018 3 commits
  10. 22 Nov, 2018 1 commit
  11. 21 Nov, 2018 12 commits
  12. 20 Nov, 2018 4 commits
  13. 19 Nov, 2018 1 commit
    • Geoff Simmons's avatar
      Remove VSM package dependency, so non-native builds are possible. · 71253d40
      Geoff Simmons authored
      - Controller uses varnishapi Admin.Listen to listen for the admin
        connection from varnishd.
      - varnishd is invoked with the -M option, to connect to the listen
        port.
      - Controller also creates the Varnish secret file, using go crypto/rand.
      - So VSM does not have to inspected for the management port and
        location of the secret file.
      - The only dependency is varnishapi Admin package, which is limited
        to the CLI network protocol, and requires no native code.
      71253d40