1. 27 May, 2019 1 commit
  2. 26 May, 2019 2 commits
    • Federico G. Schwindt's avatar
      3ef8142a
    • Klemens Nanni's avatar
      Prefer Python 3 tools · 8e523685
      Klemens Nanni authored
      The last three commits already made configure recommend installing
      Python 3 packages and look for versioned executables, however with a low
      priority.
      
      This is a problem on systems such as OpenBSD 6.5 with a default Python
      version at 2.7, where 3.7 flavored Python packages get installed with
      a "-3" binary suffix.  That is, when both rst2man and rst2man-3 are
      installed at configure time, the lower version will be picked unless
      explicitly passed through `--with-feature' arguments.
      
      Regardless of this specific case, trying more specificly versioned tool
      names first seems correctly in line with recent development and less
      error prone, so change it accordingly.
      8e523685
  3. 24 May, 2019 1 commit
    • Dridi Boukelmoune's avatar
      Revert "actually, the scope must not change either" · d6d34160
      Dridi Boukelmoune authored
      This reverts commit 86af5ce0.
      
      Unfortunately we have two scopes top and task that may conflict when
      esi_level is zero. This restores the id field, making struct vrt_priv
      slightly larger than when it used to be managed as a tailq. But in
      the context of a red-black tree for dynamic priv lookups the benefits
      should still outweigh the slight increase in memory footprint.
      
      Conflicts:
      	bin/varnishd/cache/cache_vrt_priv.c
      
      Fixes #3003
      d6d34160
  4. 23 May, 2019 3 commits
  5. 22 May, 2019 7 commits
  6. 21 May, 2019 14 commits
  7. 20 May, 2019 2 commits
  8. 17 May, 2019 4 commits
  9. 16 May, 2019 2 commits
  10. 15 May, 2019 4 commits