]> err.no Git - varnish/shortlog
varnish
2008-02-23 phkIntroduce a TRYLOCK() macro, and remove two ';' which...
2008-02-23 phkobj->lru_stamp is on TIM_real() not TIM_mono().
2008-02-23 phkRemove unused last_check member and TIM_mono() call
2008-02-23 phkRename EXP_TTLchange() to EXP_Rearm() and move binheap...
2008-02-23 phkDispose of VCL reference count if we drop parked sessio...
2008-02-21 desWe don't need cryptographic-strength randomness here...
2008-02-21 desDump some information about the VCL configuration if...
2008-02-21 desWhere applicable, use SPAZ() instead of AZ().
2008-02-21 desAdd SPAZ() and SPAN() macros which combine AZ() and...
2008-02-20 ssmTypo patrol
2008-02-20 ssmDebian packaging: Disable running of varnishlog by...
2008-02-20 phkCount directors as backends.
2008-02-19 phkMake logging of mutex operations or just contests contr...
2008-02-19 phkOops, this should not have been deleted in my previous...
2008-02-19 desIf HSH_Lookup() returns non-NULL, assert that sp->objhe...
2008-02-19 phkMove the #include of heritage.h to cache.h.
2008-02-19 phkRevise the kqueue_acceptor with a sledgehammer.
2008-02-18 desMove the assertions around; it is apparently possible...
2008-02-18 phkUncapitalize DIAGNOSTICS, since diag_bitmap is not...
2008-02-18 phkMove kqueue debugging under diag_bitmap control
2008-02-18 phkMove the workspace debugging under diag_bitmap control.
2008-02-18 phkMove the logging of state engine states to use the...
2008-02-18 phkMake a parameter "diag_bitflag" which can control deepe...
2008-02-18 phkKill debugging shmlogging overlooked for too long.
2008-02-18 phkAdd a stats field to monitor the LRU move rate.
2008-02-17 desAdd green icon.
2008-02-17 desAdd a log message for short reads in the content-length...
2008-02-17 desA number of changes made while trying to reproduce...
2008-02-17 desFix assert in thread_close() for fd == nthreads == 0.
2008-02-17 desUnfinished Firefox plugin.
2008-02-17 desNo longer necessary
2008-02-17 desNo longer necessary
2008-02-17 desFree leftover buffers when the loop ends (Coverity...
2008-02-17 desMake sure buf is freed in error case (Coverity CID#9)
2008-02-17 desRequest is bogus if df_m, df_Uq or df_H are NULL (Cover...
2008-02-16 desWe may get spurious events on an unclosed fd as well...
2008-02-15 phkFlexelint pleasing
2008-02-15 phkMake this cast less suspect to Flexelint
2008-02-15 phkUnused variable
2008-02-15 phkDefine VARNISH_STATE_DIR
2008-02-15 phkSomebody ate my ')' on the way to the commit.
2008-02-15 phkTell if we could not write the PID file.
2008-02-15 phkFlexelint does not react to the assert, so tell it...
2008-02-15 phkCheck VLU_Fd return for good measure.
2008-02-15 phkRemove a spurious debugging message.
2008-02-15 phkAssert that VCC did its job with respect to weights.
2008-02-15 phkInsist on a non-zero weight for random director memeber...
2008-02-15 phkDon't advance the token in vcc_UintVal(), that prevents...
2008-02-15 phkUse the abort2(2) function to record our panic string...
2008-02-15 phkAdd a paramter for maximum CLI buffer size and use...
2008-02-15 phkGive uint parameters the same treatment as bool and...
2008-02-15 phkRewrite the childs CLI handling to use VLU
2008-02-15 phkRemove a duplicated message on the childs stdout.
2008-02-15 phkA Give VLU_New() an optional buffersize argument
2008-02-15 phkLog everything we see on the childs stdout/stderr to...
2008-02-15 phkAdd VLU (Varnish Line Up) a copy of LineUp from my...
2008-02-15 phkAdd ALLOC_OBJ macro
2008-02-15 phkMove the sizeof debugging output to an undocumented...
2008-02-15 phkremove dump.pool prototype
2008-02-15 phkremove the undocumented and unimplemented dump.pool...
2008-02-15 phkGive the param structure a void *priv, and use it to...
2008-02-15 phkAdjust to direct inclusion of config.h
2008-02-15 phkDetermine our backend (using the director) before we...
2008-02-15 phkPut a ULL suffix on numeric constants too large for...
2008-02-15 desDetect and gracefully recover from what appears to...
2008-02-13 desRegenerate
2008-02-13 desForgot config.h here
2008-02-13 desNever mind trying to avoid libm, we already use it...
2008-02-13 desEnable tests + allow overrides from command line.
2008-02-13 desSLT_Length is not relevant for backend requests.
2008-02-13 desDisable tools that require curses if no curses library...
2008-02-13 desUse #include "config.h" instead of -include config.h
2008-02-13 desRewrite str2bytes, add unit test
2008-02-13 desSome source files (especially in libraries) have embedd...
2008-02-13 phkFix a bug relating to vbe_conn statistics counter.
2008-02-13 phkGo over the backend code and privatize a lot of stuff
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.
next