- 27 Apr, 2012 2 commits
-
-
Poul-Henning Kamp authored
Submitted by: Brad Smith <brad@comstyle.com>
-
Tollef Fog Heen authored
Thanks to Jeff Williams for pointing this out.
-
- 26 Apr, 2012 1 commit
-
-
Poul-Henning Kamp authored
-
- 24 Apr, 2012 5 commits
-
-
Ingvar Hagelund authored
-
Ingvar Hagelund authored
-
Ingvar Hagelund authored
-
Ingvar Hagelund authored
-
-
- 23 Apr, 2012 14 commits
-
-
Andreas Plesner Jacobsen authored
Fixes #1122
-
Poul-Henning Kamp authored
Fixes #1069
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
argument to a printflike function.
-
Ingvar Hagelund authored
-
Ingvar Hagelund authored
-
Ingvar Hagelund authored
Moved libdir/varnish to the varnish-libs subpackage where it belongs, and added an ld.so.conf.d fragment file listing libdir/varnish
-
Ingvar Hagelund authored
-
Ingvar Hagelund authored
-
Ingvar Hagelund authored
-
Ingvar Hagelund authored
-
Poul-Henning Kamp authored
it would seriously miss the point. Spotted by: scoof
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
n_objsendfile is of course no longer relevant. That makes n_objwrite pointless. n_objoverflow was unused. and threads_failed were not incremented where it should be.
-
- 22 Apr, 2012 1 commit
-
-
Poul-Henning Kamp authored
the guard. This makes 'max' parameter mis-sizing much less problematic. Spotted by: scoof
-
- 19 Apr, 2012 1 commit
-
-
Poul-Henning Kamp authored
unlock/lock sequence when using critbit, at the expense of a slightly more ornate API for hashers. Also make the "noh" argument optional, as originally intended.
-
- 17 Apr, 2012 1 commit
-
-
Andreas Plesner Jacobsen authored
-
- 16 Apr, 2012 11 commits
-
-
Martin Blix Grydeland authored
Needed to test #1123
-
Martin Blix Grydeland authored
Fixes: #1123
-
Poul-Henning Kamp authored
predictive vary string. Fixes #1120
-
Poul-Henning Kamp authored
-
Tollef Fog Heen authored
-
Per Buer authored
-
Per Buer authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Fixes #1125
-
Poul-Henning Kamp authored
Varnishtest doesn't see the difference between a VCC core dump and a VCC error, so a test-case is non-trivial. Fixes #1126
-
- 12 Apr, 2012 2 commits
-
-
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
-
Poul-Henning Kamp authored
-
- 10 Apr, 2012 2 commits
-
-
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
-
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
-