- 27 Jun, 2016 9 commits
-
-
Dridi Boukelmoune authored
-
Federico G. Schwindt authored
From: github::t-h-r-o-w-a-w-a-y
-
Federico G. Schwindt authored
This is equivalent to synthetic but using the more general set keyword.
-
Federico G. Schwindt authored
Before this commit it was only sent on pass'd requests, making impossible to cache e.g. POST requests. To keep the previous behaviour unset bereq.body if the method is GET, which is normally true for misses. Fixes #1927.
-
Federico G. Schwindt authored
Only available in vcl_backend_fetch{}. If it is unset varnish will not pass the request body to the backend. This is in preparation for addressing #1927.
-
Nils Goroll authored
When handling a fetch error we may not even have had memory to store the status code. Fixes #1990
-
Nils Goroll authored
Relates to #1990
-
Nils Goroll authored
-
Lasse Karstensen authored
-
- 25 Jun, 2016 1 commit
-
-
Federico G. Schwindt authored
Fixes #1994.
-
- 23 Jun, 2016 2 commits
-
-
Federico G. Schwindt authored
-
Lasse Karstensen authored
-
- 21 Jun, 2016 1 commit
-
-
Poul-Henning Kamp authored
-
- 20 Jun, 2016 12 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Dridi Boukelmoune authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
soon need them.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Dridi Boukelmoune authored
-
Poul-Henning Kamp authored
-
- 19 Jun, 2016 3 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
Fixes #1989.
-
Federico G. Schwindt authored
-
- 18 Jun, 2016 3 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
actually possible to locate the compiled VCL shared library based on the loaded VCL name, and removed the part of the subdirectory name which made it unique. Bad idea. Add a comment to make sure I don't get that Idea again. Fixes #1933
-
Poul-Henning Kamp authored
-
- 16 Jun, 2016 9 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Nils Goroll authored
Spotted by: Flexelint - phk yeah \o/
-
Nils Goroll authored
- tables get included multiple times - we use do ... while(1) all over the place - dont always include config.h for flint, source files need to include it so we want to see warnings if we missed to include it - tell flexelint where config.h is ok not to be used (sources with no actual code unless a feature is HAVE_ defined)
-
Federico G. Schwindt authored
Test by scn@. OK by @phk. Fixes #1963.
-
Pål Hermunn Johansen authored
The counter g_cooling variable is now decremented when memory from the cooling list is freed, making the counter vsm_cooling update accordingly. Fixes: #1984
-
Federico G. Schwindt authored
-
Pål Hermunn Johansen authored
This new parameter specifies how long freed VSM memory is on the cooling list before it is actually freed.
-