]> err.no Git - varnish/shortlog
varnish
2007-09-30 phkEvict backend-health code which had strayed fra from...
2007-09-30 phkMore caching of HTTP status
2007-09-30 phkCache the numeric status code.
2007-09-30 phkSignificantly reduce level of paranoia.
2007-09-30 phkWe may not have a worker thread here, we could be calle...
2007-09-30 phkRemove unused #includes
2007-09-30 phknitpicking
2007-09-30 phkSet the poll'ed fd to -1 when we halfclose the fd to...
2007-09-29 phkAnother cleanup commit:
2007-09-28 phkComplete the split of HTTP-editing and HTTP-transmissio...
2007-09-28 phkInitial split of code which transfer HTTP protocol...
2007-09-28 phkMove the WS_ prototypes down where they belong.
2007-09-28 phkPush the http structure out of the early bits of the...
2007-09-28 phkPreparation for implementation of restarts: Move the...
2007-09-27 desUse CHECK_OBJ_ORNULL().
2007-09-26 phkdon't make acl's const, they are not.
2007-09-26 phkMore txt'ing
2007-09-26 phkanother place we can use Tlen
2007-09-26 phkUse the new txt type more extensively, it does improve...
2007-09-26 phkConvert the received request and pipelined bytes into...
2007-09-26 phkstruct http_hdr is more than that, it is a general...
2007-09-25 phkMore flexelint nit-picking of various sorts
2007-09-25 phkConstify a lot of the VRT API
2007-09-25 phkMega-Const'ification
2007-09-25 phkIf the C-compiler fails, we don't know if it created...
2007-09-25 phkConstification
2007-09-25 phkConstification of certain storage functions
2007-09-25 phkMake Tim_format() take a double time argument
2007-09-25 phkMake the arguments to CLI functions const-const.
2007-09-25 phkCatch up with sys/queue.h changes
2007-09-25 desThe previous commit made things worse rather than bette...
2007-09-25 desPortability: use -lsocket / -lns on systems that need...
2007-09-25 desUse a config cache.
2007-09-25 phkNew more paranoid settings for FlexeLint
2007-09-25 phkMake the logic visible for FlexeLint
2007-09-25 phkMisc changes:
2007-09-25 phkUnnecessary check
2007-09-25 phkBail if we get unknown address families
2007-09-25 phkAssert return values of system{calls,functions}
2007-09-25 phktypo
2007-09-25 phkPolish
2007-09-25 phkUse pdiff() to guard against negative point differences
2007-09-25 phkTwo consts is one const too many.
2007-09-25 phkMore const polishing
2007-09-25 phkMake id type "int"
2007-09-25 phkConst'ifcation
2007-09-25 phkPolish shmlog:
2007-09-25 phkWhen we take the difference between two pointers, the...
2007-09-25 phkUse the correct shmlog function.
2007-09-25 phkThe first of a long sequence of committs, inspired...
2007-09-24 cecilihfRe-enable the code causing bug #161 (which is now fixed)
2007-09-24 cecilihfFixes bug #161.
2007-09-24 phkActually, we cannot touch objects on deathrow, so just...
2007-09-24 phkRemove an assert which isn't valid: we could try to...
2007-09-24 phkMake the cli_timeout a parameter. The master will...
2007-09-24 cecilihfUpdate random and round-robin backends to use the new...
2007-09-24 phkAdd code to VCC to output an identifier for each simple...
2007-09-24 phkOur first cut at a LRU processing contained a three...
2007-09-24 phkAdd a couple of statistics counters for LRU
2007-09-24 phkFix a NULL pointer dereference which cannot currently...
2007-09-23 desReverse the logic in r1997 from !is_get to is_head.
2007-09-23 phkFix another cornercase that fell out as part of the...
2007-09-23 desUnbreak header ordering.
2007-09-23 phkWhen a workerthread dies of old age, make sure to nuke...
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
next