]> err.no Git - varnish/history - varnish-tools
Add python class to emulate varnishadm
[varnish] / varnish-tools /
2009-03-03 tfheenAdd python class to emulate varnishadm master trunk
2009-03-03 petterAdd some polish to the graphs by using sensible font...
2009-03-03 petterRenamed the program to something more logical.
2009-03-03 petterAdded the use of config file (at last),which is given...
2009-02-26 petter$delta_time should never be 0, but just in case...
2009-02-23 petterDon't use a 500 status as a hint to quit the data colle...
2009-02-23 petterMinor HTML-clean ups
2009-02-23 petterFixed issue with response not containing correct header...
2009-02-23 petterFetching ALL the columns when generating graphs is...
2009-02-23 petterGain some speed by at least creating index on the stat...
2009-02-20 petterOpen the socket non-blocking so we can time out if...
2009-02-20 petterAdded possibility to add nodes to a group without have...
2009-02-20 petterForgot to escape \ when sending VCL to management port
2009-02-19 petterSome minor cosmetics and bugs discovered during documen...
2009-02-18 petterA mojor update to the web GUI, unfortunately all done...
2008-12-12 petterFixed so that server_host is the hostname and not IP...
2008-12-12 petterInitial checkin of a work in progress of the web GUI
2008-06-30 desChange my email address.
2008-03-12 desRefactor, implement random mode.
2008-02-17 desAdd green icon.
2008-02-17 desUnfinished Firefox plugin.
2008-02-17 desNo longer necessary
2008-02-17 desNo longer necessary
2008-02-06 ssmAdd more settings to vcl-mode.el, and make them customi...
2008-02-06 ssmAdd vcl_fetch to list of subroutines
2008-02-05 ssmPut vcl-mode.el nearer to working order
2008-02-05 ssmAdd a VCL major mode for emacs
2008-01-31 desUpdate copyright; also convert a couple of files from...
2008-01-25 desRoundup of old uncommitted changes: Getopt::Long cleanu...
2008-01-23 desImplement URL banning. It is now possible to use the...
2008-01-23 desAdd -c and -r options:
2007-12-18 desAdd $NOTES as a hack to document the fact that we know...
2007-11-08 desNit
2007-10-23 desAdd a test case for the root cause of #164, which is...
2007-10-23 desAdd a test case for the root cause of #164, which is...
2007-10-19 desAdd error message.
2007-10-19 desWhen testing pipelined POST requests, send enough data...
2007-10-19 desThe framework bugs which used to affect this test case...
2007-10-19 desAlso test pipelining of POST requests (in pass mode)
2007-10-18 desAdd a regression test for pipelining, which is currentl...
2007-10-18 desAdd a missing wait().
2007-10-18 desSeparate the act of sending a request from that of...
2007-10-18 desRevert previous change and fix the comment that explain...
2007-10-18 cecilihfRun the passPOST test first.
2007-09-07 knutroy* Added recognition of HEAD responses.
2007-09-05 knutroyForgot to update MANIFEST.
2007-09-05 knutroy* Added POD.
2007-09-03 knutroy* Added Makefile.PL to test framework.
2007-08-24 knutroyMinor fix to avoid some potential warnings.
2007-08-24 knutroyAdded first release of automatic build and test utility.
2007-08-21 knutroy* Connect to management socket after select-loop is...
2007-08-20 desWait longer for Varnish to start.
2007-08-20 desNit in previous commit
2007-08-20 desUse time-limited polling loops to verify parent and...
2007-08-20 desIf the first and only argument is 'list', list all...
2007-08-20 desChange the way the result from a command is reported...
2007-08-20 desUse a TCP connection for management commands, rather...
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-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 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-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-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 desRefactor this test case. Note that it still fails...
2007-07-26 desWhitespace & indentation
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 desTypo.
2007-07-25 desStyle fixes
2007-07-24 desCleanup, rename "hitrate" to "ratio" as in Munin plugin.
2007-07-24 desLicense.
2007-07-24 desRe-add as files
2007-07-24 desRemove symlinks
2007-07-24 desGive this package a proper name and a version number.
2007-07-24 desUse a regexp search instead of index()
2007-07-24 desActually, the message will be in the body.
2007-07-24 desRegression test for #128 (currently fails with both...
2007-07-16 cecilihfChanged name/description
2007-07-16 cecilihfMoved the plugin from "others" to "servers" in the...
2007-07-16 cecilihfWebmin plugin for varnish
next