- 30 Apr, 2013 1 commit
-
-
Poul-Henning Kamp authored
and I've already forgot about them one important place already. Introduce a "VRT_context", which is a container holding all the bits we want to pass to VCL and VRT. Implement it first for VRT_count(), which is, BTW, how I realized I had forgotten to pass all the new arguments to user defined functions.
-
- 29 Apr, 2013 9 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Fix some test-cases to match, generally s/req.*/bereq.*/
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
NB: bereq.backend.healthy always fails right now.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
to use busyobj.
-
Per Buer authored
-
- 26 Apr, 2013 2 commits
-
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
- 25 Apr, 2013 1 commit
-
-
Poul-Henning Kamp authored
-
- 24 Apr, 2013 2 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Move VRT interface to cache_vrt.c rather than cache_vrt_var.c, the latter is reserved for VCL variables.
-
- 23 Apr, 2013 3 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 22 Apr, 2013 16 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Tollef Fog Heen authored
Fixes #1285
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
are available.
-
Poul-Henning Kamp authored
Minor polish
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
threads a copy of the VCL. Reduce move the meat of the inline VCL method functions to a real function, before things get more complicated.
-
Poul-Henning Kamp authored
to vcl_backend_fetch{}, and vcl_response{} to vcl_backend_response{}.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 16 Apr, 2013 4 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
all they need is a workspace. Some of them don't even need that.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
more complicated.
-
- 15 Apr, 2013 1 commit
-
-
Poul-Henning Kamp authored
at hand, most notably in the backend functions. Pass also a struct worker pointer to all VCL methods.
-
- 12 Apr, 2013 1 commit
-
-
Poul-Henning Kamp authored
to V3 in cnt_lookup() Amazingly all the vtc's still pass.
-