]> err.no Git - varnish/shortlog
varnish
2008-08-11 phkEliminate <err.h> usage.
2008-08-11 phkRemove an spurious <err.h> include.
2008-08-11 petterCleaned up some usage statements
2008-08-11 phkMove the C-compiler invocation determination to autoconf.
2008-08-11 phkPull in all the #include <config.h> from the Solaris...
2008-08-07 phkFix a printf type complaint.
2008-08-07 phkTry to fix Automake spec to also work on FreeBSD.
2008-08-07 tfheenFix up Makefiles so make distcheck works again (out...
2008-08-06 petterAn outline and some text for a "Getting started guide...
2008-08-06 tfheenSupport out-of-tree builds, and make sure to clean...
2008-08-06 petterForgot a depedency to bin/varnishd/default.vcl
2008-08-06 petterUpdated the man page for vcl to include the default...
2008-08-05 phkAdd script to generate the request-processing state...
2008-08-05 phkAdd an .eps version
2008-08-05 petterFixed makefile depedency. default_vcl.h is now generate...
2008-08-04 phkMove the default VCL code into its own text file.
2008-08-01 phkThe compiler should not care about field order in direc...
2008-08-01 phkUse WRONG instead of INCOMPL
2008-08-01 phkMake explicit what is missing and what is asserts in...
2008-08-01 phkAdd WRONG(expl) macro for panicing from places we just...
2008-08-01 phkLonger delay for panic to complete.
2008-08-01 phkActually wait for the varnish child to stop in "varnish...
2008-08-01 phkReport back to CLI if we cannot start the child due...
2008-08-01 phkBe much more explicit about localhost.
2008-08-01 phkGo over the b* series of tests:
2008-08-01 phkAdd
2008-08-01 phknote when the fd gets closed
2008-08-01 phkFix pass statistics counter
2008-07-31 phkRename the vcl_fetch{} action "insert" to "deliver...
2008-07-31 phkThat test rightfully is a v* test
2008-07-31 phkAdd a test-case for VCL purging
2008-07-31 phkExplanation
2008-07-31 phkComplete the separation of synthetic from received...
2008-07-31 phkOk, 3 retries then...
2008-07-31 phkRetry client connects once.
2008-07-31 tfheenAdd uptime to varnishstat -1 output
2008-07-31 phkAn assert to convince FlexeLint that we have a variable.
2008-07-31 phkDon't write to read-only structure members in the share...
2008-07-31 phkAccept ECONNRESET when closing sockets during cleanup.
2008-07-31 phkMake separate stats counters for number of object check...
2008-07-31 phkFlexelint silencing
2008-07-31 phkCheck that we found a variable before using it.
2008-07-31 phkWe don't actually use miniobj.h, we do the same thing...
2008-07-31 phkFlexeLint polishing.
2008-07-30 phkAdd statistics about regexp purges.
2008-07-30 tfheenTry to connect to CLI 30 times rather than 10 to avoid...
2008-07-30 tfheenAdd cache_backend.h to the list of headers that go...
2008-07-27 phkForgot to add this file.
2008-07-25 phkChange param thread_pool_min to be the minimum number...
2008-07-25 phkNB: Be careful with -trunk, this is a quite intrusive...
2008-07-25 phkAdd a facility to constructing a synthetic object from...
2008-07-25 phkAdd a stevedore for synthetic pages.
2008-07-25 phkGive VSB's the mini-obj/magic treatment and enable...
2008-07-25 phkNeuter test b00015 so that automatic scripts don't...
2008-07-25 phkpolish dot graph a bit.
2008-07-25 phkFigure out if we need O_LARGEFILE to be compatible...
2008-07-24 phkRelax an assert to only check what we really care about...
2008-07-24 phkDon my peril sensitive sun-glasses, and go over the...
2008-07-24 phkMake the ESI testcases start with an XML tag to satsify...
2008-07-24 phkUse "localhost" in our acls, so it works no matter...
2008-07-24 phkAdd a check to avoid doing ESI parsing of objects that...
2008-07-24 phkProperly truncate bytes before hexdumping.
2008-07-24 desTest caching of synthetic error pages (broken since...
2008-07-24 desSet svn:keywords
2008-07-24 desSet svn:keywords on files that didn't already have it
2008-07-24 desFix temp file names
2008-07-24 desCorrect copyright statement.
2008-07-24 desReindent
2008-07-24 desMarkup
2008-07-23 phkMake the manager respect the diag_bitmap for child...
2008-07-23 phkPrevent loading multiple VCL's with the same name if...
2008-07-23 phkCopy&Paste'o
2008-07-23 phkMore Flexelint nitpickery
2008-07-23 phkFlexelint nits
2008-07-23 phkAdd a missing error check.
2008-07-23 phkNote that this testcase may fail on linux.
2008-07-23 phkWe should not open the shm file until we have a cli...
2008-07-23 phkPrefix acl functions with "named_" and "anon_" to avoid...
2008-07-23 phkDon't make assumptions about pthread_t
2008-07-23 phkuse strtod() instead of strtof()
2008-07-23 phkdon't make assumptions about pthread_t
2008-07-23 phkACL code rewrite:
2008-07-23 petterUpdated the default.vcl and man page with the latest...
2008-07-22 phkAdd a counter for shmlog wraparounds.
2008-07-22 phkconstage.
2008-07-22 petterUpdated the man page with the granularity option for...
2008-07-22 phkForce -w thread limits
2008-07-22 phkrenovate tackle_warg()
2008-07-22 petterAdded granularity as a subargument to the options for...
2008-07-22 phkslightly more delay seems necessary for stability.
2008-07-22 phkUse exit(4) when we don't want a panic coredump.
2008-07-22 phkAdd a testcase which panics the child, see the manager...
2008-07-22 phkAdd a "panic" vcl command, which does what you would...
2008-07-22 petterAdded the variable server.port that holds the port...
2008-07-22 phkAdd a cli_quote() function for quoting a string properl...
2008-07-22 phkAccept comma separation for the -a subargs for consiste...
2008-07-20 phkAlso check the "stats" command.
2008-07-20 phkAlso dump workspaces in panic.
2008-07-20 phkIgnore a couple of return values
2008-07-20 phkAdd diag_bitmap controls for panic behaviour.
next