- 20 Sep, 2017 7 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
to the VDIR.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 19 Sep, 2017 11 commits
-
-
Dridi Boukelmoune authored
Refs 606d4856
-
Dridi Boukelmoune authored
Fixes #2433
-
Dridi Boukelmoune authored
Otherwise the VCL poker will eventually cool down the underlying VCL. Fixes #2432
-
Dridi Boukelmoune authored
It leaks a bit outside the mgt_vcl_cooldown function but it's a trade off to also avoid being too intrusive where go_cold is directly set. The VCL poker now sets the state to COLD instead of indiscriminately sending AUTO to all VCLs, only when the cooldown period has elapsed. Refs #2432
-
Dridi Boukelmoune authored
Refs #2432
-
Dridi Boukelmoune authored
Refs #2432
-
Dridi Boukelmoune authored
Instead of instructing VUT authors to clean the generated files, make sure they are automatically picked up. It is safe to upgrade while still having the CLEAN_FILES rule in Makefile.am, despite "removing" functionality (removing burden in reality). Other improvements include a single Python detection even when building several modules (but the underlying check is cached anyway) and a new dependency to "nodist" sources for VMOD authors that follow the recommendations. The "hardcoded" dependency is still present to avoid breaking existing builds.
-
Poul-Henning Kamp authored
-
Martin Blix Grydeland authored
The file stevedore may return a buffer larger than asked for when requesting storage. Due to lack of check for this condition, the code to copy the synthetic error memory buffer from vcl_error would overrun the buffer. Patch by @shamger Fixes: #2429
-
Poul-Henning Kamp authored
Make the subargument to -a select the overall protocol (PROXY/HTTP) but, at least for now, not distinguish versions of these protocols.
-
Poul-Henning Kamp authored
-
- 18 Sep, 2017 1 commit
-
-
Nils Goroll authored
-
- 15 Sep, 2017 5 commits
-
-
Pål Hermunn Johansen authored
-
Federico G. Schwindt authored
-
Pål Hermunn Johansen authored
-
Poul-Henning Kamp authored
Remove mention of http_CollectHdrSep().
-
Geoff Simmons authored
-
- 14 Sep, 2017 16 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Geoff Simmons authored
So that part of the docs appear in the SYNOPSIS section.
-
Geoff Simmons authored
DEFAULT is interpreted as LOWER for the HEX and URL encodings, and is the only legal value for all other encodings.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
and let that check if another function is desired.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Poul-Henning Kamp authored
syslog-ism "%m" being used in vsnprintf() via VSB. That said, it would have been damn convenient of %m was also usable in *printf(3)...
-
Poul-Henning Kamp authored
-
Geoff Simmons authored
We seem to have most of it.
-
Geoff Simmons authored
-
Dridi Boukelmoune authored
-