- 04 Nov, 2017 3 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
We were tolerating some unintentional ESI behaviour due to the xml check hitting. We now either avoid running into the xml check or specifically test that we are hitting it. In addition, add some logexpects to tighten checks
-
Nils Goroll authored
ver_p depends on the amount of data we have read ahead, so it is not suitable to get predictable results for ESI testing
-
- 02 Nov, 2017 11 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
for the default symbolname prefix ("vmod_")
-
Poul-Henning Kamp authored
-
Nils Goroll authored
-
- 01 Nov, 2017 2 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 31 Oct, 2017 7 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Dag Haavi Finstad authored
This should help the transition for VMOD writers that rely on the SHA256_* functions.
-
Dridi Boukelmoune authored
Fixes #2468
-
Dag Haavi Finstad authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Sort various lists
-
- 30 Oct, 2017 13 commits
-
-
Guillaume Quintard authored
This reverts commit 83425a05.
-
Guillaume Quintard authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
This is similar to `varnishd -x optstring`. Refs dc5fe3b
-
Dridi Boukelmoune authored
This helps write scripts like this: optstring=$(varnishd -x optstring) while getopts $optstring opt do case $opt in n) # handle $OPTARG ;; # handle other options *) # ignore unneeded options ;; esac done varnishd "$@" Otherwise if optstring is not kept in sync, getopts will stop processing options if it encounters one that is not specified.
-
Nils Goroll authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 26 Oct, 2017 4 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-