]> err.no Git - varnish/shortlog
varnish
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.
2008-07-20 phkRemove the session-specific assert facility, the genera...
2008-07-20 phkReconstitute the dumping of sessions, objects &c &c...
2008-07-20 phkpanicstr is deliberately not static
2008-07-20 phkRemove debug hack which sneaked in.
2008-07-20 phkReport thread name and thread session in panic messages.
2008-07-20 phkMake room in the shared memory segment for a panic...
2008-07-20 phkMake the backend function of libvarnish' assert facilit...
2008-07-20 phkStore the current session in thread private data.
2008-07-19 phkMore assorted FlexeLint polishing
2008-07-19 phkTechnically speaking, vsb_len() could return -1, except...
2008-07-19 phkExplain to FlexeLint that _storage is not referenced.
2008-07-19 phkConstify WS_Free()
2008-07-19 phkExplicitly specify index in name array.
2008-07-19 phkDeal appropriately with ParseArgv returning NULL
2008-07-19 phkExplicitly silence three FlexeLint complaints
2008-07-19 phkFlexeLint inspired polishing:
2008-07-19 phkFlexeLint inspired polishing:
2008-07-19 phkAdd a protocol version number ("1.0") to the ping response.
2008-07-19 phkUnused struct member.
2008-07-19 phkRemove pointless volatile
2008-07-19 phkDon't constify the cli argument to cli_out()
2008-07-19 phkWash & cleaning of the -h and -s argument handling.
2008-07-19 phkAugment ParseArgv() to also split comma separated lists.
2008-07-19 phkAvoid home-rolled circular list in stevedore, use regul...
2008-07-19 phktypo.
2008-07-18 phkPolish the tokenizer
2008-07-18 petterThere was no need to send the err_ttl as parameter...
2008-07-18 petterAdded the parameter err_ttl, which sets the TTL for...
2008-07-17 petterAdded support for choosing what fields to show in varni...
2008-07-14 phkOoops, FlexeLint was wrong, the consts are not possible.
2008-07-14 phkThree minor style nits from FlexeLint
2008-07-14 petterAdded a round robin director. The round robin director...
2008-07-11 phkAdd a bit of variation to the Connection header
2008-07-11 phkTest that "Connection:" header deletes http headers...
2008-07-11 phkRetire mgt_event.[ch] and use instead the (new) copy...
2008-07-11 phkCopy mgt_event.[ch] from varnishd into libvarnish and...
2008-07-11 phkAdd a backend property ".host_header" to set default...
2008-07-11 phkAdd scaffold code for backend polling.
2008-07-11 phkDrop pseudo-automatic support for multihomed backends...
2008-07-11 phkEmit backend probe data to ->fb.
2008-07-11 phkReject backend hostnames that resolve to multiple IPv4...
2008-07-10 phkMake the vcl.list use the same layout in stopped mode...
2008-07-10 phkCheck counters to make sure the right thing happens.
2008-07-10 phkOne more.
2008-07-10 phkAdd more trouble
2008-07-10 phkMore XML/ESI testcases
2008-07-10 phkYet another XML/ESI parse corner case:
2008-07-10 phkMore XML/ESI syntax checks
2008-07-10 phkTackle another XML/ESI syntax error corner-case:
2008-07-10 phkTrigger a couple more XML/ESI parser errors
2008-07-10 phkFix two bugs in esi parsing:
2008-07-10 phkMore XML/ESI errors
2008-07-10 phkTest XML/ESI syntax errors etc.
2008-07-10 phkTest the vcl.load CLI command while we are at it.
2008-07-10 phkAdd a test for the -f argument
2008-07-10 phkFix an off-by one in the random director
2008-07-10 phkAdd a testcase for the random director doing actual...
2008-07-10 phkAdd a testcase to show that we can in fact get rid...
2008-07-10 phkAdd a testcase for the sema operations
2008-07-10 phkAdd Semaphore facility to synchronize different treads...
2008-07-10 phkThe emminently sensible INFTIM isn't portable, use -1
2008-07-10 phkAdd stats counters for tracking the number of vcls...
2008-07-10 phkMake it possible to check stats counter values for...
2008-07-10 phkOpen the shm statistics when we launch a varnish
2008-07-10 phkRemove global "stats", stats are per varnish instance.
2008-07-09 phkChange the layout of the "vcl.list" to explicitly say...
2008-07-09 phkThe cachers CLI thread is responsible for garbage colle...
2008-07-09 phkAllow modification of the receive timeout
2008-07-08 phkSet svn:keywords to Id
2008-07-08 phkSplit the backend code into two files, the probe code...
2008-07-08 phkNote an idea
2008-07-08 phkAlso make the backend probe rate (how often we probe...
2008-07-08 phkAdd VCC support for backend probe specifications.
2008-07-08 phkassert !vsb_overflowed()
2008-07-08 phkUnify parsing of backends and directors.
2008-07-08 phkAdd test for unknown director policy
2008-07-08 phkFlexelint nits
2008-07-07 phkDon't create an unnecessary fencepost member.
2008-07-07 phkAdd testcase for creation and destruction of backends
2008-07-07 phkDismantle directors and backends properly.
2008-07-07 phkMore polishing of backend parsing/syntax error messages
2008-07-07 phkNitpicking
2008-07-07 phkFix an encoding bug that affects VCLs shorter than...
2008-07-07 phktestcase for unknown backend field
2008-07-07 phkTestcase for old backend syntax.
next