- 06 Aug, 2013 2 commits
-
-
Tollef Fog Heen authored
-
Poul-Henning Kamp authored
-
- 05 Aug, 2013 5 commits
-
-
Federico Schwindt authored
Make it clearer that vcl_hash is called on lookup, pass and pipe.
-
Poul-Henning Kamp authored
This does absolutely not stand for "suckaddr", and but it tries to sanitize the sockaddr_* mess enough that we can simply pass around struct sockaddr_storage without also tracking its length. The cost is that we do know something about address families (IPv4, IPv6), which strictly speaking should not be necessary, had the sockaddr not been messed up by the IPv6 people.
-
Tollef Fog Heen authored
Add a few macros that are useful when writing vmods.
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
- 31 Jul, 2013 2 commits
-
-
Tollef Fog Heen authored
Duplicate commit, already done by daghf in ebb66701 This reverts commit bca2da56.
-
Ingvar Hagelund authored
The default number of processes/threads (ulimit -u) on rhel6 and clones is 1024, which is too little for varnish. This patch adds a variable NPROC to sysconfig/initscript suppport in the rpm package. If no value is set in sysconfig, it will be set to 10000.
-
- 22 Jul, 2013 2 commits
-
-
Tollef Fog Heen authored
This looks like a bit of forgotten debugging, left by mistake.
-
Tollef Fog Heen authored
Thanks to InvertedAcceleration <chris.magee@velocity42.com> for a patch that pointed me at documentation that needed improving.
-
- 15 Jul, 2013 3 commits
-
-
Andreas Plesner Jacobsen authored
-
Poul-Henning Kamp authored
Fixes #1322
-
Poul-Henning Kamp authored
Fixes #1324
-
- 08 Jul, 2013 3 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
get at uncached req.body at the same time.
-
Poul-Henning Kamp authored
which will need this. We may need to improve MPL or LCK to cope with this.
-
- 05 Jul, 2013 5 commits
-
-
Poul-Henning Kamp authored
state.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
but sequester it and mark it HTTP1 specific
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 04 Jul, 2013 2 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
turn the transaction into a "pass" and complain in VSL. Previously we faulted the fetch, but that was overly draconian.
-
- 03 Jul, 2013 4 commits
-
-
Poul-Henning Kamp authored
bereq.uncacheable is our *intention* to pass beresp.uncacheable is the *consequence* if we pass. This way it is possible to fetch as miss first time, and try for a pass on retry.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Tollef Fog Heen authored
If we happen to get a SIGSEGV, call the panic handler. It might not work, but it's better than nothing and hopefully we can get some useful diagnostics.
-
- 02 Jul, 2013 2 commits
-
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
line with miniobj coding convention.
-
- 01 Jul, 2013 5 commits
-
-
InvertedAcceleration authored
-
Trygve Vea authored
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
Makes git master compile on Solaris again, and mostly work.
-
- 29 Jun, 2013 5 commits
-
-
Poul-Henning Kamp authored
Constification Constification.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-