]> err.no Git - varnish/log
varnish
16 years agoSet version to 2.0-tp2 in configure.ac
tfheen [Wed, 25 Jun 2008 13:32:29 +0000 (13:32 +0000)]
Set version to 2.0-tp2 in configure.ac

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2803 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoCompensate for \r being magic now.
phk [Wed, 25 Jun 2008 10:04:49 +0000 (10:04 +0000)]
Compensate for \r being magic now.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2802 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoFix for ticket 262: When we trim leading whitespace that was
phk [Wed, 25 Jun 2008 09:59:21 +0000 (09:59 +0000)]
Fix for ticket 262:  When we trim leading whitespace that was
read-ahead, NUL the rxbuffer.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2801 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd regression test for ticket 262
phk [Wed, 25 Jun 2008 09:58:43 +0000 (09:58 +0000)]
Add regression test for ticket 262

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2800 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd "send" command for explicitly sending bytestrings
phk [Wed, 25 Jun 2008 09:58:31 +0000 (09:58 +0000)]
Add "send" command for explicitly sending bytestrings

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2799 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoHandle \r in strings
phk [Wed, 25 Jun 2008 09:57:54 +0000 (09:57 +0000)]
Handle \r in strings

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2798 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoFix Flexelint complaints
phk [Tue, 24 Jun 2008 21:39:04 +0000 (21:39 +0000)]
Fix Flexelint complaints

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2797 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoFix an interesting shortcoming in GCC's error checks which Flexelint
phk [Tue, 24 Jun 2008 21:37:22 +0000 (21:37 +0000)]
Fix an interesting shortcoming in GCC's error checks which Flexelint
correctly spotted: deconsting through strchr().

A couple of other flexelint nits while here

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2796 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoDon't whine about ../../config.h
phk [Tue, 24 Jun 2008 21:30:24 +0000 (21:30 +0000)]
Don't whine about ../../config.h

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2795 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAlso tally Notes
phk [Tue, 24 Jun 2008 21:29:56 +0000 (21:29 +0000)]
Also tally Notes

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2794 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoMake the debug element conditional on DEBUG macro being defined.
phk [Tue, 24 Jun 2008 21:29:32 +0000 (21:29 +0000)]
Make the debug element conditional on DEBUG macro being defined.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2793 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoOoops, last commit got one file more than intended.
phk [Tue, 24 Jun 2008 18:12:02 +0000 (18:12 +0000)]
Ooops, last commit got one file more than intended.

