1. 21 Sep, 2017 1 commit
  2. 18 Sep, 2017 6 commits
  3. 14 Mar, 2017 1 commit
  4. 20 Jan, 2017 1 commit
  5. 08 Dec, 2016 2 commits
  6. 05 Oct, 2016 2 commits
  7. 26 Sep, 2016 1 commit
  8. 19 Sep, 2016 14 commits
  9. 08 Sep, 2016 1 commit
  10. 26 Aug, 2016 9 commits
  11. 19 Feb, 2016 2 commits
    • Lasse Karstensen's avatar
      Merge pull request #31 from nigoroll/master · d2d862e6
      Lasse Karstensen authored
      use the python we found in case it's not called "python"
      d2d862e6
    • Nils Goroll's avatar
      configure pthread support · 19a9785d
      Nils Goroll authored
      Varnish is massively multithreaded, so all vmods must be thread-safe.
      
      While it is possible to write thread-safe vmods without pthreads support,
      some systems (like those of the Solaris-heritage) need additional compiler
      flags for MT support (-D_REENTRANT -pthreads). To avoid weird potential
      issues, we should, by default, include full MT support.
      19a9785d