2007-08-10 |
phk | Fix an architectural mistake: |
commit | commitdiff | tree | snapshot |
2007-08-10 |
des | Document purge_url / purge_hash |
commit | commitdiff | tree | snapshot |
2007-08-10 |
phk | Remove the "purge" compat, we never shipped it in a... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
des | Avoid mixing statements and declarations (#147) |
commit | commitdiff | tree | snapshot |
2007-08-09 |
des | Add some text about the cli + the munin / nagios /... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
des | Format <command>, <literal> and <varname> in monospace. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
des | Explain the meaning of obj.valid and obj.cacheable. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
des | Rename libcompat to libvarnishcompat, and make it dynamic. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
phk | Implement purging on either of hash or url. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
des | I'm not sure Varnish should GET from the backend when... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
des | Start varnishd with '-n regress'. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
des | Add three regression tests for POST request handling... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
des | Improve request generation. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
des | Remove FreeBSD workaround; the FreeBSD ports tree has... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
phk | Elminiate a spurious message when sigchild looses a... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
phk | Minimize a race when looking up addresses for backends. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
phk | Implement "error" action in vcl_fetch() and vcl_deliver() |
commit | commitdiff | tree | snapshot |
2007-08-07 |
phk | When vcl_miss() take error action, remember to discard... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
phk | Forgot an assert. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
phk | Rewrite the req.hash implmentation: |
commit | commitdiff | tree | snapshot |
2007-08-06 |
phk | Add piecemal crc32 function back, we will need it for... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
phk | Have the VCL compiler provide a hint about the worst... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
phk | Add comment to remind myself. |
commit | commitdiff | tree | snapshot |
2007-08-05 |
phk | vrt.h is not needed here. |
commit | commitdiff | tree | snapshot |
2007-08-05 |
phk | Add a missing return: we always return after detecting... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
phk | Add missing assert |
commit | commitdiff | tree | snapshot |
2007-08-05 |
phk | We need the math library on some systems. |
commit | commitdiff | tree | snapshot |
2007-08-05 |
phk | Make the nonexistence of "nobody" and "nogroup" users... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
phk | Introduce a "replace()" function to replace a malloc... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
phk | Synchronize the paramters after we call their accessor... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
des | Try harder to avoid integer overflows in cache file... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
des | Synchronize these two files. |
commit | commitdiff | tree | snapshot |
2007-07-31 |
des | Fine-tune the vhost example. |
commit | commitdiff | tree | snapshot |
2007-07-30 |
des | Note that MAX_IOVS is intentionally not equal to IOV_MAX. |
commit | commitdiff | tree | snapshot |
2007-07-30 |
des | I accidentally committed the wrong patch in r1787;... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
des | Bogons in previous commit. Pass me the pointy hat... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
des | pid_t is not necessarily compatible with int. |
commit | commitdiff | tree | snapshot |
2007-07-30 |
des | Use fcntl(2)-style locks instead of non-portable flock... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
des | Explicitly set TZ to GMT. |
commit | commitdiff | tree | snapshot |
2007-07-30 |
des | Use mktime() rather than the unportable timegm(). ... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
des | Avoid using non-portable <err.h>. |
commit | commitdiff | tree | snapshot |
2007-07-30 |
des | Avoid referencing <sys/cdefs.h> and __{BEGIN,END}_DECLS. |
commit | commitdiff | tree | snapshot |
2007-07-28 |
des | Add a slew of utilities to simplify the writing of... |
commit | commitdiff | tree | snapshot |
2007-07-28 |
des | Empty responses are not necessarily incorrect, even... |
commit | commitdiff | tree | snapshot |
2007-07-28 |
des | Reverse the logic for sp->wantbody: assume it is always... |
commit | commitdiff | tree | snapshot |
2007-07-28 |
des | Refactor this test case. Note that it still fails... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
cecilihf | Added a health parameter for the backend. This is reada... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
des | Add change log for 1.1.1 + various prop fixes |
commit | commitdiff | tree | snapshot |
2007-07-26 |
des | Whitespace & indentation |
commit | commitdiff | tree | snapshot |
2007-07-26 |
des | fix props |
commit | commitdiff | tree | snapshot |
2007-07-26 |
des | Rename to a more easily remembered (and typed) name. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
des | Correct copyright years. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
cecilihf | Regression test for http purge with regexp |
commit | commitdiff | tree | snapshot |
2007-07-25 |
des | Implement the full range syntax, eliminating the need... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
des | Allow values to be specified as arithmetic expressions... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
des | Set x bit. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
des | Add a "usage" parameter which reports cache file usage. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
cecilihf | Style... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
cecilihf | Use purge in function names instead of repurge and... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
des | Typo. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
des | Style fixes |
commit | commitdiff | tree | snapshot |
2007-07-25 |
cecilihf | Updated man page |
commit | commitdiff | tree | snapshot |
2007-07-25 |
cecilihf | Implemented http purge with regexp. Example vcl usage: |
commit | commitdiff | tree | snapshot |
2007-07-24 |
des | Cleanup, rename "hitrate" to "ratio" as in Munin plugin. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
des | License. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
des | Re-add as files |
commit | commitdiff | tree | snapshot |
2007-07-24 |
des | Remove symlinks |
commit | commitdiff | tree | snapshot |
2007-07-24 |
des | Give this package a proper name and a version number. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
des | Instead of incorrectly assuming that a pthread_t can... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
des | #130: false is spelles FALSE in curses-land. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
des | #131: Honor DESTDIR when creating the state directory. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
des | RES_BuildHttp() must be called before RES_WriteObj... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
des | Always generate a Connection: header, in case the clien... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
des | Use strlen() directly. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
des | Correct a comment |
commit | commitdiff | tree | snapshot |
2007-07-24 |
des | Use a regexp search instead of index() |
commit | commitdiff | tree | snapshot |
2007-07-24 |
des | Actually, the message will be in the body. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
des | Implement VRT_r_obj_status(), without which obj.status... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
des | Regression test for #128 (currently fails with both... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
ssm | Split debian package into varnish, libvarnish and libva... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
des | Set localstatedir explicitly, otherwise it ends up... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
des | Remove debugging output. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
des | Store stevedores in a circular list. The head pointer... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
des | Style nit. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
des | Additional style cleanup; remove stevedore list from... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
cecilihf | Added locking on the list manipulation. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
cecilihf | Move all use of the stevedore list to stevedore.c |
commit | commitdiff | tree | snapshot |
2007-07-20 |
des | Count backend requests. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
des | Paranoia. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
des | Let the LRU code worry about this. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
des | Reword, bump date. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
cecilihf | Updated man-page |
commit | commitdiff | tree | snapshot |
2007-07-20 |
cecilihf | Support for multiple cache files. The selecting of... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
des | Document Mac OS X compatibility. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
des | Use the correct cc command line on MacOS. This is... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
des | Adapt for use on MacOS X / Darwin, which has GNU libtoo... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
des | Make regexp variables static. This has the side effect... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
des | Missed one occurrence of clock_gettime(). |
commit | commitdiff | tree | snapshot |
2007-07-19 |
des | Retire libcompat's clock_gettime(). |
commit | commitdiff | tree | snapshot |
2007-07-19 |
des | If clock_gettime() is not available, use gettimeofday... |
commit | commitdiff | tree | snapshot |
next |