1. 10 Aug, 2011 2 commits
    • Poul-Henning Kamp's avatar
      Move 'age' and 'entered' into struct exp. · c1a6faaf
      Poul-Henning Kamp authored
      Simplify the move from sp->wrk to sp->obj accordingly.
      
      Add a diagram that explains how ttl, grace & keep related to
      each other.
      
      Fix VCL's obj.ttl variable to appear to be relative to "now" rather
      than obj->entered. (#956)
      
      Also log SLT_TTL when we change obj.grace and obj.keep
      
      Make SLT_TTL always have the same format:
      	XID
      	"RFC" or "VCL"
      	obj.ttl
      	obj.grace
      	obj.keep
      	obj.entered
      	obj.age
      In addition "RFC" has:
      	obj.date
      	obj.expires
      	obj.max-age
      
      Fixes	#956
      
      Thanks to:	DocWilco
      c1a6faaf
    • Poul-Henning Kamp's avatar
      b40bb366
  2. 09 Aug, 2011 4 commits
  3. 08 Aug, 2011 2 commits
  4. 05 Aug, 2011 1 commit
    • Tollef Fog Heen's avatar
      Report dlerror if dlopen fails · 97ff8c4b
      Tollef Fog Heen authored
      dlopen typically only fails here if the child process does not have
      access to the build directory and the user runs varnishtest as root
      (meaning the child setuids to nobody).  Report the dlerror and give a
      hopefully helpful hint to help diagnose the error.
      
      Fixes: #959
      97ff8c4b
  5. 04 Aug, 2011 1 commit
  6. 03 Aug, 2011 2 commits
  7. 02 Aug, 2011 6 commits
  8. 01 Aug, 2011 6 commits
  9. 18 Jul, 2011 2 commits
  10. 15 Jul, 2011 11 commits
  11. 11 Jul, 2011 3 commits