- 06 Nov, 2016 1 commit
-
-
Federico G. Schwindt authored
-
- 04 Nov, 2016 5 commits
-
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
When checking the timestamps on deleting a session, allow up to clock_step seconds error before bailing. Fixes: #1874
-
Martin Blix Grydeland authored
This value is used in calculations that could reveal clock step, specifying the amount of error we allow before panicking. It defaults to a conservative 1 second.
-
Martin Blix Grydeland authored
Show both the real and the monotonic time in the panic output when the panic is created. This is useful to have something to compare other panic timestamps against. The existing timestamp in the panic output is recorded by the management process at the time of receiving the panic from the child process. Due to processing and possible core dump creation, this time isn't very useful for comparison purposes.
-
Nils Goroll authored
-
- 03 Nov, 2016 3 commits
-
-
Dridi Boukelmoune authored
-
Nils Goroll authored
-
Nils Goroll authored
see vwe_enter
-
- 02 Nov, 2016 2 commits
-
-
Nils Goroll authored
in particular * VCL language and other literals as ``literal`` * placeholders and emphasis as *emphasis* * no `interpreted text` except where it actually *is* that Ref http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#character-level-inline-markup
-
Nils Goroll authored
-
- 01 Nov, 2016 10 commits
-
-
Poul-Henning Kamp authored
FlexeLint is getting its knickers in a twist about.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
special treatment.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Nils Goroll authored
-
Nils Goroll authored
(backend tasks for the time being) Add parameter thread_pool_reserve to tweak
-
- 31 Oct, 2016 5 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
We should queue bo tasks to avoid failing client requests unnecessarily. The detailed parameter description of the queue_limit was already correct, improve the short one.
-
Nils Goroll authored
The nthr => wthread_min assertion could trigger if wthread_min was changed after the first comparison.
-
Nils Goroll authored
Previously, after sending a thread to varnish heaven, the herder slept for wthread_destroy_delay unconditionally. Instead, we now wait on the cv so we get woken up in case we run dry during the delay. This change is relevant proportionally to the value of wthread_destroy_delay if the spread between thread_pool_min and thread_pool_max is big and varnish is exposed to sudden traffic peaks. IOW, it will probably be only relevant for high performance setups. Also, we now sleep for thread_pool_timeout unless a shorter delay is warranted. This will delay the effect of thread parameter changes for up to thread_pool_timeout seconds unless the pool runs dry, in which case they will become effective immediately.
-
Nils Goroll authored
-
- 27 Oct, 2016 1 commit
-
-
Nils Goroll authored
-
- 26 Oct, 2016 3 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
Federico G. Schwindt authored
Update the code to accommodate this. Originally reported by Reinis Rozitis (r at roze.lv) on varnish-misc. Fixes #2118.
-
- 25 Oct, 2016 2 commits
-
-
Federico G. Schwindt authored
We need to veirfy this apparently innocuous change does not have any side effects.
-
Nils Goroll authored
this reflects changes from 5b2888f3 and a3b06bb2
-
- 24 Oct, 2016 2 commits
-
-
Poul-Henning Kamp authored
Spotted & prodded by: Hermunn Closes: #2026
-
Guillaume Quintard authored
-
- 23 Oct, 2016 3 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
This is in preparation for upcoming changes.
-
- 21 Oct, 2016 2 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 19 Oct, 2016 1 commit
-
-
Federico G. Schwindt authored
-