]> err.no Git - varnish/shortlog
varnish
2007-08-05 phkIntroduce a "replace()" function to replace a malloc...
2007-08-05 phkSynchronize the paramters after we call their accessor...
2007-08-03 desTry harder to avoid integer overflows in cache file...
2007-08-03 desSynchronize these two files.
2007-07-31 desFine-tune the vhost example.
2007-07-30 desNote that MAX_IOVS is intentionally not equal to IOV_MAX.
2007-07-30 desI accidentally committed the wrong patch in r1787;...
2007-07-30 desBogons in previous commit. Pass me the pointy hat...
2007-07-30 despid_t is not necessarily compatible with int.
2007-07-30 desUse fcntl(2)-style locks instead of non-portable flock...
2007-07-30 desExplicitly set TZ to GMT.
2007-07-30 desUse mktime() rather than the unportable timegm(). ...
2007-07-30 desAvoid using non-portable <err.h>.
2007-07-30 desAvoid referencing <sys/cdefs.h> and __{BEGIN,END}_DECLS.
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 desReverse the logic for sp->wantbody: assume it is always...
2007-07-28 desRefactor this test case. Note that it still fails...
2007-07-27 cecilihfAdded a health parameter for the backend. This is reada...
2007-07-26 desAdd change log for 1.1.1 + various prop fixes
2007-07-26 desWhitespace & indentation
2007-07-26 desfix props
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 cecilihfStyle...
2007-07-25 cecilihfUse purge in function names instead of repurge and...
2007-07-25 desTypo.
2007-07-25 desStyle fixes
2007-07-25 cecilihfUpdated man page
2007-07-25 cecilihfImplemented http purge with regexp. Example vcl usage:
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 desInstead of incorrectly assuming that a pthread_t can...
2007-07-24 des#130: false is spelles FALSE in curses-land.
2007-07-24 des#131: Honor DESTDIR when creating the state directory.
2007-07-24 desRES_BuildHttp() must be called before RES_WriteObj...
2007-07-24 desAlways generate a Connection: header, in case the clien...
2007-07-24 desUse strlen() directly.
2007-07-24 desCorrect a comment
2007-07-24 desUse a regexp search instead of index()
2007-07-24 desActually, the message will be in the body.
2007-07-24 desImplement VRT_r_obj_status(), without which obj.status...
2007-07-24 desRegression test for #128 (currently fails with both...
2007-07-20 ssmSplit debian package into varnish, libvarnish and libva...
2007-07-20 desSet localstatedir explicitly, otherwise it ends up...
2007-07-20 desRemove debugging output.
2007-07-20 desStore stevedores in a circular list. The head pointer...
2007-07-20 desStyle nit.
2007-07-20 desAdditional style cleanup; remove stevedore list from...
2007-07-20 cecilihfAdded locking on the list manipulation.
2007-07-20 cecilihfMove all use of the stevedore list to stevedore.c
2007-07-20 desCount backend requests.
2007-07-20 desParanoia.
2007-07-20 desLet the LRU code worry about this.
2007-07-20 desReword, bump date.
2007-07-20 cecilihfUpdated man-page
2007-07-20 cecilihfSupport for multiple cache files. The selecting of...
2007-07-19 desDocument Mac OS X compatibility.
2007-07-19 desUse the correct cc command line on MacOS. This is...
2007-07-19 desAdapt for use on MacOS X / Darwin, which has GNU libtoo...
2007-07-19 desMake regexp variables static. This has the side effect...
2007-07-19 desMissed one occurrence of clock_gettime().
2007-07-19 desRetire libcompat's clock_gettime().
2007-07-19 desIf clock_gettime() is not available, use gettimeofday...
2007-07-19 desgettimeofday() is good enough for varnishstat.
2007-07-17 desAssert that LRU_DiscardOne() returns 1, to avoid an...
2007-07-17 desReturn count like the comment says we do.
2007-07-17 desRemove object from LRU list before freeing it; this...
2007-07-17 desAmend previous commit. The problem was that when a...
2007-07-17 desFix child restart by always calling close_sockets(...
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
2007-07-15 phkFrom the "What has the world come to ?" department:
2007-07-15 phkPlug even more memory leaks in the VCL compiler.
2007-07-15 phkDon't leak the file contents either.
2007-07-15 phkPlug minor memory leak.
2007-07-15 phkDon't leak all the tokens.
2007-07-15 phkPlug a memory-leak in the VCL compiler.
2007-07-15 phkInitialize all bits in the sigaction.
2007-07-15 phkA cast to make flexelint happy.
2007-07-15 phkMake the header-gluing code more readable.
2007-07-15 phkTune a couple of library warnings out
2007-07-13 phkShave the previos commit a bit closer: don't write...
2007-07-13 phkFix 304 responses, they got messed up in the vcl_delive...
2007-07-13 desDocument recent changes.
2007-07-13 desDocument regsub().
2007-07-13 desAdd an entry for r1531.
2007-07-13 desStrip fragments and query strings.
2007-07-13 phkAdd an XXX comment
2007-07-13 phkMove setting of t_resp up to before we build the response.
2007-07-13 phkClarify XXX comment
next