Here is the fix for the regsub() issue: Don't release negative bytecounts,
we have the special variant WS_ReleaseP() just for jobs like this.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2792 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoNever release more bytes than there is room for.
phk [Tue, 24 Jun 2008 18:09:38 +0000 (18:09 +0000)]
Never release more bytes than there is room for.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2791 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years ago#260: make pidfile mode less restrictive.
des [Tue, 24 Jun 2008 11:46:24 +0000 (11:46 +0000)]
#260: make pidfile mode less restrictive.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2790 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd test to exercise the -s parameter
tfheen [Tue, 24 Jun 2008 10:57:59 +0000 (10:57 +0000)]
Add test to exercise the -s parameter

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2789 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoFix segfault when reset_cmds is called for cmd_shell
tfheen [Tue, 24 Jun 2008 10:53:56 +0000 (10:53 +0000)]
Fix segfault when reset_cmds is called for cmd_shell

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2788 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd a "shell" keyword for executing shell commands with system(3).
phk [Tue, 24 Jun 2008 10:35:15 +0000 (10:35 +0000)]
Add a "shell" keyword for executing shell commands with system(3).

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2787 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoCatch two other return cases from smf_init() so we don't close
phk [Tue, 24 Jun 2008 10:15:17 +0000 (10:15 +0000)]
Catch two other return cases from smf_init() so we don't close
the storage file by accident.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2786 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoFix code, so varnish will still start as long as at least one listen
phk [Tue, 24 Jun 2008 10:04:48 +0000 (10:04 +0000)]
Fix code, so varnish will still start as long as at least one listen
address works.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2785 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd a testcase for starting with some bad listen sockets.
phk [Tue, 24 Jun 2008 10:04:08 +0000 (10:04 +0000)]
Add a testcase for starting with some bad listen sockets.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2784 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoMove setting of TESTS inside the if ENABLE_TESTS block so as to make make distcheck...
tfheen [Tue, 24 Jun 2008 08:21:42 +0000 (08:21 +0000)]
Move setting of TESTS inside the if ENABLE_TESTS block so as to make make distcheck happy

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2783 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd missing header files to make make distcheck happier
tfheen [Tue, 24 Jun 2008 08:18:10 +0000 (08:18 +0000)]
Add missing header files to make make distcheck happier

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2782 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoDrop debian/Makefile from configure.ac too
tfheen [Tue, 24 Jun 2008 07:45:56 +0000 (07:45 +0000)]
Drop debian/Makefile from configure.ac too

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2781 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoOn FreeBSD at least "localhost" resolves to two address, one IPv4
phk [Mon, 23 Jun 2008 16:49:48 +0000 (16:49 +0000)]
On FreeBSD at least "localhost" resolves to two address, one IPv4
and one IPv6, resort to "127.0.0.1"

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2780 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoStop distributing debian/ in the tarball
tfheen [Mon, 23 Jun 2008 14:11:02 +0000 (14:11 +0000)]
Stop distributing debian/ in the tarball

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2779 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoBe explicit about listening to localhost
tfheen [Mon, 23 Jun 2008 13:23:45 +0000 (13:23 +0000)]
Be explicit about listening to localhost

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2778 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoMacroize the method function arguments
phk [Sun, 22 Jun 2008 22:00:02 +0000 (22:00 +0000)]
Macroize the method function arguments

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2777 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd a start/stop CLI command test
phk [Sun, 22 Jun 2008 21:41:20 +0000 (21:41 +0000)]
Add a start/stop CLI command test

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2776 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoA better solution than mutexes: give the thread that listens to
phk [Sun, 22 Jun 2008 21:40:21 +0000 (21:40 +0000)]
A better solution than mutexes: give the thread that listens to
varnish debugging output a separate log handle.

(The point here is to maximize the amount of concurrency we can
simulate.  Down the road, the logging may become pre thread with
a final sorting pass to get all the messages correctly interleaved.)

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2775 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoHold a mutex for each log destination
phk [Sun, 22 Jun 2008 21:34:50 +0000 (21:34 +0000)]
Hold a mutex for each log destination

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2774 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoMore work to polish the manager/client interaction, and get more
phk [Sun, 22 Jun 2008 14:20:31 +0000 (14:20 +0000)]
More work to polish the manager/client interaction, and get more
systematic messages into syslog.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2773 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoUse instance name (-n) or "varnishd" for syslog identifier.
phk [Sun, 22 Jun 2008 12:15:11 +0000 (12:15 +0000)]
Use instance name (-n) or "varnishd" for syslog identifier.

Log under facility LOCAL0

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2772 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd a VBM bitmap for keeping track of which filedescriptors the worker
phk [Sun, 22 Jun 2008 11:50:39 +0000 (11:50 +0000)]
Add a VBM bitmap for keeping track of which filedescriptors the worker
process should inherit, and close all other fd's in the child.

Rename variables used for the various fd's to more understandable names.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2771 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoPolish this to the new more general usage:
phk [Sun, 22 Jun 2008 11:46:00 +0000 (11:46 +0000)]
Polish this to the new more general usage:

Allocate smaller lumps.
Don't extend to clear bits.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2770 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd VBM, a resizing bitmap implementation we previously had in kqueue.
phk [Sun, 22 Jun 2008 11:41:32 +0000 (11:41 +0000)]
Add VBM, a resizing bitmap implementation we previously had in kqueue.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2769 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoUse VLU to assemble output from the C-compiler.
phk [Sun, 22 Jun 2008 08:50:23 +0000 (08:50 +0000)]
Use VLU to assemble output from the C-compiler.

