1. 27 Apr, 2012 2 commits
  2. 26 Apr, 2012 1 commit
  3. 24 Apr, 2012 5 commits
  4. 23 Apr, 2012 14 commits
  5. 22 Apr, 2012 1 commit
  6. 19 Apr, 2012 1 commit
  7. 17 Apr, 2012 1 commit
  8. 16 Apr, 2012 11 commits
  9. 12 Apr, 2012 2 commits
    • Poul-Henning Kamp's avatar
      Go over the return(restart) code. · 480c0a5d
      Poul-Henning Kamp authored
      This is vastly inspired by #1113 and scoof+martins testcase+patch.
      
      Add a new cnt* state "cnt_restart" to do the mandatory restart work,
      and to move the restart limit check out of vcl_recv{}, getting rid
      of a nasty XXX comment.
      
      Set the explicit 503 when over limit, reset in other cases.
      
      Expand scoof+martins test-case to cover more vcl methods, which
      were also affected, but not fixed in their patch.
      
      Fixes	#1113
      480c0a5d
    • Poul-Henning Kamp's avatar
  10. 10 Apr, 2012 2 commits
    • Brad's avatar
      Fix libedit detection on *BSD OS's · 9dc28b2c
      Brad authored
      The following patch allows the autoconf script to detect the presence of
      libedit when there isn't a pkg-config file present and thus allowing
      Varnish to detect libedit on OpenBSD/FreeBSD/NetBSD/DragonFly.
      
      Fixes: #1003
      9dc28b2c
    • Poul-Henning Kamp's avatar
      Fix for #1109 · e6d7f462
      Poul-Henning Kamp authored
      I've opted for a less intrusive fix that Martin proposed, but my fix
      is largely a rework of his suggested patch.
      
      Testcase by:	Martin
      e6d7f462