]> err.no Git - varnish/shortlog
varnish
2007-07-16 cecilihfChanged name/description
2007-07-16 cecilihfMoved the plugin from "others" to "servers" in the...
2007-07-16 cecilihfWebmin plugin for varnish
2007-07-15 phkFrom the "What has the world come to ?" department:
2007-07-15 phkPlug even more memory leaks in the VCL compiler.
2007-07-15 phkDon't leak the file contents either.
2007-07-15 phkPlug minor memory leak.
2007-07-15 phkDon't leak all the tokens.
2007-07-15 phkPlug a memory-leak in the VCL compiler.
2007-07-15 phkInitialize all bits in the sigaction.
2007-07-15 phkA cast to make flexelint happy.
2007-07-15 phkMake the header-gluing code more readable.
2007-07-15 phkTune a couple of library warnings out
2007-07-13 phkShave the previos commit a bit closer: don't write...
2007-07-13 phkFix 304 responses, they got messed up in the vcl_delive...
2007-07-13 desDocument recent changes.
2007-07-13 desDocument regsub().
2007-07-13 desAdd an entry for r1531.
2007-07-13 desStrip fragments and query strings.
2007-07-13 phkAdd an XXX comment
2007-07-13 phkMove setting of t_resp up to before we build the response.
2007-07-13 phkClarify XXX comment
2007-07-13 phkRename the "idle" field of struct worker to "used"...
2007-07-13 phkClean all but t_open timestamps to NAN at end of transa...
2007-07-13 phkUnify the recycle functionality of the acceptors, all...
2007-07-13 phkInitialize all timestamps in the session to NAN
2007-07-12 desAllow a delay to be specified. Note that the delay...
2007-07-12 desFix props
2007-07-12 desI got bored and wrote an all-singing, all-dancing Munin...
2007-07-12 dessockaddr.sa_len is not portable.
2007-07-12 desAdd missing semicolon.
2007-07-12 desRT_LIBS dependency has moved from varnishd to libvarnish.
2007-07-12 cecilihfFixed typo
2007-07-12 cecilihfAdded a new cli option, status, for checking the status...
2007-07-12 phkConvert the last time(2) calls to TIM_real()
2007-07-12 phkDocument timescale of srcaddr->ttl
2007-07-12 phkChange all timekeeping to use doubles instead of time_t...
2007-07-12 phkReplace Uptime() with TIM_mono()
2007-07-12 phkReplace ev_now() with TIM_mono().
2007-07-12 phkAdd TIM_mono() and TIM_real() which return double repre...
2007-07-10 phkAdd "regsub" support for string manipulation.
2007-07-10 phkAdd compiler side support for regsub() but only a dummy...
2007-07-10 phkFix VRT_SetHdr() prototype
2007-07-10 phkProperly emit the header name in VRT_SetHdr();
2007-07-10 phkAdd conversion from IP to string format to allow things...
2007-07-10 phkMove string stuff to vcc_string.c, there's going to...
2007-07-09 phkAllow assignment to obj.status and resp.status
2007-07-09 phkAllow assignment to INT type variables
2007-07-09 phkMake all protocol header fields writable, except obj...
2007-07-06 phkDon't rewrite pipe'ed requests to "GET".
2007-07-05 phkClean up FlexeLint fluff.
2007-07-05 desChange log for 1.1.
2007-07-05 desDocument the -F option (introduced in r1557)
2007-07-05 desAdd a CSS stylesheet.
2007-07-05 desDocument server.ip.
2007-07-05 desDocument header rewriting.
2007-07-05 desDocument the prerequisites
2007-07-05 phkImplement setting of HTTP headers:
2007-07-05 phkAdd support for removing HTTP header lines:
2007-07-05 phkMake varnishd actually work again after my last commit...
2007-07-04 desThe beginnings of "Inside the Varnish HTTP accelerator"
2007-07-04 desImplement <variablelist>, <filename> and <function>.
2007-07-04 desReplace the old C fetcher with a Perl script which...
2007-07-03 phkImplement vcl_deliver() and change variable visibility...
2007-07-03 phkRun FlexeLint to catch fluff.
2007-07-03 phkMove the header-filtering another step backwards, so...
2007-07-03 phkUse sp->bereq for handover to PipeSession
2007-07-03 phkDo correct LostHeader processing on WS_Alloc() failure
2007-07-03 phkFix the SHMlogging of HTTP protocol fields to happen...
2007-07-03 phkMove bereq backwards into cache_center.c for Fetch...
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,...
next