- 19 May, 2014 7 commits
-
-
Lasse Karstensen authored
We don't need to add the RST2ANY_FLAGS arguments twice.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Fixes #1501
-
Poul-Henning Kamp authored
pick a backend.
-
Poul-Henning Kamp authored
Add a reference from the init function to any non-anonymous match_acl_*() functions to ensure the compiler does not barf. Fixes #1504
-
Poul-Henning Kamp authored
-
- 16 May, 2014 4 commits
-
-
Dag Haavi Finstad authored
-
Andreas Plesner authored
-
Andreas Plesner authored
-
Martin Blix Grydeland authored
This follows the format Apache logs in.
-
- 15 May, 2014 2 commits
-
-
Lasse Karstensen authored
-
Lasse Karstensen authored
One of the examples was still referring to the old way of defining directors, which I am sure is confusing for the new users this document is meant for. Noticed by: coredump on irc. Used the occation to do some minor scrubbing of the text.
-
- 14 May, 2014 3 commits
-
-
Lasse Karstensen authored
-
Lasse Karstensen authored
-
Lasse Karstensen authored
None of our automatic build environments have Python 3 currently.
-
- 13 May, 2014 21 commits
-
-
Lasse Karstensen authored
Use the strict parsing mode (still infant) to be sure that our own vmod.vcc files are valid.
-
Lasse Karstensen authored
This description isn't used anywhere, and it doesn't contain much useful information.
-
Lasse Karstensen authored
This is one of those tiny jobs you start on (add --strict), and then it just goes downhill from there. Main changes: * Use optparse to parse command line arguments. * With --strict it aborts if a parse or format error is seen. * A basic test case for the parser has been added. No changes were made to the parser or output format. Adding the test case meant reordering the execution flow. Since Varnish code standard is using tabs, I've kept this to my best ability. Pylint is not happy about this and give the code a score of -4 out of 10 points. :-)
-
Lasse Karstensen authored
These hard-code references were forgotten when I removed this file in ebbd8288.
-
Lasse Karstensen authored
The sphinx version on git.varnish-cache.org is v1.1.8 which hasn't got -j. In sphinx v1.2.2 (debian jessie) it is in place. Guess we'll have to live with those extra 820 milliseconds per build for now.
-
Lasse Karstensen authored
Warnings are now considered build errors. We've been shipping documentation with sections missing because we didn't take warnings seriously. Bonus change: build in parallel, save 82 centiseconds per build! (html target on my laptop, ymmv)
-
Lasse Karstensen authored
Squashing Sphinx warnings revealed that the vmod_std and vmod_directors includes wasn't working. Move the generated files a bit so Sphinx is happy to load them. I'm not using include (where relative paths seem to work) since that works differently in a TOC listing.
-
Lasse Karstensen authored
Sphinx complains that this file isn't referenced anywhere, and a quick glance indicate that the contents have been merged into other rst files.
-
Lasse Karstensen authored
We don't allow compiler warnings in the C code, so I don't see any reason why we should allow warnings in the documentation. Warnings in the documentation are now build errors.
-
Lasse Karstensen authored
Empty RST comments need an extra empty line afterwards, re this output from rst2man: (WARNING/2) Explicit markup ends without a blank line; unexpected unindent
-
Lasse Karstensen authored
This made it easier to see where objects started/stopped, but vmodtool.py don't believe in this comment format. Especially rst2man wasn't impressed, so roll back for now.
-
Lasse Karstensen authored
Write a header in generated .rst files that it was generated from the .vcc file. Also softly sprinkled with some python formatting: * use a python 2.5 context manager for the filepointer * and make the output easier to read by avoiding concatination.
-
Lasse Karstensen authored
And avoid hardcoding it, in case we change it in the future some time.
-
Lasse Karstensen authored
-
Lasse Karstensen authored
Fix spotty dependency where none or just one of the .rst files output by vmodtool.py was known by the Makefile.
-
Lasse Karstensen authored
-
Lasse Karstensen authored
-
Poul-Henning Kamp authored
Fixes #1478
-
Poul-Henning Kamp authored
avoid line wrapping
-
Poul-Henning Kamp authored
return(purge) from vcl_recv. Retain the VRT_purge() for VMOD and inline-C use.
-
Poul-Henning Kamp authored
Fixes #1139
-
- 12 May, 2014 3 commits
-
-
Poul-Henning Kamp authored
before a retry. Fixes #1494 Testcase by: scoof
-
Poul-Henning Kamp authored
varnishadm -n bla param.set foo -bar gets interpreted as varnishadm -n bla -bar param.set foo This is counterintuitive and invites random script breaking if people don't know they have to add an ornamental '--' in front of the CLI command in Linux systems. This commit makes Linux work the same way as every other POSIX system. Fixes #1496
-
Poul-Henning Kamp authored
Fixes: 1476
-