]> err.no Git - varnish/shortlog
varnish
2008-01-08 desRemove files which confuse users who mistake them for...
2008-01-08 phkExtend the str2bytes() function to also cope with perce...
2008-01-08 phkAdd -l argument for specifying shared memory log size.
2008-01-08 phkAdd a str2bytes() function which converts byte size...
2008-01-02 ssmDebian packaging: Remove lintian overrides
2008-01-02 ssmDebian packaging: Tag library and development package...
2007-12-29 ingvarupdates from fedora build
2007-12-20 desWhen writing to a file, fflush() after every line so...
2007-12-20 desOnly look for sendfile() on platforms where we know...
2007-12-20 ssmChange spec file to work with fedora as well.
2007-12-20 ssmAdd another uploader for the debian package
2007-12-20 ssmcomment out autogen.sh invocation
2007-12-20 ssmRed hat packaging, updated spec file
2007-12-20 ssmredhat packaging: add version number change perfomed...
2007-12-19 ingvarSmall changes to README.redhat
2007-12-18 desr2285 and r2286 have been merged.
2007-12-18 desTweak the panic string, and document how to extract...
2007-12-18 desTweak a startup message.
2007-12-18 desBuild the 1.1.2 change log.
2007-12-18 desFull change log for 1.1.2 (corresponding to branches...
2007-12-18 desOrder change logs in reverse chronological order to...
2007-12-18 desAdd $NOTES as a hack to document the fact that we know...
2007-12-18 ssmFixed a small typo in the varnishd man page
2007-12-11 phkWhen an object is being fetched from the backend, other...
2007-12-11 phkAttempt to name threads if possible.
2007-12-11 phkCheck if our pthreads sports a pthread_set_name_np...
2007-12-11 ssmDebian packaging: Remove extra debhelper section in...
2007-12-11 ssmChanges in the Debian packaging
2007-12-11 ssmDebian packaging: do not ignore all errors from make...
2007-12-11 ssmIn the debian /etc/default/varnish, remove unused confi...
2007-12-10 phkGo over the shmlog header processing.
2007-12-07 phkTCP connections don't quite behave like other fds,...
2007-11-23 phkAlso accept the undocumented ENOTCONN error return...
2007-11-23 phkTell people what to do when running in debug mode
2007-11-20 phkPlug these two test-scripts in for the night, until...
2007-11-20 phkAdd esi:comment support. "Support" is defined as:...
2007-11-20 phkMake <![CDATA[...]]> stateful and handle it correctly...
2007-11-20 phkHandle unreasonably long (ie: larger than the objects...
2007-11-20 phkWarn about XML/ESI language elements that are not prope...
2007-11-20 phkStorage border bug fixes
2007-11-20 phkImplement almost complete ESI parsing for objects spann...
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.
next