]> err.no Git - varnish/shortlog
varnish
2008-02-13 phkAdd two new stat fields for counting bereq's and backends.
2008-02-13 phkAdd a parameter for controlling caching of vbe_conn...
2008-02-13 phkFix example to new backend syntax
2008-02-12 ssmAdd information to \"-a\" about how to listen on multip...
2008-02-11 desUpdate backend declaration syntax. Note that a) vcl...
2008-02-11 desSeparate the handling of backend and client requests...
2008-02-10 desAlphabetize command-line options.
2008-02-09 phk<sys/types.h> required by <sys/mman.h>
2008-02-07 phkMake the random director work, and remove the old code.
2008-02-07 phkEmit the vcl_name from the backend host.
2008-02-07 phkRemove ident string from directors, they are not recycled.
2008-02-07 phkUse the correct ident (nuke the other one) and do only...
2008-02-07 des_islocked_np() was renamed to isowned_np() in FreeBSD.
2008-02-06 phkFirst part of major backend overhaul.
2008-02-06 phkVBE_AddBackend() needs to always return the backend...
2008-02-06 phkI forgot to include the vcl_name of the random director...
2008-02-06 ssmAdd more settings to vcl-mode.el, and make them customi...
2008-02-06 ssmAdd vcl_fetch to list of subroutines
2008-02-05 ssmPut vcl-mode.el nearer to working order
2008-02-05 phkAdd the missing bits to actually allow discards of...
2008-02-05 phkAdd a discard flag to the VCL_conf.
2008-02-05 phkRename VBE_NewBackend() to VBE_AddBackend() and make...
2008-02-05 phkWe assume that all CLI processing in the child process...
2008-02-05 phkcli_out() already has NULL check.
2008-02-05 ssmAdd a VCL major mode for emacs
2008-02-04 phkBackend fini functions are methods of the class, call...
2008-02-04 phkAdd X-ref definition of random directors.
2008-02-04 phkComplete the VCC part of random directors, runtime...
2008-02-04 ssmTypo patrol
2008-02-04 ssmAdd documentation for req.hash
2008-02-04 phkGC support code for the old backend specification code.
2008-02-03 desClean up checks for non-portable pthread extensions...
2008-02-03 desCentralize <pthread_np.h> include, and use pthread_mute...
2008-02-03 phkLook for the new SF_SYNC facility in FreeBSDs sendfile...
2008-02-02 desAdd an ALOCKED() macro which asserts that a mutex is...
2008-01-31 desUpdate copyright; also convert a couple of files from...
2008-01-31 desMention that varnishd(1) has a list of commands and...
2008-01-30 phkAdd flexelint files
2008-01-30 phkSilence FlexeLint
2008-01-30 phkSilence FlexeLint: use a union for sockaddr sizing...
2008-01-30 phkFlexelint silencing: a (), a couple of const and cast.
2008-01-30 phkSilence FlexeLint: ignore returns, a constification...
2008-01-30 phkSilence Flexelint
2008-01-30 phkFlexelint silencing
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...
next