]> err.no Git - varnish/shortlog
varnish
2007-08-29 desAdd missing files.
2007-08-29 desTabify
2007-08-29 desImprove readability.
2007-08-25 desAdd style information for <screen>, and fix marker...
2007-08-25 desImprove the rendering of titles.
2007-08-25 desAdjust title sizes.
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 phkAlmost total rewrite, but same functionality, hopefully...
2007-08-21 phkMove the connection (data structure pool) into the...
2007-08-21 phkBe much more paranoid about backends, now that they...
2007-08-21 desSynchronize with bin/varnishd/mgt_vcc.c.
2007-08-21 desTry to make this comment a little more visible.
2007-08-21 knutroy* Connect to management socket after select-loop is...
2007-08-21 phkMake sure wrk->used is always set when we park on an...
2007-08-20 desAdd a stylesheet that does a pretty good job of generat...
2007-08-20 desEven more files...
2007-08-20 desDistribute all the files that are needed to recreate...
2007-08-20 desRewrap (no content changes)
2007-08-20 desAt some point along the line, I forgot that these files...
2007-08-20 desReally render <code> elements correctly.
2007-08-20 desRender <code> elements.
2007-08-20 desCatch up with recent commits.
2007-08-20 desCorrect the lock.l_type logic for platforms where O_RDO...
2007-08-20 phkPrivatize the "simple" aspect of the simple backend.
2007-08-20 phkGive backends a reference count and reuse any existing...
2007-08-20 phkprefix change vbe -> bes
2007-08-20 phkSeparate the generic backend handling from the backend...
2007-08-20 desWait longer for Varnish to start.
2007-08-20 phkRemove the unnecessary third argument to VBE_ClosedFd...
2007-08-20 phkFix a long-standing bug in pipe-mode: We must pass...
2007-08-20 phkpolish
2007-08-20 phkGet number of '%' signs right in param.show message...
2007-08-20 phkremove debugging message
2007-08-20 phkMake the new FlexeLint 8.00w happy again.
2007-08-20 phkMake the C-compiler command a paramter, and generally...
2007-08-20 phkLook for fmtcheck(3) function.
2007-08-20 bahnerClarified change
2007-08-20 desNit in previous commit
2007-08-20 desUse time-limited polling loops to verify parent and...
2007-08-20 bahnerAdded group
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...
next