]> err.no Git - varnish/shortlog
varnish
2007-10-19 desStyle & whitespace
2007-10-19 cecilihfImproved handling of pass for POST requests.
2007-10-19 phkFix pipelining: don't expect the fd to become readable...
2007-10-18 phkMake ESI processing actually work.
2007-10-18 desAdd a regression test for pipelining, which is currentl...
2007-10-18 desAdd a missing wait().
2007-10-18 desSeparate the act of sending a request from that of...
2007-10-18 desMake VARNISH_STATE_DIR work correctly when using the...
2007-10-18 cecilihfMake pass mode work for POST requests. Solves ticket...
2007-10-18 desRevert previous change and fix the comment that explain...
2007-10-18 cecilihfRun the passPOST test first.
2007-10-18 desI like code that compiles
2007-10-17 phkAdd error messages from the XML/ESI parser
2007-10-16 phkFix parsing of "esi" command.
2007-10-16 phkStart pulling ESI:include stuff over from my private...
2007-10-16 desWhitespace cleanup.
2007-10-16 desPull in FreeBSD's daemon(3) for platforms that lack it.
2007-10-16 desUse %zd for size_t.
2007-10-16 phkSilence flexelint
2007-10-16 phkFlexelint polishing.
2007-10-16 phkReduce number of TIM_real() calls slightly in multi...
2007-10-16 phkFlexelint polish
2007-10-16 phkFlexelint polish
2007-10-10 desFix braino in Solaris compat bit.
2007-10-09 phkKeep track of the highest fd so we don't give poll...
2007-10-08 phkTry to optimize the poll acceptor by moving active...
2007-10-08 phkGive the 503 returns a protocol and a response as well.
2007-10-08 phkDon't use vca_return_session() when we can SES_Delete()
2007-10-08 phkMore asserts
2007-10-08 phkEOF transfers are not limited to pre HTTP/1.1 backends...
2007-10-08 phkWe may in fact not have any headers.
2007-10-08 phkOnly attempt to decode status integer if we have a...
2007-10-08 phkAdd an assert for spotting ticket #162
2007-10-08 phkCatch EOF on reads instead of looping.
2007-10-08 phkDrop the asserts around shutdown(2), there are a number of
2007-10-08 phkupd
2007-10-08 phkMore acceptor work:
2007-10-08 phkBail normally instead of asserting on buffer full.
2007-10-08 phkUse HTC_Rx() directly instead of vca_pollsession()...
2007-10-08 phkcomments/style
2007-10-08 phkTry to make the pipe code even more robust
2007-10-08 phkFlush the threads shmlog before we try to make up a...
2007-10-05 ssmFix ticket #166, debian package issues
2007-10-01 phkGo over pipe's polling code and try to do it right...
2007-10-01 phkOops, last commit included some debugging
2007-10-01 phkRemember to move numeric status when we filter one...
2007-10-01 phkInitialize the obj->ws before we use it.
2007-10-01 phkMove the objects and their http header into storage...
2007-10-01 phkMove the workerthreads log from malloc to stack.
2007-10-01 phkEliminate a & which I tend to forget every single time.
2007-10-01 phkWe always want to go through vcl_fetch(), even on error 503
2007-09-30 phkAdd VCL action "esi" and a vrt file to contain it.
2007-09-30 phkMake the number of restarts a parameter.
2007-09-30 phkAdd the first stab at a "restart" mechanism.
2007-09-30 phkAdd req.restarts variable.
2007-09-30 phkAdd "restart" action for most VCL methods.
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
next