1. 01 Apr, 2020 2 commits
  2. 30 Mar, 2020 1 commit
  3. 22 Mar, 2020 1 commit
  4. 20 Mar, 2020 1 commit
  5. 17 Mar, 2020 4 commits
  6. 16 Mar, 2020 3 commits
  7. 15 Mar, 2020 2 commits
  8. 13 Mar, 2020 10 commits
  9. 12 Mar, 2020 1 commit
  10. 11 Mar, 2020 11 commits
  11. 10 Mar, 2020 4 commits
    • Dridi Boukelmoune's avatar
      Add missing link in libvarnishapi · 65f048ce
      Dridi Boukelmoune authored
      Spotted by vtest on SunOS.
      65f048ce
    • Nils Goroll's avatar
      try to fix the make race for real · 4e1133e8
      Nils Goroll authored
      b365be2d was not correct in that I put
      vcc_compile.h in the wrong place, it should have been added to GEN_H,
      not as a dependency for GEN_H
      
      I also realized that we should wait for the last file generate.py
      generates.
      4e1133e8
    • Dridi Boukelmoune's avatar
      Manage libvarnish.a with libtool · 54c0bb85
      Dridi Boukelmoune authored
      It remains a private static library. Neither libvarnishapi nor test
      cases from libvarnish use individual source files besides the ones
      containing test drivers.
      
      It can lead to very cryptic messages where a symbol is defined twice
      from different sources, where the sources are the same but the object
      code is technically different (a copy built from _SOURCES and a copy
      in libvarnish.a).
      
      While at it, add sanitizers flags to all libvarnish test cases.
      54c0bb85
    • Dridi Boukelmoune's avatar
      Mention witness.sh in the changelog · acce95fe
      Dridi Boukelmoune authored
      It can definitely be used in third party VMOD projects.
      acce95fe