1. 05 Feb, 2019 1 commit
  2. 06 Nov, 2018 5 commits
    • Pål Hermunn Johansen's avatar
      Prepare for 6.0.2 · 0458b54d
      Pål Hermunn Johansen authored
      0458b54d
    • Nils Goroll's avatar
      For warmup/rampup, only consider healthy backends · 177e40e8
      Nils Goroll authored
      For healthy == IGNORE, we return before the call to shard_next(), so
      at this point we do want to consider health state - and it makes
      absolutely no sense to give up a healthy backend in favor of an un-
      healthy one anyway.
      
      Fixes #2823
      177e40e8
    • Nils Goroll's avatar
      default thread_pool_watchdog == default cli_timeout · 33c07e1c
      Nils Goroll authored
      Avoid (potential) issues due to the monotonic clock not advancing for ~10
      seconds such as for virtual machine snapshots or migrations.
      
      In such a scenario, we would kill a child after cli_timeout anyway, so
      using the same timeout by default for the watchdog also should reduce
      the additional risk implied by it.
      
      Ref	#2814
      33c07e1c
    • Guillaume Quintard's avatar
      Fix gensequences for BusyBox awk · 1262e253
      Guillaume Quintard authored
      I never thought that I'd have to fix a string concatenation problem in
      a BusyBox awk program to generate VT100 code in a container, but here we
      are:
      
      echo | awk 'END {print "foo" "" ++a, "foo" ++a}'
      
      should output "foo0 foo1", and for all the ?awk I tested, it does,
      except for BusyBox awk who thought funny to output "0 foo1", breaking the
      teken_state.h file.
      1262e253
    • Nils Goroll's avatar
      fix VRT_priv_task for calls from vcl_pipe {} and test for it · 2f883b15
      Nils Goroll authored
      Fixes #2820
      
      Conflicts:
      	bin/varnishtest/tests/v00041.vtc
      2f883b15
  3. 04 Nov, 2018 1 commit
  4. 16 Oct, 2018 33 commits