- 12 Aug, 2014 4 commits
-
-
Poul-Henning Kamp authored
If we gzip/gzunzipped the object, the C-E header we produced controls and if the 304 contains an ETag, it must be weakened.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
int foo() { int bar; (void)bar; [...] } Isn't valid C because bar has an undefined value when you cast its value away. Yes, many thanks to ISO-C for that gem. Memset the variables to zero instead.
-
Poul-Henning Kamp authored
the duplicated test for :status, Last-Modified and ETag.
-
- 11 Aug, 2014 10 commits
-
-
Federico G. Schwindt authored
Fixes #1567
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
arianna authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
mechanism.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Use vfp_ctx as argument for ObjSetattr() Make OA_ESIDATA the first "real" attribute where allocation is done by the ObjSetattr() function.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 07 Aug, 2014 5 commits
-
-
Poul-Henning Kamp authored
account for the extra two digits made available for VCL.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
structure from that while we still need it.
-
Poul-Henning Kamp authored
a http response into bytestring.
-
Poul-Henning Kamp authored
-
- 06 Aug, 2014 3 commits
-
-
Poul-Henning Kamp authored
put it into a http-header.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 05 Aug, 2014 10 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Nils Goroll authored
Patch by ingvar@redpill-linpro.com https://www.varnish-cache.org/patchwork/patch/145/
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
this CLI command goes to the varnish worker process if it is running and gives an error (which we ignore) if it isn't.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 31 Jul, 2014 7 commits
-
-
Poul-Henning Kamp authored
-
Federico G. Schwindt authored
Add std.rollback() to rollback req or bereq and mark the builtin rollback as deprecated. Original diff by Nils Goroll. Tweaks and reworked after phk comments by me. Fixes #1512
-
Federico G. Schwindt authored
Un-static-fy vtc_maxdur
-
Poul-Henning Kamp authored
Fixes #1563
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Reported by: Meng Zhang
-
Federico G. Schwindt authored
obj.{grace,ttl} are read-only.
-
- 30 Jul, 2014 1 commit
-
-
Poul-Henning Kamp authored
Suggested by: scoof
-