2007-06-26 |
des | Ignore generated files |
commit | commitdiff | tree | snapshot |
2007-06-26 |
des | Reorder, expand tags |
commit | commitdiff | tree | snapshot |
2007-06-26 |
phk | Markup all VCL variables as RO, WO or RW and generate... |
commit | commitdiff | tree | snapshot |
2007-06-26 |
phk | Retire the crc32_2s() function. |
commit | commitdiff | tree | snapshot |
2007-06-26 |
cecilihf | Traffic replay tool. Parses varnish logs and attempts... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | remove "name" from the parameters, it isn't one. |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | Redo the -n argument code, it had too many problems: |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | Make it possible to pass a filedescriptor to VCC_Compil... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
des | First step in implementing early retirement of objects... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
des | Use FREE_OBJ() instead of just free() when freeing... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
des | Avoid an assertion failure by not calling EXP_TTLChange... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
des | Document vcl_discard(). |
commit | commitdiff | tree | snapshot |
2007-06-25 |
des | Whitespace nits. |
commit | commitdiff | tree | snapshot |
2007-06-25 |
des | Maintain statistics about the number of allocations... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
des | Add fields for storage manager statistics. |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | Actually get the logic right here, if there is no Vary... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | Fix a NULL pointer deref in the Vary code. |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | Give vcl_discard() valid return-actions "keep" and... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | Implement resp.proto resp.status and resp.response. |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | Discard any listen sockets that fail to bind(). |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | Make sure that -F and -d are exclusive. |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | Add -F flag, to force varnishd to run in the foreground. |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | Use the correct target of sizeof(). |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | A friendly reminder |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | Use an enum instead of magic '1' and '2' values to... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | Move variable related stuff to vcc_var.c |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | Make the VCL compiler complain about attempts to access... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | Add bitmap of methods where they are valid to all objects. |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | Add VCL_MET_${METHOD} bitmap defines |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | Also tun the compiled VCL through cc(1) and try to... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
phk | Add vcl_discard{} method, which can return discard... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
phk | Further sockaddr/sockaddr_storage sanitation in order... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
phk | strchr(const char *) returns a const char *. |
commit | commitdiff | tree | snapshot |
2007-06-24 |
phk | Roll a couple of layers off these asserts |
commit | commitdiff | tree | snapshot |
2007-06-24 |
phk | Explicitly cat to int: we mean it. |
commit | commitdiff | tree | snapshot |
2007-06-24 |
phk | Whitespace nit |
commit | commitdiff | tree | snapshot |
2007-06-24 |
phk | Use C-unsigned for VCL-BOOL variables |
commit | commitdiff | tree | snapshot |
2007-06-24 |
phk | Mark WS_Init() as custodial |
commit | commitdiff | tree | snapshot |
2007-06-24 |
phk | Dont free(3) stack variables. |
commit | commitdiff | tree | snapshot |
2007-06-24 |
phk | Remove unused #includes |
commit | commitdiff | tree | snapshot |
2007-06-24 |
phk | Use sockaddr_storage also here. |
commit | commitdiff | tree | snapshot |
2007-06-24 |
phk | Make sure we cache a consistent view of the workspace... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
phk | remove unnecessary struct tcp_addr forward decl. |
commit | commitdiff | tree | snapshot |
2007-06-24 |
phk | Make HSH_Freestore() static |
commit | commitdiff | tree | snapshot |
2007-06-24 |
phk | Remove http_IsBodyless, it is no longer used. |
commit | commitdiff | tree | snapshot |
2007-06-18 |
des | Since the previous commit added a chdir() to our temp... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
des | Further tweak_name() improvements: restructure to reduc... |
commit | commitdiff | tree | snapshot |
2007-06-17 |
des | Don't allow len to go negative if the header is empty. |
commit | commitdiff | tree | snapshot |
2007-06-15 |
knutroy | Added a glossy Dia-diagram showing the overall structur... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
knutroy | Added some documentation. |
commit | commitdiff | tree | snapshot |
2007-06-15 |
cecilihf | A change in the default value of the name, and test... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
des | Improve the report further. |
commit | commitdiff | tree | snapshot |
2007-06-15 |
des | Use mode 0755 rather than 0600 for the state directory. |
commit | commitdiff | tree | snapshot |
2007-06-15 |
des | Slight improvements on Cecilie's commit: correct nroff... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
cecilihf | Forgot to remove this line (it was moved further down) |
commit | commitdiff | tree | snapshot |
2007-06-15 |
des | \n is not expanded in single-quoted strings. |
commit | commitdiff | tree | snapshot |
2007-06-15 |
des | Add reporting functionality. |
commit | commitdiff | tree | snapshot |
2007-06-15 |
cecilihf | Added the -n option for specifying a name for varnishd... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
des | Catch up with framework changes. |
commit | commitdiff | tree | snapshot |
2007-06-14 |
des | Add code to enumerate all available cases. If no case... |
commit | commitdiff | tree | snapshot |
2007-06-14 |
des | Remove -T now that the framework runs as an unprivilege... |
commit | commitdiff | tree | snapshot |
2007-06-14 |
des | Consistently replace croak with die, and fix a couple... |
commit | commitdiff | tree | snapshot |
2007-06-14 |
des | Rather than start and stop the engine for every test... |
commit | commitdiff | tree | snapshot |
2007-06-14 |
des | Oops - don't lie about closing the connection. |
commit | commitdiff | tree | snapshot |
2007-06-14 |
des | Add a simple test case for Vary: handling. |
commit | commitdiff | tree | snapshot |
2007-06-14 |
knutroy | Miscellaneous improvements to regression test framework... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
des | Remove the "magic" StartChild, StopChild and LoadVCL... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
des | Let send_command() take care of quoting and assembling... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
knutroy | Rewrote much of regression test framework. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
des | Fix FreeBSDism (#113). |
commit | commitdiff | tree | snapshot |
2007-06-11 |
cecilihf | Changes needed for varnishadm. |
commit | commitdiff | tree | snapshot |
2007-06-10 |
des | Give my anal retentive tendencies free rein, and remove... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
phk | Take a shot at light-weight "Vary:" processing. |
commit | commitdiff | tree | snapshot |
2007-06-10 |
phk | Fix a bug I introduced in the workspace rewamp: Don... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
phk | libcompat must come after libvarnish because the latter... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
des | Update the Linpro copyright. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
cecilihf | Added a utility for sending a single command to varnish... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
des | Revert part of r1484, I got it exactly backwards. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
des | Move parts of tcp.c out into libvarnish. Rename the... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
ssm | * Move PURGE to a place where it does some good |
commit | commitdiff | tree | snapshot |
2007-06-04 |
phk | Wrap the management of the session workspace in functio... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
phk | Fold long lines. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
des | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
des | Add about as much space on each side as there was in... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
des | Pre-rendered versions of the full logo in various sizes. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
des | Full logo with both red and green background |
commit | commitdiff | tree | snapshot |
2007-06-04 |
des | Rename to include "icon" in file name. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
des | Correct the red / green color to 60% instead of 75%. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
des | GC unused files. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
des | Add configure options for extra-strict warnings + stack... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
des | Prerendered icons in red or green in various sizes... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
des | Icon version of the logo, with either red or green... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
des | Original logo sheet from VG |
commit | commitdiff | tree | snapshot |
2007-06-01 |
des | Make these scripts executable. |
commit | commitdiff | tree | snapshot |
2007-06-01 |
des | Keep a master copy of the parameter block, to which... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
ssm | Add a watch file to help people who build packages... |
commit | commitdiff | tree | snapshot |
2007-05-31 |
des | Add two run-time parameters, "user" and "group", which... |
commit | commitdiff | tree | snapshot |
2007-05-31 |
des | Correct a systematic typo in the license. |
commit | commitdiff | tree | snapshot |
2007-05-30 |
des | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2007-05-30 |
cecilihf | varnishncsa is now able to produce backend logs. A... |
commit | commitdiff | tree | snapshot |
next |