]> err.no Git - varnish/shortlog
varnish
2008-03-13 phkAdd a DSL() macro for diagnostic shmlogging and use it.
2008-03-13 phkDon't shmlog ECONNABORTED
2008-03-13 ssmDebian packaging: Do not include the upstream INSTALL...
2008-03-12 desRefactor, implement random mode.
2008-03-12 phkFurther revamp the CLI handling in the cacher process...
2008-03-12 phkAdd a CLI support function for concatenating two cli_pr...
2008-03-12 phkGive cacher private cli functions a private prefix...
2008-03-12 phkRework the manager/cacher cli relationship, so that...
2008-03-12 phkChange the default cli help function to ignore options...
2008-03-11 desSlightly more elegant version of the previous commit...
2008-03-11 desFix a couple of glaring errors in vca_pollspace().
2008-03-11 desVSL_H_Print() prints a 'b' in the third column for...
2008-03-10 phkThis is slightly experimental:
2008-03-10 ssmDebian packaging: Move control file "docs" to "varnish...
2008-03-10 ssmDebian packaging: Fix syntax error in varnishlog init...
2008-03-10 ssmDebian packaging: Add changelog entry for 1.2-0
2008-03-10 ssmDebian packaging: removing obsolete TODO file
2008-03-10 ssmDebian packaging: Allow adjustment of maximum locked...
2008-03-09 desBraino in previous commit.
2008-03-09 desInclude complete headers with each replayed request.
2008-03-09 desAdd -k option which specifies the number of log entries...
2008-03-08 desAdd a -s option which specifies a number of entries...
2008-03-08 desIf it looks like a new request starts before a previous...
2008-03-08 desdump.pool was removed a while ago.
2008-03-07 ingvarThis is more pre-2.0 than 1.1.2+
2008-03-07 phkLog free object workspace instead of used to get the...
2008-03-07 phkAdd diagnostic features to keep track of object workspa...
2008-03-07 phkSplit the http_workspace into sess_workspace and obj_wo...
2008-03-07 phkAttempt to mlock(2) SHMFILE in core.
2008-03-07 phkKeep track of how often we flush the private shm buffer...
2008-03-07 phkPut waiting list shmlogs under diag_bitmap
2008-03-05 phkCheck EOF as bitflag in kqueue return flags
2008-03-04 desRelax assertions, and fix the build.
2008-03-04 desRegen
2008-03-04 desDefine obj.hash in the correct place, and regen.
2008-03-04 desImplement obj.hash.
2008-03-04 desRemove duplicate allocation.
2008-03-04 desThe final piece of the double -> string puzzle.
2008-03-04 phkPolish CLI output
2008-03-03 desRegen for VRT_double_string()
2008-03-03 desClean up the int -> str and ip -> str conversion code...
2008-02-29 phkWorkaround: ignore uncached objects in EXP_Touch()
2008-02-26 phkGo over the expiry and LRU code once more:
2008-02-26 phkFix a bug in the hangman code: conversion from object...
2008-02-26 phkGive the random director its own magic
2008-02-26 phkGet the pthread_mutex_trylock() assert right, the error...
2008-02-25 phkAvoid asserting on correct errno from pthread_mutextryl...
2008-02-25 phkExplicitly initialize errno to zero before mutex ops.
2008-02-23 phkThe expiry module keeps all cached objects on two data...
2008-02-23 phkMake cache_expire.c pick up its own reference on the...
2008-02-23 phkFix obj.last_use: We cannot use obj.lru_stamp, as...
2008-02-23 phkOnly move objects to the tail of the LRU queue if we...
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...
next