Close all fd's above stderr before exec'ing the C-compiler.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2768 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd testcase for multiple thread pools
phk [Sun, 22 Jun 2008 08:10:38 +0000 (08:10 +0000)]
Add testcase for multiple thread pools

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2767 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoDefault to 2 thread pools again.
phk [Sun, 22 Jun 2008 08:10:19 +0000 (08:10 +0000)]
Default to 2 thread pools again.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2766 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoMake sure all pools have their minimum complement of threads.
phk [Sun, 22 Jun 2008 08:10:05 +0000 (08:10 +0000)]
Make sure all pools have their minimum complement of threads.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2765 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoChange an assert() to diagnostic() since it negates the benefit we
phk [Sat, 21 Jun 2008 21:04:59 +0000 (21:04 +0000)]
Change an assert() to diagnostic() since it negates the benefit we
seek from the HTTP header indentification speedup.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2764 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd a diagnostic() wrapper around assert() for checks which are so expensive
phk [Sat, 21 Jun 2008 21:03:27 +0000 (21:03 +0000)]
Add a diagnostic() wrapper around assert() for checks which are so expensive
that we may want to compile them out for performance at a latter date.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2763 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAvoid <ctype.h> entirely
phk [Sat, 21 Jun 2008 20:56:14 +0000 (20:56 +0000)]
Avoid <ctype.h> entirely

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2762 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoUse vct character classification instead of private table.
phk [Sat, 21 Jun 2008 20:51:58 +0000 (20:51 +0000)]
Use vct character classification instead of private table.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2761 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoRegression test case for ticket 255
phk [Sat, 21 Jun 2008 18:57:44 +0000 (18:57 +0000)]
Regression test case for ticket 255

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2760 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoeditor-bogon: add missing ')'
phk [Sat, 21 Jun 2008 18:55:42 +0000 (18:55 +0000)]
editor-bogon: add missing ')'

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2759 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoNB: some of this commit sneaked into #2757
phk [Sat, 21 Jun 2008 18:55:13 +0000 (18:55 +0000)]
NB: some of this commit sneaked into #2757

Fix http_GetHdrField() to use the correct RFC2616 syntax for tokens
and separators.

Fixes ticket #255.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2758 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd vct_issepctl()
phk [Sat, 21 Jun 2008 18:51:29 +0000 (18:51 +0000)]
Add vct_issepctl()

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2757 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoCollapse the upper/lower alpha class until we need them separate.
phk [Sat, 21 Jun 2008 18:37:48 +0000 (18:37 +0000)]
Collapse the upper/lower alpha class until we need them separate.
Add "separator" class.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2756 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoGo back to 1 pool by default, there is a startup problem if you only
phk [Sat, 21 Jun 2008 17:18:15 +0000 (17:18 +0000)]
Go back to 1 pool by default, there is a startup problem if you only
get a single request.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2755 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAssert that deadlines are not NAN
phk [Sat, 21 Jun 2008 08:39:14 +0000 (08:39 +0000)]
Assert that deadlines are not NAN

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2754 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoFix the default thread pool parameters to 2 pools, 500 threads and 300 seconds.
phk [Sat, 21 Jun 2008 07:48:02 +0000 (07:48 +0000)]
Fix the default thread pool parameters to 2 pools, 500 threads and 300 seconds.

Add usage for -u while here.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2753 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoUse subtraction rather than digittoint since digittoint does not exist on non-BSDs
tfheen [Sat, 21 Jun 2008 06:42:34 +0000 (06:42 +0000)]
Use subtraction rather than digittoint since digittoint does not exist on non-BSDs

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2752 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoGive BAN_Add() an (option) cli argument so errors can be reported
phk [Fri, 20 Jun 2008 21:33:21 +0000 (21:33 +0000)]
Give BAN_Add() an (option) cli argument so errors can be reported
but also give it a return value since we don't have a cli in VCL.

