]> err.no Git - varnish/shortlog
varnish
2007-11-20 phkMake sure to add verbatim anything leading up to whatev...
2007-11-20 phkReset the objects length to zero after we zapped all...
2007-11-20 phkPass a txt instead of the raw storage into the esi_parser
2007-11-20 phkMake the incmt and remflg persistent across the parse...
2007-11-20 desMany of our assertions have side effects, so the condit...
2007-11-20 desFix some style issues, and harmonize with varnishncsa(1).
2007-11-20 desMake SIGHUP work: VSL_Dispatch() will not return as...
2007-11-20 phkAlso accept deferred EBADF errors.
2007-11-20 phkHandle that the sessions may be killed the worker threa...
2007-11-20 phkUse a bitmap to check if we own a given file handle...
2007-11-20 phkSimplify the generation of error responses.
2007-11-20 phkWe should never have an object when we hit the error...
2007-11-20 phkWhen closing a backend connection, we can run into...
2007-11-20 phkAdd some asserts to the plumbing around the C-compiler...
2007-11-15 desChange the assert() that triggers in #167 to spassert().
2007-11-15 desBigger hammer: panic() is similar to lbv_assert() but...
2007-11-15 desAdd a VALID_OBJ() predicate macro.
2007-11-15 desWhitespace cleanup
2007-11-09 desForgot to commit this when vtmpfile.c was added.
2007-11-09 desClean up the code a bit, and warn the user when changin...
2007-11-09 desSignificant rewrite of the code used to invoke the...
2007-11-09 desAdd our own mkstemp(3) clone which allows the template...
2007-11-09 desWhitespace cleanup.
2007-11-09 desWhen diagnostics are enabled, log every kevent that...
2007-11-08 desIgnore config.cache.
2007-11-08 desNit
2007-11-08 desMinimal intervention fix for #162: we can delay arming...
2007-11-08 desPressing 0-9 will change the delay to the corresponding...
2007-11-08 desCopy&paste -D (daemonize) from varnishlog.
2007-11-08 desPick some nits.
2007-11-03 desTypo in previous commit.
2007-11-02 desTest whether SO_{RCV,SND}TIMEO work (they are defined...
2007-11-01 desFix the struct statvfs issue.
2007-11-01 desHeader cleanup.
2007-11-01 desDon't rely on non-portable <paths.h>
2007-11-01 desAdd missing <strings.h>
2007-11-01 desAdd Solaris support. Avoid kshisms.
2007-10-30 desRefine the debugging string: we don't really need the...
2007-10-30 desWhen DIAGNOSTICS is defined, log every step that each...
2007-10-30 desr2208 was correct but incomplete. It is possible for...
2007-10-30 desSimplify WS_DEBUG(), and make it conditional on DIAGNOS...
2007-10-30 desEnable diagnostics
2007-10-30 desAdd an --enable-diagnostics option which causes DIAGNOS...
2007-10-30 desRevert r2208, I believe the assert is correct.
2007-10-30 desUse pdiff()
2007-10-30 desAFAICT, it is perfectly valid for sp->vcl to be NULL...
2007-10-30 desIncomplete change log for 1.1.2
2007-10-30 desComment tweak
2007-10-30 desUse a cast to prevent sign extension instead of masking...
2007-10-29 phkAdd more paranoia
2007-10-29 phkGive struct ws the mini_obj treatment, not sure why...
2007-10-29 phkTypo in previous commit.
2007-10-29 phkMore checks, trying to find pointer tango
2007-10-29 phkMake bereq. available from vcl_fetch()
2007-10-29 phkImplement relative URL for esi:include. Use the bereq...
2007-10-29 phkPostpone freeing the bereq until after VCL_fetch()...
2007-10-29 phkGive workspaces an identifying string to aid debugging.
2007-10-29 phkAdd compile-time selectable SHMlogging of WS-activity
2007-10-29 phkRemember to reset te bereq's workspace after use.
2007-10-29 phkMask negative characters to 8 bit before formatting.
2007-10-29 phkIf we find no ESI elements of an object, don't penalize...
2007-10-29 phkDon't complain about unrecognized <! sequences, just...
2007-10-29 phkIssue an VCL_error if 'esi' is not used from vcl_fetch.
2007-10-29 phkGive VRT code a chance to see which method we are in.
2007-10-29 phkAdd a VCL_error shmtag
2007-10-28 desFix file list.
2007-10-26 phkDon't mess up the chunked encoding for nested esi:include
2007-10-26 phkMore ESI work, now full URL srcs (http://...) work...
2007-10-24 phkPush hole through the esi:include path, making a very...
2007-10-24 phkAdd attribute parsing
2007-10-24 phkSplit STP_RECV in two:
2007-10-24 phkGently shuffle closer to being able to restart a esi...
2007-10-24 phkAdd a WS_Dup() function
2007-10-23 desCheck for a negative return from HTC_Rx(). Probably...
2007-10-23 desSupply reasonable defaults for error code / reason.
2007-10-23 desAdd a test case for the root cause of #164, which is...
2007-10-23 desAdd a test case for the root cause of #164, which is...
2007-10-23 phkQuench a pointless sigchild warning
2007-10-22 desEvaluate ${localstatedir} later.
2007-10-19 desDon't assert that close() returns 0, it won't when...
2007-10-19 desDon't try to interpret the status code when we know...
2007-10-19 desRe-add Solaris support which was removed in r1465.
2007-10-19 desAdd error message.
2007-10-19 desUse an 8 kB stack buffer instead of a heap buffer.
2007-10-19 desWhen testing pipelined POST requests, send enough data...
2007-10-19 desThe framework bugs which used to affect this test case...
2007-10-19 desAlso test pipelining of POST requests (in pass mode)
2007-10-19 desMove malloc() / free() out of the loop, and plug a...
2007-10-19 desSimplify
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.
next