]> err.no Git - varnish/shortlog
varnish
2007-06-28 desExpose the instance name associated with the currently...
2007-06-28 desSome of the statistics we gather are accumulated totals...
2007-06-27 desMostly finish the LRU code and its integration:
2007-06-27 phkDon't fill the entire workspace with read-ahead data.
2007-06-27 phkMake sure to reset the workspaces of the backend connec...
2007-06-27 cecilihfAdded munin plugins.
2007-06-26 desCreate $(localstatedir)/varnish at install time.
2007-06-26 desFurther refine -n handling. The argument to -n is...
2007-06-26 desAdd missing Nd
2007-06-26 desCorrect copyright + some style nits
2007-06-26 desIgnore generated files
2007-06-26 desReorder, expand tags
2007-06-26 phkMarkup all VCL variables as RO, WO or RW and generate...
2007-06-26 phkRetire the crc32_2s() function.
2007-06-26 cecilihfTraffic replay tool. Parses varnish logs and attempts...
2007-06-25 phkremove "name" from the parameters, it isn't one.
2007-06-25 phkRedo the -n argument code, it had too many problems:
2007-06-25 phkMake it possible to pass a filedescriptor to VCC_Compil...
2007-06-25 desFirst step in implementing early retirement of objects...
2007-06-25 desUse FREE_OBJ() instead of just free() when freeing...
2007-06-25 desAvoid an assertion failure by not calling EXP_TTLChange...
2007-06-25 desDocument vcl_discard().
2007-06-25 desWhitespace nits.
2007-06-25 desMaintain statistics about the number of allocations...
2007-06-25 desAdd fields for storage manager statistics.
2007-06-25 phkActually get the logic right here, if there is no Vary...
2007-06-25 phkFix a NULL pointer deref in the Vary code.
2007-06-25 phkGive vcl_discard() valid return-actions "keep" and...
2007-06-25 phkImplement resp.proto resp.status and resp.response.
2007-06-25 phkDiscard any listen sockets that fail to bind().
2007-06-25 phkMake sure that -F and -d are exclusive.
2007-06-25 phkAdd -F flag, to force varnishd to run in the foreground.
2007-06-25 phkUse the correct target of sizeof().
2007-06-25 phkA friendly reminder
2007-06-25 phkUse an enum instead of magic '1' and '2' values to...
2007-06-25 phkMove variable related stuff to vcc_var.c
2007-06-25 phkMake the VCL compiler complain about attempts to access...
2007-06-25 phkAdd bitmap of methods where they are valid to all objects.
2007-06-25 phkAdd VCL_MET_${METHOD} bitmap defines
2007-06-25 phkAlso tun the compiled VCL through cc(1) and try to...
2007-06-25 phkAdd vcl_discard{} method, which can return discard...
2007-06-24 phkFurther sockaddr/sockaddr_storage sanitation in order...
2007-06-24 phkstrchr(const char *) returns a const char *.
2007-06-24 phkRoll a couple of layers off these asserts
2007-06-24 phkExplicitly cat to int: we mean it.
2007-06-24 phkWhitespace nit
2007-06-24 phkUse C-unsigned for VCL-BOOL variables
2007-06-24 phkMark WS_Init() as custodial
2007-06-24 phkDont free(3) stack variables.
2007-06-24 phkRemove unused #includes
2007-06-24 phkUse sockaddr_storage also here.
2007-06-24 phkMake sure we cache a consistent view of the workspace...
2007-06-24 phkremove unnecessary struct tcp_addr forward decl.
2007-06-24 phkMake HSH_Freestore() static
2007-06-24 phkRemove http_IsBodyless, it is no longer used.
2007-06-18 desSince the previous commit added a chdir() to our temp...
2007-06-18 desFurther tweak_name() improvements: restructure to reduc...
2007-06-17 desDon't allow len to go negative if the header is empty.
2007-06-15 knutroyAdded a glossy Dia-diagram showing the overall structur...
2007-06-15 knutroyAdded some documentation.
2007-06-15 cecilihfA change in the default value of the name, and test...
2007-06-15 desImprove the report further.
2007-06-15 desUse mode 0755 rather than 0600 for the state directory.
2007-06-15 desSlight improvements on Cecilie's commit: correct nroff...
2007-06-15 cecilihfForgot to remove this line (it was moved further down)
2007-06-15 des\n is not expanded in single-quoted strings.
2007-06-15 desAdd reporting functionality.
2007-06-15 cecilihfAdded the -n option for specifying a name for varnishd...
2007-06-15 desCatch up with framework changes.
2007-06-14 desAdd code to enumerate all available cases. If no case...
2007-06-14 desRemove -T now that the framework runs as an unprivilege...
2007-06-14 desConsistently replace croak with die, and fix a couple...
2007-06-14 desRather than start and stop the engine for every test...
2007-06-14 desOops - don't lie about closing the connection.
2007-06-14 desAdd a simple test case for Vary: handling.
2007-06-14 knutroyMiscellaneous improvements to regression test framework...
2007-06-13 desRemove the "magic" StartChild, StopChild and LoadVCL...
2007-06-13 desLet send_command() take care of quoting and assembling...
2007-06-12 knutroyRewrote much of regression test framework.
2007-06-12 desFix FreeBSDism (#113).
2007-06-11 cecilihfChanges needed for varnishadm.
2007-06-10 desGive my anal retentive tendencies free rein, and remove...
2007-06-10 phkTake a shot at light-weight "Vary:" processing.
2007-06-10 phkFix a bug I introduced in the workspace rewamp: Don...
2007-06-10 phklibcompat must come after libvarnish because the latter...
2007-06-07 desUpdate the Linpro copyright.
2007-06-07 cecilihfAdded a utility for sending a single command to varnish...
2007-06-06 desRevert part of r1484, I got it exactly backwards.
2007-06-06 desMove parts of tcp.c out into libvarnish. Rename the...
2007-06-05 ssm* Move PURGE to a place where it does some good
2007-06-04 phkWrap the management of the session workspace in functio...
2007-06-04 phkFold long lines.
2007-06-04 desRegenerate.
2007-06-04 desAdd about as much space on each side as there was in...
2007-06-04 desPre-rendered versions of the full logo in various sizes.
2007-06-04 desFull logo with both red and green background
2007-06-04 desRename to include "icon" in file name.
2007-06-04 desCorrect the red / green color to 60% instead of 75%.
2007-06-04 desGC unused files.
2007-06-04 desAdd configure options for extra-strict warnings + stack...
next