]> err.no Git - varnish/shortlog
varnish
2007-05-25 desThe call to HSH_Freestore() is redundant; in pass mode...
2007-05-25 desAdd an API for synthetic objects, and use it to impleme...
2007-05-25 desThe correct mailing list for general technical question...
2007-05-25 desNit: mention autogen.sh
2007-05-25 dess/illegal/invalid/g
2007-05-23 desNit: mark exit point.
2007-05-23 desAvoid shadowing truncate(2) with a local variable.
2007-05-23 desFix an exceptionally stupid logic error in the previous...
2007-05-23 desFrom FreeBSD: if (flags & O_TRUNC), don't truncate...
2007-05-22 ssmWe want to restart varnishd on upgrade
2007-05-22 desFix compilation on OpenBSD 4.1.
2007-05-22 ssmAdd exit status 1 if we fail to start, or reload.
2007-05-22 ssmAdd log rotation for /var/log/varnish/varnish.log
2007-05-22 phkInitialize storage modules magic element.
2007-05-21 ssmSpell my name right, and use a more convenient mail...
2007-05-20 desSilence a compiler warning that occurs with gcc 4.2.
2007-05-20 desSet mime-type.
2007-05-20 desCopy NFILES knob from redhat/varnish.initrc.
2007-05-18 ssmAdd init script for varnishlog
2007-05-18 desAdd entry for r1450.
2007-05-18 desreopen needs to be volatile, or the compiler might...
2007-05-17 ingvarOur default.vcl has a minor change: It uses localhost...
2007-05-17 ingvar:- is simpler than reverse negation
2007-05-17 ingvarjust some output cleanup
2007-05-17 desIgnore generated files.
2007-05-17 desMerged revisions 1437-1442 via svnmerge from
2007-05-17 desWe won't use this any more.
2007-05-17 desAdd an XML+XSLT-based change log. Unlike the change...
2007-05-16 ingvar* Wed May 16 2007 Ingvar Hagelund <ingvar@linpro.no...
2007-05-16 desImprove the descriptions of some of the options and...
2007-05-16 desTweak some of the defaults:
2007-05-16 ssmdebian changelog, so far
2007-05-16 desInclude zope-plone.vcl in the tarball.
2007-05-16 desExplain in more detail how the storage file size is...
2007-05-16 ssmInit-script:
2007-05-16 ssmUse etc/default.vcl instead of debian/vcl.conf
2007-05-16 ssmShip with etc/default.vcl instead, no need for a separa...
2007-05-16 ssmfix upgrade issue in postrm script, and rename it to...
2007-05-16 ssmAdded example vcl to use in front of zope+plone (this...
2007-05-16 desDistribute default.vcl.
2007-05-16 desExpand tags
2007-05-15 desRename vcl.conf to default.vcl, update and comment...
2007-05-15 desAttempt to fix the bind-to-any problem:
2007-05-15 desRevert accidental commit of unfinished negative-caching...
2007-05-15 desAN() and XXXAN() are also useful for non-pointer results.
2007-05-14 desMerged revisions 1394,1400-1418 via svnmerge from
2007-05-14 desDocument the inadvisability of enabling sendfile.
2007-05-11 phkMake the sendfile threshold inifinity for now, we have...
2007-05-11 desMinor style issues.
2007-05-11 desAdd -P (pid file) option.
2007-05-11 desForgotten commit: check for <vis.h> and daemon(3) avail...
2007-05-11 desAvoid gcc4-specific compiler options.
2007-05-11 desRemove unused header.
2007-05-11 desAdd -D (daemonize) and -P (pid file) options.
2007-05-11 desNo use expanding tags unless there *are* tags...
2007-05-11 desExpand tags.
2007-05-11 desPull flopen() and pidfile_*() (renamed to vpf_*())...
2007-05-11 desTweak DEVELOPER_CFLAGS.
2007-05-11 desComment out comparisons which are always true (unsigned...
2007-05-11 ingvargit-svn-id: svn+ssh://projects.linpro.no/svn/varnish...
2007-05-11 ingvar* Fri May 11 2007 Ingvar Hagelund <ingvar@linpro.no...
2007-05-09 desCorrectly detect more incompatible automake versions.
2007-05-09 phkImplement runtime part of VCL controlled hashing.
2007-05-09 phkMake req.hash have the right internal type: char *
2007-05-09 phkUse struct sockaddr_storage instead of our own homegrow...
2007-05-09 phkMark variables/objects as having a string representatio...
2007-05-09 phkAfter compilation of a VCL program, do a test-load...
2007-05-09 phkDon't use sockaddr->sa_len, it was too advanced for...
2007-05-09 phkDon't use sockaddr->sa_len, it was too advanced for...
2007-05-09 phkAdd back a check that was lost: You must have at least...
2007-05-09 phkAdd support for checking "server.ip" in addition to...
2007-05-09 phkImplement '==' and '!=' for IP number variables (presen...
2007-05-09 phkSanitize generation of white-space in generated C code.
2007-05-06 desUpdate the default configuration.
2007-05-05 desLook for s-maxage before max-age. This may need to...
2007-05-05 desRemove superfluous vsb_printf() argument
2007-05-05 desTypo in comment
2007-05-05 desWhitespace nits
2007-05-04 desApply the workaround suggested in #102.
2007-05-04 phkFix error reporting with -C
2007-05-03 dess/expl/explicit/ to circumvent a bug in gcc 3.
2007-05-03 dess/expl/reason/ to circumvent a bug in gcc 3.
2007-05-03 dess/expl/reason/ to circumvent a bug in gcc 3.
2007-05-03 dess/expl/reason/ to circumvent a bug in gcc 3.
2007-05-02 desDon't try to lock the objhead mutex if we don't have...
2007-05-02 desCorrect the URL in the error page.
2007-05-02 desTry fixing #95 again. The trick is that if we get...
2007-05-01 desAdd and document a ping_interval parameter which contro...
2007-05-01 desTwo minor logging fixes:
2007-05-01 desImprove the readability and debuggability of our tag...
2007-05-01 desAdd protective #ifdef.
2007-04-26 desForce CONFIG_SHELL to /bin/sh.
2007-04-26 phkAdd compat trick for clock_gettime()
2007-04-24 desEliminate warnings.
2007-04-24 desMove CFLAGS configuration to the bottom so it doesn...
2007-04-24 desMove CFLAGS configuration to the bottom so it doesn...
2007-04-24 desCorrectly detect the presence and location of all exter...
2007-04-22 desFurther eliminate fixed-size buffers.
2007-04-21 desMajor rewrite of the VSL handler for increased robustne...
2007-04-21 desStyle and whitespace cleanup + clarify comment explaini...
next