However, I'm not sure how we will report the error in VCL, so still
log the trouble in shmlog.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2751 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoRename AddBan() to BAN_Add() for consistency.
phk [Fri, 20 Jun 2008 21:16:22 +0000 (21:16 +0000)]
Rename AddBan() to BAN_Add() for consistency.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2750 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoSpell "content-length" correctly.
phk [Fri, 20 Jun 2008 15:49:10 +0000 (15:49 +0000)]
Spell "content-length" correctly.

Add regresion test for ticket 102

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2749 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd a TCP reuse testcase, and polish the a00006 case a bit
phk [Fri, 20 Jun 2008 15:34:14 +0000 (15:34 +0000)]
Add a TCP reuse testcase, and polish the a00006 case a bit

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2748 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoMore support for message bodies
phk [Fri, 20 Jun 2008 15:26:02 +0000 (15:26 +0000)]
More support for message bodies

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2747 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoMention that strings use %xx escapes in VCL.
phk [Fri, 20 Jun 2008 14:51:51 +0000 (14:51 +0000)]
Mention that strings use %xx escapes in VCL.

Closes 252

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2746 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd a boolean paramter "log_local_address" which enables logging of
phk [Fri, 20 Jun 2008 14:47:50 +0000 (14:47 +0000)]
Add a boolean paramter "log_local_address" which enables logging of
the local socket address in the SessionOpen records in SHM.

This costs us an extra getsockname(2) call per connection, so default
to off.

SHM clients can tell the state of this option by the number of fields
in SessionOpen: 3 (off) or 4 (on).

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2745 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd a param "log_hashstring" that controls logging of the completed
phk [Fri, 20 Jun 2008 13:08:52 +0000 (13:08 +0000)]
Add a param "log_hashstring" that controls logging of the completed
hash string in SHM log under the "Hash" tag.

Enabling this increases pressure on the SHM log considerably, so don't
enable it, unless you need it.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2744 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoMake regsub() return an empty string if it gets no input.
phk [Fri, 20 Jun 2008 12:43:45 +0000 (12:43 +0000)]
Make regsub() return an empty string if it gets no input.

Fixes ticket 251 (regression test added)

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2743 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoforgot to svn add this one: logging functions for varnishtest
phk [Fri, 20 Jun 2008 12:25:25 +0000 (12:25 +0000)]
forgot to svn add this one: logging functions for varnishtest

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2742 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoNB: FLAGDAY!
phk [Fri, 20 Jun 2008 11:58:25 +0000 (11:58 +0000)]
NB: FLAGDAY!

Make an executive decision, and change the regsub() replacement specifiers to
get something which is consistent and nontroubling for URL and query strings.

Since $ and & both are heavily used in query strings, we (DES & I)
have chosen to use \0 ... \9 for replacement indicators, with \0
being the "all matched text" replacement and \1...\9 replacing
with tne N'th paranthesized subexpressions.

   regsub("_barf_", "(b)(a)(r)(f)", "\0\4\3\2\\p") -> "_barffra\p_"

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2741 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd regsub test case so I don't break it again.
phk [Fri, 20 Jun 2008 10:20:30 +0000 (10:20 +0000)]
Add regsub test case so I don't break it again.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2740 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoFix a number of issues and bugs with regsub():
phk [Fri, 20 Jun 2008 10:20:12 +0000 (10:20 +0000)]
Fix a number of issues and bugs with regsub():

Allow '\' to escape the next char.

Make '$$' be the same as '&': entire match
XXX: NB: Should we drop the sed(1) usage of '&' here, it means
XXX: a lot of backslashing in query string urls ?

Make $-digit work correctly.

