- 04 Aug, 2019 13 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
because the ESI request needs to stay alive until all nodes below have been delivered, now that we got tree pruning, we can take them from the ESI requests workspace. See long comment in src/node.c for more detail and evidence collection for the tuneables.
-
Nils Goroll authored
-
Nils Goroll authored
once a subtree is completely delivered, we do still need the T_NEXUS at the head of the (sub)tree for integrity (linkage to its siblings), but anything below can be completely fini'd and freed.
-
Nils Goroll authored
-
Nils Goroll authored
this is a bad leftover from when we still used ALLOC_JOB/FREE_OBJ for nodes and anyway we must not just free a node which is still linked in an otherwise alive tree
-
Nils Goroll authored
During code restructuring earlier in 77e9559d I overlooked that VTIM_real() may not be declared where debug output is used
-
- 02 Aug, 2019 27 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
solve by moving the accumulation to the destructor
-
Nils Goroll authored
-
Nils Goroll authored
it is in the way of my torture testing and does not smell like something we have caused..
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
this avoids a potential panic for an out of workspace condition. Also, we move error handling to a place where it is much simpler
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
much remains to be done
-
Nils Goroll authored
-
Nils Goroll authored
ved_ is used in varnish-cache
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
there also was a stupid precedence error in PF_CFG_DEFAULT :( docs are still WIP
-
Nils Goroll authored
-
Geoff Simmons authored
-
Geoff Simmons authored
Remove the increased thread_pool_min setting where it's not needed, and fix indentation.
-
Nils Goroll authored
-
Nils Goroll authored
we now get the flags from vcl once when we init the pesi vdp
-
Nils Goroll authored
-
Nils Goroll authored
this should preserve existing functionality, but is not complete with regards to the configuration from vcl.
-