]> err.no Git - varnish/shortlog
varnish
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,...
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
next