]> err.no Git - varnish/shortlog
varnish
2007-07-03 phkMove VCL_pipe_method() processing into cache_center...
2007-07-03 phkEmply the new vbe_bereq structure for holding backend...
2007-07-03 phkAdd functions for allocating and freeing bereq structures.
2007-07-03 desImplement "now" and "obj.lastuse", with a note to the...
2007-07-03 desRegenerate.
2007-07-03 desAdd two VCL variables, "now" and "obj.lastuse". The...
2007-07-03 desDocument vcl.show.
2007-07-03 desAdd a 'vcl.show' command which displays the source...
2007-07-03 desAdditional paranoia.
2007-07-03 cecilihfUse strcmp instead of strncmp
2007-07-03 desReorganize the code a little, and add code to wait...
2007-07-03 phkConvert pipe mode to use the bereq in struct worker.
2007-07-03 phkRename the backend connections two http's "bereq" and...
2007-07-03 cecilihfparellising varnishreplay. Work in progress.
2007-07-02 phkAlso reset the workspaces when we do not reuse the...
2007-07-02 phkImprove assignments a bit
2007-07-02 phkGenerate correct code for bereq.http and obj.http
2007-07-02 phkUpdate the list of variables in accordance with the...
2007-07-02 desAdjust props.
2007-07-02 desAdjust props
2007-07-02 desUpdate to reflect the latest changes to cache_center.c.
2007-07-02 phkAdd vcl_deliver() method where touch-up's to the return...
2007-07-02 phkUpdate the embedded dot-graph to include request/object...
2007-07-02 cecilihfFixed some number conversion issues
2007-07-02 desInstall into libexec, not sbin.
2007-07-02 cecilihfSome improvements to the nagios plugin. Default paramet...
2007-07-02 desTweak props
2007-07-02 desAutoconfuse.
2007-07-02 desInstall headers, and register with pkg-config.
2007-07-02 cecilihfAdded nagios plugin for varnish. It is very basic,...
2007-06-29 desGreatly improve this test; see $DESCR + comments for...
2007-06-29 desAdd an usleep() method based on select().
2007-06-29 desAdd a regression test for the LRU. Currently, it tests...
2007-06-29 desShut down the client before returning.
2007-06-29 desRun varnishd with the smallest allowable storage file.
2007-06-29 desOops!
2007-06-29 desSimplify.
2007-06-29 desSimplify.
2007-06-29 desFix some style nits and an out-of-bounds array dereference.
2007-06-29 desWhitespace cleanup
2007-06-28 desAlmost complete rewrite to address a number of interfac...
2007-06-28 desRewrite to better handle both the curses case and the...
2007-06-28 desFurther cosmetic improvements + documentation updates
2007-06-28 desHandle Ctrl-Z and Ctrl-T.
2007-06-28 desNumerous improvements: display the instance name in...
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.
next