]> err.no Git - varnish/shortlog
varnish
2007-08-20 desIf the first and only argument is 'list', list all...
2007-08-20 bahnerFixed silly race
2007-08-20 bahnerAdded forgotten shebang to postinst
2007-08-20 bahnerAdd file to install man pages; call varnish_setup_user...
2007-08-20 ingvarA svn trunk build needs automake, autoconf and libtool...
2007-08-20 phkIsolate the C-compiler even more with env -i and -nostdinc
2007-08-20 phkUse uppercase VBE prefix for VBE_new_bereq() and VBE_fr...
2007-08-20 bahnerComment on postinst user-creation
2007-08-20 bahnerAdded creation of varnish user and group to postinst
2007-08-20 phkAssert that the timestats we need for VSL_StatSess...
2007-08-20 bahnerAdded -u and -g to default setup. Bumped release.
2007-08-20 desChange the way the result from a command is reported...
2007-08-20 phkAdd more asserts to try to find a cure for #150.
2007-08-20 desUse a TCP connection for management commands, rather...
2007-08-19 phkReset the cli buffer when we have soaked up all it...
2007-08-19 phkFeed my virtual whitespace habbit.
2007-08-19 desWhitespace cleanup.
2007-08-19 desRestructure mgt_cli_callback(), and add comments to...
2007-08-19 desImprove style.
2007-08-19 desWhitespace cleanup
2007-08-17 knutroy* Use CRLF EOL-markers.
2007-08-17 knutroy* Work-around for VCL-loading issue (apparently a race...
2007-08-16 knutroy* Added automatic shutdown of Client-objects used by...
2007-08-15 desShow elapsed time in milliseconds instead of microsecon...
2007-08-15 knutroy* Added handling of event handlers using die(), by...
2007-08-14 ingvar* Tue Aug 14 2007 Ingvar Hagelund <ingvar@linpro.no...
2007-08-13 desAdd (as a comment for now) some information on the...
2007-08-13 desThe syntax has changed.
2007-08-13 desUse assert_xid() in testPassPOST().
2007-08-13 desFix assert_xid() and add assert_no_xid() (useful for...
2007-08-13 desDocument what seems to be a bug in the framework.
2007-08-13 desNot all responses have XIDs.
2007-08-13 desCorrect three bits worth of line noise. This fixes...
2007-08-13 desReadability nit
2007-08-13 desDisable tests which we aren't entirely sure should...
2007-08-13 desUse set_param() to enable VCL tracing
2007-08-13 desAdd set_param()
2007-08-13 desTypo in previous commit.
2007-08-13 desImprove timeout handling, and add a server timeout...
2007-08-10 ssmAdded missing dependency on "libc6-dev | libc-dev"...
2007-08-10 phkDon't call functions outside the VRT namespace, even...
2007-08-10 phkFix an architectural mistake:
2007-08-10 desDocument purge_url / purge_hash
2007-08-10 phkRemove the "purge" compat, we never shipped it in a...
2007-08-10 desAvoid mixing statements and declarations (#147)
2007-08-09 desAdd some text about the cli + the munin / nagios /...
2007-08-09 desFormat <command>, <literal> and <varname> in monospace.
2007-08-09 desExplain the meaning of obj.valid and obj.cacheable.
2007-08-09 desRename libcompat to libvarnishcompat, and make it dynamic.
2007-08-08 phkImplement purging on either of hash or url.
2007-08-08 desI'm not sure Varnish should GET from the backend when...
2007-08-08 desStart varnishd with '-n regress'.
2007-08-08 desAdd three regression tests for POST request handling...
2007-08-08 desImprove request generation.
2007-08-08 desRemove FreeBSD workaround; the FreeBSD ports tree has...
2007-08-08 phkElminiate a spurious message when sigchild looses a...
2007-08-07 phkMinimize a race when looking up addresses for backends.
2007-08-07 phkImplement "error" action in vcl_fetch() and vcl_deliver()
2007-08-07 phkWhen vcl_miss() take error action, remember to discard...
2007-08-06 phkForgot an assert.
2007-08-06 phkRewrite the req.hash implmentation:
2007-08-06 phkAdd piecemal crc32 function back, we will need it for...
2007-08-06 phkHave the VCL compiler provide a hint about the worst...
2007-08-05 phkAdd comment to remind myself.
2007-08-05 phkvrt.h is not needed here.
2007-08-05 phkAdd a missing return: we always return after detecting...
2007-08-05 phkAdd missing assert
2007-08-05 phkWe need the math library on some systems.
2007-08-05 phkMake the nonexistence of "nobody" and "nogroup" users...
2007-08-05 phkIntroduce a "replace()" function to replace a malloc...
2007-08-05 phkSynchronize the paramters after we call their accessor...
2007-08-03 desTry harder to avoid integer overflows in cache file...
2007-08-03 desSynchronize these two files.
2007-07-31 desFine-tune the vhost example.
2007-07-30 desNote that MAX_IOVS is intentionally not equal to IOV_MAX.
2007-07-30 desI accidentally committed the wrong patch in r1787;...
2007-07-30 desBogons in previous commit. Pass me the pointy hat...
2007-07-30 despid_t is not necessarily compatible with int.
2007-07-30 desUse fcntl(2)-style locks instead of non-portable flock...
2007-07-30 desExplicitly set TZ to GMT.
2007-07-30 desUse mktime() rather than the unportable timegm(). ...
2007-07-30 desAvoid using non-portable <err.h>.
2007-07-30 desAvoid referencing <sys/cdefs.h> and __{BEGIN,END}_DECLS.
2007-07-28 desAdd a slew of utilities to simplify the writing of...
2007-07-28 desEmpty responses are not necessarily incorrect, even...
2007-07-28 desReverse the logic for sp->wantbody: assume it is always...
2007-07-28 desRefactor this test case. Note that it still fails...
2007-07-27 cecilihfAdded a health parameter for the backend. This is reada...
2007-07-26 desAdd change log for 1.1.1 + various prop fixes
2007-07-26 desWhitespace & indentation
2007-07-26 desfix props
2007-07-26 desRename to a more easily remembered (and typed) name.
2007-07-26 desCorrect copyright years.
2007-07-26 cecilihfRegression test for http purge with regexp
2007-07-25 desImplement the full range syntax, eliminating the need...
2007-07-25 desAllow values to be specified as arithmetic expressions...
2007-07-25 desSet x bit.
2007-07-25 desAdd a "usage" parameter which reports cache file usage.
2007-07-25 cecilihfStyle...
2007-07-25 cecilihfUse purge in function names instead of repurge and...
next