]> err.no Git - varnish/shortlog
varnish
2008-01-30 phkFlexelint silencing: constification, mark ignored retur...
2008-01-30 phkAssert non-NULL pointer return.
2008-01-30 phkMake sure we get the right assert() macro.
2008-01-30 phkRemove unused #include
2008-01-30 phkCheck various return values (or not) to reduce Flexelin...
2008-01-29 phkI am not sure if this is a/the race some users are...
2008-01-29 phkMore FlexeLint inspired cleanup
2008-01-29 phkFlexelint inspired polishing
2008-01-29 phkmissing #ifdef HAVE_SENDFILE
2008-01-29 phkSpecifically mark return values we do not wish to check.
2008-01-29 phkClose another possible NULL dereference
2008-01-29 phkFix a possible NULL dereference.
2008-01-29 phkUse getdtablesize() to size bitmap if we have it.
2008-01-29 phkAdd a check to ensure that the event handler is never...
2008-01-28 phkFinish (the "easy") part of degraded mode:
2008-01-28 phkIntroduce obj.grace variable:
2008-01-28 phkInstead of sleeping as soon as we see a busy object...
2008-01-28 phkWith Vary, Prefetch and degraded mode, a session sleeps...
2008-01-28 phkDeoptimize the central object matching loop in the...
2008-01-25 desDon't print strerror(errno) unless errno != 0.
2008-01-25 desRoundup of old uncommitted changes: Getopt::Long cleanu...
2008-01-24 ssmDebian packaging: Add an override to the lintian progra...
2008-01-23 desImprove readability, such as it is.
2008-01-23 desIt is possible for VSS_parse() to succeed and return...
2008-01-23 desImplement URL banning. It is now possible to use the...
2008-01-23 desDon't assume that res0 != NULL automatically means...
2008-01-23 desAdd -c and -r options:
2008-01-23 phkAlways dispose of the reason from mgt_cli_askchild...
2008-01-23 phkmgt_cli_askchild() always returns a pointer.
2008-01-23 phkMake sure to always NULL the pointer argument to cli_re...
2008-01-23 phkProtect all vsb's (sbufs) with an assert that they...
2008-01-23 phkMake sure WRK_Flush() always resets w->niov so WRK_Writ...
2008-01-22 phkAdd helper functions to check and report errors when...
2008-01-22 phkParse a random director into an appropriate data structure,
2008-01-22 phkMake it possible to refer to backend hosts (== simple...
2008-01-22 ssmDebian packaging: update changelog
2008-01-22 phkBail if there are multiple .host or .port fields in...
2008-01-22 ssmDebian packaging: Only reload varnishlog if it is running.
2008-01-21 ssmDebian packaging: Add a debian revision to the version...
2008-01-21 phkStart the long awaited overhaul of the backend code...
2008-01-18 phkMake sure to terminate the movement of a request's...
2008-01-18 ssmUse 192.0.2.0/24 in our examples, this net is reserved...
2008-01-16 phkRework the handling of message-bodies in requests to...
2008-01-16 phkMissed an assignment in last commit.
2008-01-16 phkMake the destination pointer optional to http_GetHdr...
2008-01-16 phkMark return value as intentionally unused.
2008-01-16 phkMake Flexelint happier about our private ctype.
2008-01-16 phkIntroduce the TRUST_ME() macro for voilating the C...
2008-01-16 phkMove the enum out of the struct to cater for marginal...
2008-01-16 phkfix spelling mistake reported in #183
2008-01-16 phkFix ticket #179: non-ascii reason-phrase.
2008-01-14 phkPave more road for prefetch:
2008-01-14 phkAdd SHM tag VCL_info for informative messages from...
2008-01-14 phkAdd support for obj.prefetch variable
2008-01-14 phkAdd VCC support for:
2008-01-14 phkAdd missing ERRCHK() to suppress subsequent syntax...
2008-01-10 phkNot all curses have KEY_RESIZE
2008-01-10 phkUse IOV_MAX as limit if it is smaller on (HTTP_HDR_MAX...
2008-01-08 phkDon't even look for senfile, it doesn't work for what...
2008-01-08 phkMake inlining C with C{ ... }C legal at the toplevel...
2008-01-08 phkSimplify calculation of storage file by using str2bytes...
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...
next