- 23 May, 2011 3 commits
-
-
Poul-Henning Kamp authored
-
-
Poul-Henning Kamp authored
Fixes: #916
-
- 20 May, 2011 4 commits
-
-
Per Buer authored
-
Per Buer authored
-
ssh://git.varnish-cache.org/git/varnish-cachePer Buer authored
Conflicts: doc/sphinx/reference/vcl.rst
-
Per Buer authored
-
- 19 May, 2011 2 commits
- 18 May, 2011 6 commits
-
-
Poul-Henning Kamp authored
where the timeouts happen etc.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 17 May, 2011 4 commits
-
-
Poul-Henning Kamp authored
SENDFILE_WORKS 64-bit platforms.
-
Poul-Henning Kamp authored
Spotted by: sky
-
Poul-Henning Kamp authored
after a vcl file is loaded and before it is discarded. The major use will probably be to tell VMODs things like filenames. Requested by: geoff & DocWilco
-
Poul-Henning Kamp authored
-
- 16 May, 2011 9 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Spotted by: GCC Missed by: LLVM, FlexeLint
-
Poul-Henning Kamp authored
quoting in the string. Fixes #900
-
Kristian Lyngstol authored
Fixes build issues.
-
Poul-Henning Kamp authored
string. Fixes #913
-
Poul-Henning Kamp authored
CLI in authorized mode, since mgt_ask_child() does not send here CLI commands.
-
Poul-Henning Kamp authored
connection, the child needs it since we do not accept CLI here documents on unauthorized CLI connections. Make the mgr-child CLI connection authorized in the child so we accept CLI here documents. Add testcase for this. Fixes #917
-
Poul-Henning Kamp authored
rely on cli->cmd which is (by purpose) incomplete for here documents.
-
Poul-Henning Kamp authored
Spotted by: Martin
-
- 14 May, 2011 5 commits
-
-
Poul-Henning Kamp authored
recover it when -spersistent reloads
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-spersistent changed the requirements a fair bit, and amongst other things introduced a ban timestamp as a unique identifier of a ban, and the need to save and reinstate a ban. The way this was implemented somewhat less than elegant, but we had little choice due to the way regexps work, and amongst other horrors it involved too much parsing and quoting of bans as text strings. Since then we have switched to PCRE, which compiles regexps to a bytestream which can be saved offline, and this paved the way for this rewrite. Instead of a datastructure with a list of tests to be carried out, build a byte-string which encodes the same information, along with additional information (the uncompiled regexp) to allow the ban to be reconstructed for display in ban.list. Include the ban timestamp as the first 8 bytes of the ban specification, to eliminate obj->ban_t, saving 8 bytes per object. Additional polishing to be expected.
-
Poul-Henning Kamp authored
private to cache_ban.c, so inline it there.
-
- 13 May, 2011 7 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Thomas Woinke authored
-
-