Fixes ticket 249

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2739 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd a hand function to safely add text to a txt
phk [Fri, 20 Jun 2008 10:15:56 +0000 (10:15 +0000)]
Add a hand function to safely add text to a txt

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2738 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoUse default_grace consistently or it will all be in vain.
phk [Fri, 20 Jun 2008 07:32:38 +0000 (07:32 +0000)]
Use default_grace consistently or it will all be in vain.

Submitted by: sky
Fixes: ticket 253

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2737 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoRework the output of messages and add -q and -v options.
phk [Fri, 20 Jun 2008 06:56:03 +0000 (06:56 +0000)]
Rework the output of messages and add -q and -v options.

This allows us to use buffered approaches later, if the file descritor
lock stats to interfere with our concurrency.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2736 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoExpect X-Varnish to show the correct XIDs
phk [Tue, 17 Jun 2008 20:52:20 +0000 (20:52 +0000)]
Expect X-Varnish to show the correct XIDs

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2734 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd -cli command.
phk [Tue, 17 Jun 2008 20:52:00 +0000 (20:52 +0000)]
Add -cli command.

Always reset XID to 1000 on start.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2733 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd a debug.xid CLI command to the child process that allows us to
phk [Tue, 17 Jun 2008 20:46:29 +0000 (20:46 +0000)]
Add a debug.xid CLI command to the child process that allows us to
inspect and change the XID counter.

This will allow varnishtester to test XID headers for correct behaviour.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2732 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoA couple more basic tests: pass and cache hit
phk [Tue, 17 Jun 2008 20:35:45 +0000 (20:35 +0000)]
A couple more basic tests: pass and cache hit

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2731 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAutomatically wait for servers and clients during reset pass.
phk [Tue, 17 Jun 2008 20:27:31 +0000 (20:27 +0000)]
Automatically wait for servers and clients during reset pass.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2730 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd a trivial pipe test
phk [Tue, 17 Jun 2008 10:20:29 +0000 (10:20 +0000)]
Add a trivial pipe test

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2729 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoLaunch varnish on -vcl or -vcl+backend if not already done.
phk [Tue, 17 Jun 2008 10:19:33 +0000 (10:19 +0000)]
Launch varnish on -vcl or -vcl+backend if not already done.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2728 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoDon't say we're done until after we have reset everything.
phk [Tue, 17 Jun 2008 10:19:13 +0000 (10:19 +0000)]
Don't say we're done until after we have reset everything.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2727 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoNow that varnishd's -d -d mode behaves correctly, use a more
phk [Tue, 17 Jun 2008 10:15:20 +0000 (10:15 +0000)]
Now that varnishd's -d -d mode behaves correctly, use a more
civilized shutdown sequence.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2726 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoDon't assert that the close succeeds, we may already have closed the telnet
phk [Tue, 17 Jun 2008 10:14:23 +0000 (10:14 +0000)]
Don't assert that the close succeeds, we may already have closed the telnet
socket.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2725 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoWhen running in -d -d mode, close all telnet sockets when stdin closes.
phk [Tue, 17 Jun 2008 10:13:03 +0000 (10:13 +0000)]
When running in -d -d mode, close all telnet sockets when stdin closes.

... But do not do this for the single -d mode.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2724 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoFix another corner case in teardown of the event manager.
phk [Tue, 17 Jun 2008 10:11:44 +0000 (10:11 +0000)]
Fix another corner case in teardown of the event manager.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2723 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoFix broken logic in the poll-fd compaction function, which resulted in
phk [Tue, 17 Jun 2008 09:37:44 +0000 (09:37 +0000)]
Fix broken logic in the poll-fd compaction function, which resulted in
a panic during this sequence:

