]> err.no Git - varnish/shortlog
varnish
2007-09-23 phkPart of this commit sneaked into the previous #1985:
2007-09-23 phkPartially revert previous optimization: it wasn't.
2007-09-23 phkPolish, including use of CHECK_OBJ_ORNULL()
2007-09-23 phkUse CHECK_OBJ_ORNULL() macro
2007-09-23 phkAdd CHECK_OBJ_ORNULL() macro
2007-09-23 phkPolish while reading review.
2007-09-21 phkAdd an experimental runtime parameter for the lru_timeout.
2007-09-21 phkA temporary work-around for #161
2007-09-21 phkDon't leak 50 bytes when creating the new Date: header.
2007-09-21 phkDon't copy the Date: header from the object to the...
2007-09-21 phkMove implicit reference to first backend to the xref...
2007-09-20 phkFix an extremely fine C-standard point and remove the...
2007-09-20 phkvcc_FreeToken() is no longer necessary
2007-09-20 phkAvoid a double free when we encounter a 'include' direc...
2007-09-20 phkDon't core dump if VCL tries to compare NULL pointers...
2007-09-20 phkFix a brain-o in my last commit. "cls" is a flag for...
2007-09-20 cecilihfAdded some checks for NULL-pointers.
2007-09-20 phkAfter we moved pass to use the same code as fetch,...
2007-09-20 phkAdd a http_GetProto() function
2007-09-20 phkUse VBE_CheckFd() convenience function
2007-09-20 phkAdd a convenience function more for backend methods:
2007-09-20 phkGo over the simple backend and make it more readable.
2007-09-20 phkAdd a VBE_TryConnect() which tries to connected to...
2007-09-20 phkMake init an optional method for backends
2007-09-20 phkMake updatehealth an optional method for backends
2007-09-20 phkCall the init methods of all backend styles.
2007-09-20 phkUse FREE_OBJ() and REPLACE() macros
2007-09-20 phkUse REPLACE macro to manipulate malloc'ed string variables.
2007-09-20 phkAdd a REPLACE() macro, for manipulating malloced string...
2007-09-20 phkMake regular expressions case insensitive.
2007-09-18 cecilihfFixes #157. Always replace Date with current time on...
2007-09-12 desAdditional markup fixes, bump date
2007-09-12 ssmMan page fixes
2007-09-12 ssmDebian package: Rename library and development packages...
2007-09-12 ssmDebian package: Fix lintian warnings
2007-09-12 ssmBump debian version-revision to 1.1.2-1
2007-09-12 desInstall man pages into the correct directory.
2007-09-12 phkMake sure to initialize t_end if we drop sessions.
2007-09-07 knutroy* Added recognition of HEAD responses.
2007-09-07 cecilihfAdded health checks for individual servers within a...
2007-09-06 desLimit the width to a sensible value so text will still...
2007-09-05 knutroyForgot to update MANIFEST.
2007-09-05 knutroy* Added POD.
2007-09-04 knutroy* Added information about test framework to "Inside...
2007-09-04 ssm* Set statedir to /var/lib, to conform to debian packag...
2007-09-04 cecilihfMissing 0
2007-09-04 cecilihfCopy-paste error.
2007-09-03 knutroy* Added Makefile.PL to test framework.
2007-08-31 cecilihfAdded support for load balancing among backends in...
2007-08-31 phkFix typo that made worker process panic whenever a...
2007-08-29 desReadability
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
next