1. 06 Nov, 2018 3 commits
    • 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
  2. 04 Nov, 2018 1 commit
  3. 16 Oct, 2018 36 commits