]>
err.no Git - varnish/log
des [Sun, 17 Feb 2008 09:28:24 +0000 (09:28 +0000)]
No longer necessary
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2497
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Sun, 17 Feb 2008 09:03:32 +0000 (09:03 +0000)]
Free leftover buffers when the loop ends (Coverity CID#10)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2494
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Sun, 17 Feb 2008 08:54:53 +0000 (08:54 +0000)]
Make sure buf is freed in error case (Coverity CID#9)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2493
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Sun, 17 Feb 2008 08:53:01 +0000 (08:53 +0000)]
Request is bogus if df_m, df_Uq or df_H are NULL (Coverity CID#2, CID#3)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2492
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Sat, 16 Feb 2008 11:03:37 +0000 (11:03 +0000)]
We may get spurious events on an unclosed fd as well. It won't cause
any harm, but I still want to catch it early so we get a log entry for
it.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2491
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 14:22:23 +0000 (14:22 +0000)]
Flexelint pleasing
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2490
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 13:35:22 +0000 (13:35 +0000)]
Make this cast less suspect to Flexelint
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2489
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 13:32:41 +0000 (13:32 +0000)]
Unused variable
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2488
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 13:32:04 +0000 (13:32 +0000)]
Define VARNISH_STATE_DIR
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2487
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 13:31:47 +0000 (13:31 +0000)]
Somebody ate my ')' on the way to the commit.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2486
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 13:19:49 +0000 (13:19 +0000)]
Tell if we could not write the PID file.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2485
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 13:04:36 +0000 (13:04 +0000)]
Flexelint does not react to the assert, so tell it what we know.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2484
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 12:59:59 +0000 (12:59 +0000)]
Check VLU_Fd return for good measure.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2483
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 12:56:01 +0000 (12:56 +0000)]
Remove a spurious debugging message.
Account for the HTTP bits we do know about and handle.
Ignore return value from shutdown(2)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2482
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 12:47:42 +0000 (12:47 +0000)]
Assert that VCC did its job with respect to weights.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2481
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 12:44:42 +0000 (12:44 +0000)]
Insist on a non-zero weight for random director memebers and
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2480
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 12:42:48 +0000 (12:42 +0000)]
Don't advance the token in vcc_UintVal(), that prevents precise
error messages based on the value of the integer.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2479
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 12:30:47 +0000 (12:30 +0000)]
Use the abort2(2) function to record our panic string, if we have it.
Protect macros with do {....} while(0)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2478
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 11:52:41 +0000 (11:52 +0000)]
Add a paramter for maximum CLI buffer size and use it both in child
and manager. To take effect, it must be specified with -p on the
command line.
Use VLU for managers CLI handling.
Note CLI connection events on stderr.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2477
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 11:27:25 +0000 (11:27 +0000)]
Give uint parameters the same treatment as bool and timeouts: eliminate
a lot of silly trivial functions.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2476
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 11:15:59 +0000 (11:15 +0000)]
Rewrite the childs CLI handling to use VLU
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2475
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 11:15:41 +0000 (11:15 +0000)]
Remove a duplicated message on the childs stdout.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2474
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 10:57:20 +0000 (10:57 +0000)]
A Give VLU_New() an optional buffersize argument
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2473
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 10:36:21 +0000 (10:36 +0000)]
Log everything we see on the childs stdout/stderr to syslog.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2472
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 10:34:42 +0000 (10:34 +0000)]
Add VLU (Varnish Line Up) a copy of LineUp from my private utility library:
A set of simple functions for cutting a byte stream into text-lines and
calling a function for each of them, as the they become available.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2471
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 10:28:00 +0000 (10:28 +0000)]
Add ALLOC_OBJ macro
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2470
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 10:08:02 +0000 (10:08 +0000)]
Move the sizeof debugging output to an undocumented debug.sizeof
CLI command.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2469
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 10:02:45 +0000 (10:02 +0000)]
remove dump.pool prototype
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2468
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 10:01:19 +0000 (10:01 +0000)]
remove the undocumented and unimplemented dump.pool command
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2467
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 09:41:23 +0000 (09:41 +0000)]
Give the param structure a void *priv, and use it to avoid a large
number of pointless trivial functions for bools and timeouts.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2466
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 09:09:47 +0000 (09:09 +0000)]
Adjust to direct inclusion of config.h
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2465
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 08:54:20 +0000 (08:54 +0000)]
Determine our backend (using the director) before we filter the req
into the bereq, in order to be able to assign a default Host: header
if there is none.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2464
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Fri, 15 Feb 2008 08:33:41 +0000 (08:33 +0000)]
Put a ULL suffix on numeric constants too large for 32 bit systems.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2463
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Fri, 15 Feb 2008 07:51:15 +0000 (07:51 +0000)]
Detect and gracefully recover from what appears to be a bug in the FreeBSD
kernel, which will sometimes report a null kqueue event.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2462
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Wed, 13 Feb 2008 17:25:57 +0000 (17:25 +0000)]
Regenerate
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2461
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Wed, 13 Feb 2008 17:25:52 +0000 (17:25 +0000)]
Forgot config.h here
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2460
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Wed, 13 Feb 2008 17:19:52 +0000 (17:19 +0000)]
Never mind trying to avoid libm, we already use it anyway.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2459
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Wed, 13 Feb 2008 17:12:59 +0000 (17:12 +0000)]
Enable tests + allow overrides from command line.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2458
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Wed, 13 Feb 2008 17:10:04 +0000 (17:10 +0000)]
SLT_Length is not relevant for backend requests.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2457
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Wed, 13 Feb 2008 14:58:48 +0000 (14:58 +0000)]
Disable tools that require curses if no curses library was found.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2456
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Wed, 13 Feb 2008 13:55:39 +0000 (13:55 +0000)]
Use #include "config.h" instead of -include config.h
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2455
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Wed, 13 Feb 2008 13:29:40 +0000 (13:29 +0000)]
Rewrite str2bytes, add unit test
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2454
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Wed, 13 Feb 2008 13:05:36 +0000 (13:05 +0000)]
Some source files (especially in libraries) have embedded test
programs. Add a configure option and a corresponding automake
conditional to enable these tests.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2453
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 13 Feb 2008 11:35:10 +0000 (11:35 +0000)]
Fix a bug relating to vbe_conn statistics counter.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2452
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 13 Feb 2008 10:59:25 +0000 (10:59 +0000)]
Go over the backend code and privatize a lot of stuff
that now belongs only in cache_backend.c
Control the caching of bereq's via the parameter.
Found no bugs, so I think I will release -trunk for
adventurous testers again.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2451
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 13 Feb 2008 10:57:17 +0000 (10:57 +0000)]
Add two new stat fields for counting bereq's and backends.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2450
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 13 Feb 2008 10:56:36 +0000 (10:56 +0000)]
Add a parameter for controlling caching of vbe_conn structures.
(the code that it controls follows in a minute)
I'm very interested to hear if there is any measurable effect
of this variable on heavily loaded systems.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2449
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 13 Feb 2008 10:55:03 +0000 (10:55 +0000)]
Fix example to new backend syntax
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2448
d4fa192b -c00b-0410-8231-
f00ffab90ce4
ssm [Tue, 12 Feb 2008 06:52:33 +0000 (06:52 +0000)]
Add information to \"-a\" about how to listen on multiple hosts or ports
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2447
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Mon, 11 Feb 2008 10:46:09 +0000 (10:46 +0000)]
Update backend declaration syntax. Note that a) vcl.7 needs a partial
rewrite to track this change, and b) there have been other changes which
also need to be merged in.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2446
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Mon, 11 Feb 2008 02:58:41 +0000 (02:58 +0000)]
Separate the handling of backend and client requests, greatly simplifying
both.
Skip piped requests, and requests that are interrupted by an error. This
should eliminate or at least greatly reduce the (null)s seen in logs.
Fix a conditional that blocked backend requests from being printed.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2445
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Sun, 10 Feb 2008 18:00:33 +0000 (18:00 +0000)]
Alphabetize command-line options.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2444
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Sat, 9 Feb 2008 15:59:21 +0000 (15:59 +0000)]
<sys/types.h> required by <sys/mman.h>
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2443
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Thu, 7 Feb 2008 09:54:42 +0000 (09:54 +0000)]
Make the random director work, and remove the old code.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2442
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Thu, 7 Feb 2008 09:53:28 +0000 (09:53 +0000)]
Emit the vcl_name from the backend host.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2441
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Thu, 7 Feb 2008 09:52:26 +0000 (09:52 +0000)]
Remove ident string from directors, they are not recycled.
Add vcl_name to backend hosts. Simple backends get the obvious
name. Directors inlined backend hosts gets the directors name
with an array suffix, for instance "b1[1]".
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2440
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Thu, 7 Feb 2008 09:33:30 +0000 (09:33 +0000)]
Use the correct ident (nuke the other one) and do only one dns lookup.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2439
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Thu, 7 Feb 2008 01:40:15 +0000 (01:40 +0000)]
_islocked_np() was renamed to isowned_np() in FreeBSD.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2438
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 6 Feb 2008 15:19:49 +0000 (15:19 +0000)]
First part of major backend overhaul.
*** Please do not use -trunk in production until I say so again ***
I have not entirely decided in the precise terminology, so the following
may sound a lot more complicated than it really is:
In VCL we can now have "backends" and "directors" both of which we
treat as a "backend".
When we define backends and directors in VCL, they refer to "backend
hosts" which is just another way to say "hostname+portname" but later
these will grow other parameters (max connections etc).
A director is a piece of code that selects a "backend host" somehow,
"random" and "round-robin" are the first algorithms. A backend
can still be specified directly of course, that's the "simple director"
that always return the same "backend host".
This is probably where an example is in order:
/* A backend as we know it */
backend b1 {
.host = "fs";
.port = "80";
}
/* A director */
director b2 random {
{
/* We can refer to named backends */
.backend = b1;
.weight = 7;
}
{
/* Or define them inline */
.backend = {
.host = "fs2";
}
.weight = 3;
}
}
sub vcl_recv {
if (req.url ~ "\[[a-z]]") {
set req.backend = b2;
} else {
set req.backend = b1;
}
}
This results in quite a lot of changes in the C code, VRT API and
VCL compiler, the major thrust being:
Directors like "simple" and "random" will not have to think about
the actual connections to the backends, but just concentrate on
selecting which backend should be used.
When a new VCL is loaded, it will instantiate all directors, but
try to reuse any preexisting "backend hosts" (which we still
call "backend" in the C code).
This is simple for a backend like "b1" in the example above, but
sligthly more complex for the backend inlined in b2. The VCL
compiler solves this, by qualifying the ident string for the inlined
backend host with the prefix "b2 random :: 2 :: ", so that a reload
of the same director with the same (unchanged) inline backend host
will match, but none other will.
One implication of instantiating all directors for every VCL load,
is that private statistics cannot be reused, but stats on the
backend host can. This is likely a very fine point of no consequence.
Once the backend is selected by the director, the generic code in
cache_backend.c will cope with reusing the connection pool,
establishing connections and all that, moving most of the nastyness
out of directors, leaving cache_dir_simple.c with only 96 lines of
code, of which the license is a large fraction.
Until now, we have done automatic DNS re-lookups, but they seem to
cause more grief than advantage (I suspect some of the DNS lookups
to be resposible for long timeouts), so that will be dropped, and
instead we might add an explicit CLI command for this later.
The code as here committed can handle a couple of simple requests,
but there are a large number of INCOMPL()'s that need to be resolved
before this is ready for prime time again.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2437
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 6 Feb 2008 09:47:24 +0000 (09:47 +0000)]
VBE_AddBackend() needs to always return the backend, so make it a pointer arg
and use the return int to tell if it was a reuse.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2436
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 6 Feb 2008 09:43:22 +0000 (09:43 +0000)]
I forgot to include the vcl_name of the random director in the structure.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2435
d4fa192b -c00b-0410-8231-
f00ffab90ce4
ssm [Wed, 6 Feb 2008 07:26:28 +0000 (07:26 +0000)]
Add more settings to vcl-mode.el, and make them customizable
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2434
d4fa192b -c00b-0410-8231-
f00ffab90ce4
ssm [Wed, 6 Feb 2008 06:36:58 +0000 (06:36 +0000)]
Add vcl_fetch to list of subroutines
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2433
d4fa192b -c00b-0410-8231-
f00ffab90ce4
ssm [Tue, 5 Feb 2008 19:41:11 +0000 (19:41 +0000)]
Put vcl-mode.el nearer to working order
* Clean up unused functions
* Set default indent-level to 8
* Actually provide 'vcl-mode (quite useful)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2432
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Tue, 5 Feb 2008 11:19:22 +0000 (11:19 +0000)]
Add the missing bits to actually allow discards of VCL code.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2431
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Tue, 5 Feb 2008 10:50:33 +0000 (10:50 +0000)]
Add a discard flag to the VCL_conf.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2430
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Tue, 5 Feb 2008 09:57:46 +0000 (09:57 +0000)]
Rename VBE_NewBackend() to VBE_AddBackend() and make it responsible for
the identity check for reusing backends between VCL.
Disable the round-robin code for now, I'm trying to get the random code
working first.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2429
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Tue, 5 Feb 2008 09:46:30 +0000 (09:46 +0000)]
We assume that all CLI processing in the child process happens in the
same thread (the main thread in fact).
Add an assert facility to mark the affected functions, just to make sure
nobody (else) gets an anciety attack over missing locking.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2428
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Tue, 5 Feb 2008 09:31:00 +0000 (09:31 +0000)]
cli_out() already has NULL check.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2427
d4fa192b -c00b-0410-8231-
f00ffab90ce4
ssm [Tue, 5 Feb 2008 08:26:31 +0000 (08:26 +0000)]
Add a VCL major mode for emacs
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2426
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Mon, 4 Feb 2008 09:58:55 +0000 (09:58 +0000)]
Backend fini functions are methods of the class, call the generic one.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2425
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Mon, 4 Feb 2008 09:55:53 +0000 (09:55 +0000)]
Add X-ref definition of random directors.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2424
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Mon, 4 Feb 2008 09:51:23 +0000 (09:51 +0000)]
Complete the VCC part of random directors, runtime code next.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2423
d4fa192b -c00b-0410-8231-
f00ffab90ce4
ssm [Mon, 4 Feb 2008 09:35:53 +0000 (09:35 +0000)]
Typo patrol
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2422
d4fa192b -c00b-0410-8231-
f00ffab90ce4
ssm [Mon, 4 Feb 2008 09:32:23 +0000 (09:32 +0000)]
Add documentation for req.hash
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2421
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Mon, 4 Feb 2008 09:26:36 +0000 (09:26 +0000)]
GC support code for the old backend specification code.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2420
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Sun, 3 Feb 2008 22:27:15 +0000 (22:27 +0000)]
Clean up checks for non-portable pthread extensions, and add a check for
pthread_mutex_islocked_np() (not present on any platform I know of, but I
am testing a FreeBSD patch)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2419
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Sun, 3 Feb 2008 22:26:25 +0000 (22:26 +0000)]
Centralize <pthread_np.h> include, and use pthread_mutex_islocked_np() for
ALOCKED() if available.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2418
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Sun, 3 Feb 2008 15:59:01 +0000 (15:59 +0000)]
Look for the new SF_SYNC facility in FreeBSDs sendfile(2), and if we
find it, allow its use, but still default to off via sendfile_threshold
paramter.
SF_SYNC is only available in FreeBSD-current as of a few seconds
ago, and is unlikely to appear in any release before FreeBSD-8.0
for intricate reasons of ABI compliance.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2417
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Sat, 2 Feb 2008 10:58:05 +0000 (10:58 +0000)]
Add an ALOCKED() macro which asserts that a mutex is locked. Unfortunately,
there is no portable way to do this, so we have to fake it by trying to lock
the mutex and assert that it fails. This can be very expensive, so we only
do it when built with --enable-diagnostics.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2416
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Thu, 31 Jan 2008 11:57:51 +0000 (11:57 +0000)]
Update copyright; also convert a couple of files from ISO-8859-1 to UTF-8.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2415
d4fa192b -c00b-0410-8231-
f00ffab90ce4
des [Thu, 31 Jan 2008 11:41:32 +0000 (11:41 +0000)]
Mention that varnishd(1) has a list of commands and parameters, and
also how to obtain them from varnishd itself.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2414
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 30 Jan 2008 10:33:17 +0000 (10:33 +0000)]
Add flexelint files
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2413
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 30 Jan 2008 10:32:52 +0000 (10:32 +0000)]
Silence FlexeLint
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2412
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 30 Jan 2008 10:30:39 +0000 (10:30 +0000)]
Silence FlexeLint: use a union for sockaddr sizing, mark ignored returns.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2411
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 30 Jan 2008 10:24:54 +0000 (10:24 +0000)]
Flexelint silencing: a (), a couple of const and cast.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2410
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 30 Jan 2008 10:20:54 +0000 (10:20 +0000)]
Silence FlexeLint: ignore returns, a constification and a couple of asserts.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2409
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 30 Jan 2008 10:15:07 +0000 (10:15 +0000)]
Silence Flexelint
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2408
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 30 Jan 2008 10:12:58 +0000 (10:12 +0000)]
Flexelint silencing
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2407
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 30 Jan 2008 10:08:42 +0000 (10:08 +0000)]
Flexelint silencing: constification, mark ignored returnvalues etc.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2406
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 30 Jan 2008 10:03:51 +0000 (10:03 +0000)]
Assert non-NULL pointer return.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2405
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 30 Jan 2008 10:02:19 +0000 (10:02 +0000)]
Make sure we get the right assert() macro.
Constification.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2404
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 30 Jan 2008 10:01:13 +0000 (10:01 +0000)]
Remove unused #include
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2403
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Wed, 30 Jan 2008 09:50:26 +0000 (09:50 +0000)]
Check various return values (or not) to reduce Flexelint noise.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2402
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Tue, 29 Jan 2008 16:05:54 +0000 (16:05 +0000)]
I am not sure if this is a/the race some users are seeing, or if it
even can have any effect, but this will close it at a cost of one
extra kevent(2) every 100ms timer tick.
The (perceived) problem is that we have pending kqueue changes we
have not yet told the kernel about, then close a number of expired
FD's which might be instantly be recycled by the accept(2) over in
the other thread before we tell the kernel about the pending changes.
In that case, the kernel has no way of knowing that our changes
referred to the previous instance of the fd and not the new one.
The solution is to push the changes to the kernel before servicing
the timer.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2401
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Tue, 29 Jan 2008 11:53:41 +0000 (11:53 +0000)]
More FlexeLint inspired cleanup
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2400
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Tue, 29 Jan 2008 11:39:27 +0000 (11:39 +0000)]
Flexelint inspired polishing
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2399
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Tue, 29 Jan 2008 11:17:37 +0000 (11:17 +0000)]
missing #ifdef HAVE_SENDFILE
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2398
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Tue, 29 Jan 2008 11:14:22 +0000 (11:14 +0000)]
Specifically mark return values we do not wish to check.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2397
d4fa192b -c00b-0410-8231-
f00ffab90ce4
phk [Tue, 29 Jan 2008 10:59:01 +0000 (10:59 +0000)]
Close another possible NULL dereference
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2396
d4fa192b -c00b-0410-8231-
f00ffab90ce4