- 23 Aug, 2015 2 commits
-
-
Dridi Boukelmoune authored
Don't install cache_backend.h and cache_director.h, they expose more than what a VMOD needs to see. The VRT API jumps directly from struct vrt_backend to struct director, which makes struct backend more than simply opaque, it is completely invisible. However struct director needs to be visible and has been moved to cache.h along with its functions definitions.
-
Dridi Boukelmoune authored
-
- 21 Aug, 2015 3 commits
-
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
- 18 Aug, 2015 5 commits
-
-
Nils Goroll authored
... like 'Unknown keyword: $Init' for 4.0 vcc files.
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dag Haavi Finstad authored
-
Dridi Boukelmoune authored
Make sure probes can be managed outside of the cli thread, now that backends can be created any time.
-
- 17 Aug, 2015 8 commits
-
-
Dridi Boukelmoune authored
-
Poul-Henning Kamp authored
Fixes: #1775
-
Poul-Henning Kamp authored
Fixes: #1776
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Dridi Boukelmoune authored
Add placeholders for pending patches that would need to be documented if merged.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 14 Aug, 2015 6 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
timestamp syscall in very rare circumstances.
-
Poul-Henning Kamp authored
This saves an entire state in the H1 FSM. (At the cost of not differentiating between read-ahead and full pipelining in VSC.) Inspired by patches from Lasse & Martin
-
- 13 Aug, 2015 1 commit
-
-
Federico G. Schwindt authored
This makes it easier to run multiple instances, each one writing to different files.
-
- 12 Aug, 2015 4 commits
-
-
Federico G. Schwindt authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
This commit cleans up a number of weeds and loose ends: The complete_function should not muck about with the pipelining or WS reservation. Only when we have dissected the headers for good do we know how long the headers were. Make the HTTP1_Dissect* functions have consistent parameters.
-
Poul-Henning Kamp authored
-
- 11 Aug, 2015 7 commits
-
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Federico G. Schwindt authored
-
Dridi Boukelmoune authored
-
- 10 Aug, 2015 4 commits
-
-
Poul-Henning Kamp authored
before an ESI include at one level, and then again at a higher level. Fixed by not closing the session in this case, as that will be taken care of at the end of delivery anyways when V1L_FlushRelease is called. Fixes: #1737 Submitted by: Martin
-
Poul-Henning Kamp authored
stuff on this TCP connection with timeouts" function. Inpired by colliding patches from Martin & Lasse.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-