- 12 Nov, 2013 19 commits
-
-
Poul-Henning Kamp authored
long long) agnostic.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
into nitpicking mode, so the test-cases reveal if the VCC outputs anything bogus or suspect.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
find out how that can work.
-
Poul-Henning Kamp authored
Make min/max values strings, and test-convert them along with the default value during startup, to see that we can. At the same time normalize the strings with the parameters tweak function. List min/max values in .rst doc. param.show will flag default values. (Better the other way around ?) Add a new feature: param.show changed will only list parameters with non-default values (in short format)
-
Poul-Henning Kamp authored
various pointless malloc'ing.
-
Poul-Henning Kamp authored
VSB instead.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
run-time determined defaults.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Certain of our parameter names are so long that they have shoved the "long" param.show output all the way to the right. Break the line after the param name and use most of the width again. Also add support for two column tables using TAB chars, for descriptions of params like "debug", "feature" etc. The width autosizes, and lines wrap as expected in the second column. Eliminate the 'pad' field in the tbl includes. Move all the "tweak" functions to a separate source file. Clean up white-space in param descriptions.
-
- 11 Nov, 2013 8 commits
-
-
Poul-Henning Kamp authored
when -i is given. This allows the testcases to be written: import ${vmod_directors}; Add a feature for ${topbuild} and test it in the remaining to tests which use ${topbuild}. I don't see any obvious way to write those two cases without needing ${topbuild}. I belive we are now very close to being able to run our testcases out of tree.
-
Poul-Henning Kamp authored
Define a macro for all programs, so they can be overwritten from the command line. Change '-i' to mean "You're in a source tree": Find top of build-tree by reading Makefile Set $PATH which can find all programs
-
Tollef Fog Heen authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
This picks a random port number, possibly two, one for IPv4 and one for IPv6, and varnishadm() can find those in VSM.
-
Poul-Henning Kamp authored
-
- 10 Nov, 2013 2 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
went into.
-
- 08 Nov, 2013 5 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Reflect this change in varnishtest, and retire the "-storage" keyword, storage settings can now be done with -arg.
-
Poul-Henning Kamp authored
not annoy FlexeLint.
-
Poul-Henning Kamp authored
-
- 07 Nov, 2013 4 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
If you specify no -S file, one will be made for you. If you truly want no authentication of CLI connections, give an empty -S argument (-S "") and live with the warning that causes. Use arc4random() for challenges and secrets, we want crypto strength.
-
Poul-Henning Kamp authored
-
- 05 Nov, 2013 2 commits
-
-
Poul-Henning Kamp authored
is always synchronized with obj->len.
-
Poul-Henning Kamp authored
-