2007-07-12 |
des | Allow a delay to be specified. Note that the delay... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
des | Fix props |
commit | commitdiff | tree | snapshot |
2007-07-12 |
des | I got bored and wrote an all-singing, all-dancing Munin... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
des | sockaddr.sa_len is not portable. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
des | Add missing semicolon. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
des | RT_LIBS dependency has moved from varnishd to libvarnish. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
cecilihf | Fixed typo |
commit | commitdiff | tree | snapshot |
2007-07-12 |
cecilihf | Added a new cli option, status, for checking the status... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
phk | Convert the last time(2) calls to TIM_real() |
commit | commitdiff | tree | snapshot |
2007-07-12 |
phk | Document timescale of srcaddr->ttl |
commit | commitdiff | tree | snapshot |
2007-07-12 |
phk | Change all timekeeping to use doubles instead of time_t... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
phk | Replace Uptime() with TIM_mono() |
commit | commitdiff | tree | snapshot |
2007-07-12 |
phk | Replace ev_now() with TIM_mono(). |
commit | commitdiff | tree | snapshot |
2007-07-12 |
phk | Add TIM_mono() and TIM_real() which return double repre... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
phk | Add "regsub" support for string manipulation. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
phk | Add compiler side support for regsub() but only a dummy... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
phk | Fix VRT_SetHdr() prototype |
commit | commitdiff | tree | snapshot |
2007-07-10 |
phk | Properly emit the header name in VRT_SetHdr(); |
commit | commitdiff | tree | snapshot |
2007-07-10 |
phk | Add conversion from IP to string format to allow things... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
phk | Move string stuff to vcc_string.c, there's going to... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
phk | Allow assignment to obj.status and resp.status |
commit | commitdiff | tree | snapshot |
2007-07-09 |
phk | Allow assignment to INT type variables |
commit | commitdiff | tree | snapshot |
2007-07-09 |
phk | Make all protocol header fields writable, except obj... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
phk | Don't rewrite pipe'ed requests to "GET". |
commit | commitdiff | tree | snapshot |
2007-07-05 |
phk | Clean up FlexeLint fluff. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
des | Change log for 1.1. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
des | Document the -F option (introduced in r1557) |
commit | commitdiff | tree | snapshot |
2007-07-05 |
des | Add a CSS stylesheet. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
des | Document server.ip. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
des | Document header rewriting. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
des | Document the prerequisites |
commit | commitdiff | tree | snapshot |
2007-07-05 |
phk | Implement setting of HTTP headers: |
commit | commitdiff | tree | snapshot |
2007-07-05 |
phk | Add support for removing HTTP header lines: |
commit | commitdiff | tree | snapshot |
2007-07-05 |
phk | Make varnishd actually work again after my last commit... |
commit | commitdiff | tree | snapshot |
2007-07-04 |
des | The beginnings of "Inside the Varnish HTTP accelerator" |
commit | commitdiff | tree | snapshot |
2007-07-04 |
des | Implement <variablelist>, <filename> and <function>. |
commit | commitdiff | tree | snapshot |
2007-07-04 |
des | Replace the old C fetcher with a Perl script which... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
phk | Implement vcl_deliver() and change variable visibility... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
phk | Run FlexeLint to catch fluff. |
commit | commitdiff | tree | snapshot |
2007-07-03 |
phk | Move the header-filtering another step backwards, so... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
phk | Use sp->bereq for handover to PipeSession |
commit | commitdiff | tree | snapshot |
2007-07-03 |
phk | Do correct LostHeader processing on WS_Alloc() failure |
commit | commitdiff | tree | snapshot |
2007-07-03 |
phk | Fix the SHMlogging of HTTP protocol fields to happen... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
phk | Move bereq backwards into cache_center.c for Fetch... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
phk | Move VCL_pipe_method() processing into cache_center... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
phk | Emply the new vbe_bereq structure for holding backend... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
phk | Add functions for allocating and freeing bereq structures. |
commit | commitdiff | tree | snapshot |
2007-07-03 |
des | Implement "now" and "obj.lastuse", with a note to the... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
des | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-07-03 |
des | Add two VCL variables, "now" and "obj.lastuse". The... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
des | Document vcl.show. |
commit | commitdiff | tree | snapshot |
2007-07-03 |
des | Add a 'vcl.show' command which displays the source... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
des | Additional paranoia. |
commit | commitdiff | tree | snapshot |
2007-07-03 |
cecilihf | Use strcmp instead of strncmp |
commit | commitdiff | tree | snapshot |
2007-07-03 |
des | Reorganize the code a little, and add code to wait... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
phk | Convert pipe mode to use the bereq in struct worker. |
commit | commitdiff | tree | snapshot |
2007-07-03 |
phk | Rename the backend connections two http's "bereq" and... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
cecilihf | parellising varnishreplay. Work in progress. |
commit | commitdiff | tree | snapshot |
2007-07-02 |
phk | Also reset the workspaces when we do not reuse the... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
phk | Improve assignments a bit |
commit | commitdiff | tree | snapshot |
2007-07-02 |
phk | Generate correct code for bereq.http and obj.http |
commit | commitdiff | tree | snapshot |
2007-07-02 |
phk | Update the list of variables in accordance with the... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
des | Adjust props. |
commit | commitdiff | tree | snapshot |
2007-07-02 |
des | Adjust props |
commit | commitdiff | tree | snapshot |
2007-07-02 |
des | Update to reflect the latest changes to cache_center.c. |
commit | commitdiff | tree | snapshot |
2007-07-02 |
phk | Add vcl_deliver() method where touch-up's to the return... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
phk | Update the embedded dot-graph to include request/object... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
cecilihf | Fixed some number conversion issues |
commit | commitdiff | tree | snapshot |
2007-07-02 |
des | Install into libexec, not sbin. |
commit | commitdiff | tree | snapshot |
2007-07-02 |
cecilihf | Some improvements to the nagios plugin. Default paramet... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
des | Tweak props |
commit | commitdiff | tree | snapshot |
2007-07-02 |
des | Autoconfuse. |
commit | commitdiff | tree | snapshot |
2007-07-02 |
des | Install headers, and register with pkg-config. |
commit | commitdiff | tree | snapshot |
2007-07-02 |
cecilihf | Added nagios plugin for varnish. It is very basic,... |
commit | commitdiff | tree | snapshot |
2007-06-29 |
des | Greatly improve this test; see $DESCR + comments for... |
commit | commitdiff | tree | snapshot |
2007-06-29 |
des | Add an usleep() method based on select(). |
commit | commitdiff | tree | snapshot |
2007-06-29 |
des | Add a regression test for the LRU. Currently, it tests... |
commit | commitdiff | tree | snapshot |
2007-06-29 |
des | Shut down the client before returning. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
des | Run varnishd with the smallest allowable storage file. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
des | Oops! |
commit | commitdiff | tree | snapshot |
2007-06-29 |
des | Simplify. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
des | Simplify. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
des | Fix some style nits and an out-of-bounds array dereference. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
des | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2007-06-28 |
des | Almost complete rewrite to address a number of interfac... |
commit | commitdiff | tree | snapshot |
2007-06-28 |
des | Rewrite to better handle both the curses case and the... |
commit | commitdiff | tree | snapshot |
2007-06-28 |
des | Further cosmetic improvements + documentation updates |
commit | commitdiff | tree | snapshot |
2007-06-28 |
des | Handle Ctrl-Z and Ctrl-T. |
commit | commitdiff | tree | snapshot |
2007-06-28 |
des | Numerous improvements: display the instance name in... |
commit | commitdiff | tree | snapshot |
2007-06-28 |
des | Expose the instance name associated with the currently... |
commit | commitdiff | tree | snapshot |
2007-06-28 |
des | Some of the statistics we gather are accumulated totals... |
commit | commitdiff | tree | snapshot |
2007-06-27 |
des | Mostly finish the LRU code and its integration: |
commit | commitdiff | tree | snapshot |
2007-06-27 |
phk | Don't fill the entire workspace with read-ahead data. |
commit | commitdiff | tree | snapshot |
2007-06-27 |
phk | Make sure to reset the workspaces of the backend connec... |
commit | commitdiff | tree | snapshot |
2007-06-27 |
cecilihf | Added munin plugins. |
commit | commitdiff | tree | snapshot |
2007-06-26 |
des | Create $(localstatedir)/varnish at install time. |
commit | commitdiff | tree | snapshot |
2007-06-26 |
des | Further refine -n handling. The argument to -n is... |
commit | commitdiff | tree | snapshot |
2007-06-26 |
des | Add missing Nd |
commit | commitdiff | tree | snapshot |
2007-06-26 |
des | Correct copyright + some style nits |
commit | commitdiff | tree | snapshot |
2007-06-26 |
des | Ignore generated files |
commit | commitdiff | tree | snapshot |
next |