varnishd -d -d -T :8082
ctrl-D
telnet localhost 8082 (from other terminal)

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2722 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoHack up a crude debugging facility for the event manager.
phk [Tue, 17 Jun 2008 09:21:58 +0000 (09:21 +0000)]
Hack up a crude debugging facility for the event manager.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2721 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoUse POLLIN instead of POLLRDNORM
phk [Tue, 17 Jun 2008 08:57:46 +0000 (08:57 +0000)]
Use POLLIN instead of POLLRDNORM

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2720 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAssert that the event manager found something for each pending fd.
phk [Tue, 17 Jun 2008 08:18:42 +0000 (08:18 +0000)]
Assert that the event manager found something for each pending fd.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2719 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd varnish -wait and make varnish -stop mean the logical thing
phk [Tue, 17 Jun 2008 08:03:58 +0000 (08:03 +0000)]
Add varnish -wait and make varnish -stop mean the logical thing

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2718 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd a -vcl+backend argument to the varnish command which autogenerates
phk [Tue, 17 Jun 2008 07:53:21 +0000 (07:53 +0000)]
Add a -vcl+backend argument to the varnish command which autogenerates
backend stanzas for the servers we know about.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2717 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoUse vsb_newauto() macro throughout
phk [Tue, 17 Jun 2008 07:37:27 +0000 (07:37 +0000)]
Use vsb_newauto() macro throughout

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2716 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoallow delays in http procssing (client & server)
phk [Tue, 17 Jun 2008 07:32:43 +0000 (07:32 +0000)]
allow delays in http procssing (client & server)

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2715 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd -vcl option varnish command, to load inline VCL code.
phk [Tue, 17 Jun 2008 07:30:16 +0000 (07:30 +0000)]
Add -vcl option varnish command, to load inline VCL code.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2714 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd a vsb_newauto() macro
phk [Tue, 17 Jun 2008 07:24:20 +0000 (07:24 +0000)]
Add a vsb_newauto() macro

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2713 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd a delay command, it takes second.fraction and uses usleep()
phk [Tue, 17 Jun 2008 07:10:14 +0000 (07:10 +0000)]
Add a delay command, it takes second.fraction and uses usleep()
below 100s and sleep() over.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2712 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoWe don't want a separate vcl command, it will be a subcommand of the
phk [Tue, 17 Jun 2008 07:04:03 +0000 (07:04 +0000)]
We don't want a separate vcl command, it will be a subcommand of the
varnish command.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2711 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoremove redundant -repeat 1
phk [Mon, 16 Jun 2008 22:31:27 +0000 (22:31 +0000)]
remove redundant -repeat 1

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2710 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd the first test-case that involves a varnish process
phk [Mon, 16 Jun 2008 22:16:40 +0000 (22:16 +0000)]
Add the first test-case that involves a varnish process

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2709 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoUse 9081 as default server address
phk [Mon, 16 Jun 2008 22:15:27 +0000 (22:15 +0000)]
Use 9081 as default server address

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2708 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd CLI asking function.
phk [Mon, 16 Jun 2008 22:14:56 +0000 (22:14 +0000)]
Add CLI asking function.
Get pipe magic right.
Add brutal stop function.

See the first test transaction get through.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2707 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoShow servers listen address.
phk [Mon, 16 Jun 2008 22:13:52 +0000 (22:13 +0000)]
Show servers listen address.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2706 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoMake sure backend connections are blocking before we need them to be.
phk [Mon, 16 Jun 2008 22:10:52 +0000 (22:10 +0000)]
Make sure backend connections are blocking before we need them to be.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2705 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoMove cli_func_ping() prototype where it belongs.
phk [Mon, 16 Jun 2008 21:58:57 +0000 (21:58 +0000)]
Move cli_func_ping() prototype where it belongs.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2704 d4fa192b-c00b-0410-8231-f00ffab90ce4

16 years agoAdd code to launch a varnish instance and open a CLI connection to it
phk [Mon, 16 Jun 2008 21:28:18 +0000 (21:28 +0000)]
Add code to launch a varnish instance and open a CLI connection to it
via TELNET.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2703 d4fa192b-c00b-0410-8231-f00ffab90ce4