- 19 Feb, 2013 6 commits
- 18 Feb, 2013 1 commit
-
-
Martin Blix Grydeland authored
shadowing).
-
- 15 Feb, 2013 6 commits
-
-
Martin Blix Grydeland authored
client has closed the connection and gone away. If so, release the session early. Fixes: #1252
-
Martin Blix Grydeland authored
This will help in determining remote hang up of the connection for situations where we still are not able to send any reply, but freeing the session will reduce resource overhead (e.g. when staying on waitinglists for extended periods). On platforms that support it also add runtime parameters to control the keep-alive packet settings through socket options. On platforms that don't support these socket options, the values must be set system wide. The Varnish runtime parameters will only be applied when they are less than the system default.
-
Martin Blix Grydeland authored
duplicate counters consistent on reloads. Add a test case for this. Add a section on bans and offline silos in the docs.
-
Martin Blix Grydeland authored
be recognized as such on reload
-
Martin Blix Grydeland authored
the header, not 0). Add a test case for reload of truncated bans. Fixes: #1266
-
Martin Blix Grydeland authored
-
- 14 Feb, 2013 1 commit
-
-
Tollef Fog Heen authored
This isn't really functional right now, due to the log record changes, but it will allow you to specify -b again and you can have a different format for backend requests than for client requests.
-
- 12 Feb, 2013 2 commits
-
-
Tollef Fog Heen authored
-
Poul-Henning Kamp authored
accept-sockets can actually be bound before we muck about with daemon() or SHM files. Belived to be implicated in #1262
-
- 11 Feb, 2013 5 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Fixes #1259
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
namespace for vmod.
-
- 06 Feb, 2013 3 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
once I get the other compiler to cope too. This snapshot is committed to solicit feedback, so please do :-)
-
Poul-Henning Kamp authored
features.
-
- 04 Feb, 2013 4 commits
-
-
Tollef Fog Heen authored
As per discussion at the Varnish dev meeting, seeing Cache-control: no-cache (and friends) now disable caching by default. As a twist, we respect Surrogate-control if that is present, in the default VCL. Fixes: 1124 References: 477
-
Tollef Fog Heen authored
If we don't add -c and -b in there, varnishlog will print all transactions that aren't associated with a session. That is likely to not be what the user wants. Fixes: #1071
-
Tollef Fog Heen authored
poll can return EINTR, so we need to handle that. Fixes: #1166
-
Poul-Henning Kamp authored
Fixes #1198
-
- 30 Jan, 2013 2 commits
-
-
Poul-Henning Kamp authored
good, but at least it belongs here.
-
Poul-Henning Kamp authored
Fixes #1255
-
- 29 Jan, 2013 1 commit
-
-
Poul-Henning Kamp authored
Eliminate SIGCHLD usage, it's icky, at best, when we have other child processes (See #1256) Instead of reaping the child on SIGCHLD, we do it explicitly, and there is now a 10 second wait to give the child a chance to shut down gracefully, before we take a bat to the kneecaps. More work may be warranted, but I want to get some feedback on this bit first. Fixes #1256
-
- 28 Jan, 2013 4 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Add a read-method to http_conn, and use it from all VFPs, which should be protocol agnostic.
-
Poul-Henning Kamp authored
from HTTP1 specific functionality.
-
Poul-Henning Kamp authored
-
- 25 Jan, 2013 2 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
resp.* Submitted by: jonathan.huot@thomsonreuters.com
-
- 24 Jan, 2013 3 commits
-
-
Poul-Henning Kamp authored
tmo can become negative if timeout_idle gets changed on the fly or when the rtc jumps
-
Tollef Fog Heen authored
It does not make any kind of sense to build a vmod as a static library, so tell libtool to only build a shared one.
-
Nils Goroll authored
parallel builds (make -jX) failed sporadically for the first compilation (before dependency tracking information was available) due to the race with python building vcc_if.h From 8e2751a28b7cb6331b386fbf6e1a7b1bdeafb4b7 Mon Sep 17 00:00:00 2001 From: Nils Goroll <nils.goroll@uplex.de> Date: Wed, 9 Jan 2013 20:46:13 +0100 Subject: [PATCH] proper dependencies for vmod automake parallel builds (make -jX) failed sporadically for the first compilation (before dependency tracking information was available) due to the race with python building vcc_if.h
-