- 28 Jun, 2006 17 commits
-
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@259 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
Start 5 threads in the worker pool. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@258 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
three (straight, chunked, eof) modes we used to fetch the object. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@257 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@256 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@255 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@254 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@253 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@252 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@251 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@250 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@249 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@248 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@247 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@246 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@245 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@244 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
stat_field.h defines the counter fields with name, type, (printf)format and description. stats.h defines a structure with these fields. shmlog.h makes the structure part of the shared memory logs header. Implent the "stats" CLI word in the management process. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@243 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 26 Jun, 2006 10 commits
-
-
Poul-Henning Kamp authored
Put discard objects on deathrow where they will be culled from in sequence. (prefetch not implemented yet) git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@242 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
out what's going on. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@241 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@240 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@239 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@238 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@237 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@236 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@235 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
interface. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@234 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
we need to move the data structures into the right shape. Push hashing into cache_hash.c Add objhead structure to hold the various hits for "Vary:" headers. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@233 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 24 Jun, 2006 10 commits
-
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@232 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
Mark objects with ttl=0 uncachable. Add cacheable objects to the expiry heap Start an expiry thread which polls the root element once per second git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@231 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@230 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@229 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@228 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
Add a reference to the first backend {} we encounter, it is the default. Add a reference to all backends assigned explicitly. Add a reference to all methods. Enable reference check, complain if: backend, function or acl is defined but not used, or used but not defined. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@227 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@226 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
fh and fc sbufs. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@225 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
Both Linux and FreeBSD supports them anyway. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@224 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
one for each VCL method to record the return one for errors one for linking a client session to a backend connection Use them sensibly. Put VCL name of backend into struct backend to improve log messages git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@223 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 22 Jun, 2006 1 commit
-
-
Poul-Henning Kamp authored
Generate the methods and their legal returns with the tcl script. Add consistency checks to make sure methods don't use illegal returns, and also check called subrourtines. Add consistency check to complain about recursive subroutine calls. Add consistency check to complain about unused or undefined subroutines. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@222 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 21 Jun, 2006 2 commits
-
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@221 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@220 d4fa192b-c00b-0410-8231-f00ffab90ce4
-