- 03 Jul, 2019 5 commits
-
-
Poul-Henning Kamp authored
Strenghen the case against STRING_LIST in the docs. See also: #2873 Conflicts: lib/libvmod_debug/vmod.vcc
-
Nils Goroll authored
-
Geoff Simmons authored
-
Geoff Simmons authored
Conflicts: lib/libvmod_blob/hex.c
-
Geoff Simmons authored
Re-implementations of the current functions for STRING_LIST. Closes #2733 Conflicts: include/vrt.h lib/libvmod_debug/vmod.vcc lib/libvmod_debug/vmod_debug.c This introduces VRT 7.1 for the 6.0 releases.
-
- 26 Jun, 2019 23 commits
-
-
Poul-Henning Kamp authored
Fixes #2846
-
Poul-Henning Kamp authored
-
Dridi Boukelmoune authored
-
Geoff Simmons authored
Fixes #2880
-
Poul-Henning Kamp authored
Fixes #2879
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Lasse Karstensen authored
This has bugged me (slightly) for ages. Too trivial to warrant its own line(s) in test-case/u00008.vtc.
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
Should address "HTTP cache must not reuse a response with an invalid Cache-Control: max-age (trailing alpha)" from https://cache-tests.fyi.
-
Federico G. Schwindt authored
Should address "HTTP cache must not use a cached response with Cache-Control: No-CaChE, even with max-age and Expires" from https://cache-tests.fyi.
-
Federico G. Schwindt authored
-
Poul-Henning Kamp authored
Fixes: #2874
-
Poul-Henning Kamp authored
-
Federico G. Schwindt authored
Fixes #2871.
-
Dridi Boukelmoune authored
-
Federico G. Schwindt authored
Conflicts: bin/varnishd/cache/cache_fetch.c
-
Lasse Karstensen authored
-
Poul-Henning Kamp authored
Submitted by: Frederic Lecaille <flecaille@haproxy.com>
-
Reza Naghibi authored
-
Dridi Boukelmoune authored
It turns out people are really attached to their varnish.params file.
-
Dridi Boukelmoune authored
See `git grep PROXY -- bin/varnishd/mgt/mgt_main.c`.
-
- 22 May, 2019 1 commit
-
-
Dridi Boukelmoune authored
A regression from d7a81fe8 and the followup changes from #2993. The new VSS_Resolve{One,First} functions expect a non-null address string. Conflicts: lib/libvmod_std/vmod_std_conversions.c
-
- 21 May, 2019 11 commits
-
-
Dridi Boukelmoune authored
Conflicts: lib/libvmod_std/vmod.vcc
-
Dridi Boukelmoune authored
Conflicts: bin/varnishtest/tests/m00011.vtc lib/libvmod_debug/vmod.vcc lib/libvmod_debug/vmod_debug.c
-
Dridi Boukelmoune authored
And sync the documentation with the current behavior, part of which used to be implicit. Conflicts: lib/libvmod_std/vmod.vcc lib/libvmod_std/vmod_std_conversions.c
-
Dridi Boukelmoune authored
Conflicts: lib/libvmod_std/vmod_std_conversions.c
-
Dridi Boukelmoune authored
This is how std.ip is documented, so VSS_ResolveOne doesn't work there. It might not be the only migration to VSS_ResolveOne that requires attention. Speaking of attention, VSA_Malloc may require some. Conflicts: lib/libvmod_std/vmod_std_conversions.c
-
Dridi Boukelmoune authored
It can now be shared by established callback-based resolvers and the new VSS_ResolveOne. This also changes the semantics of VSS_ResolveOne in the sense that the port is now a default port, overriden by the address if it contains one. Also make it clear that VTCP was already relying on a VSS function that didn't and still doesn't allow a null errp argument, while conversely all VTCP_open call sites provide a valid errp argument.
-
Dridi Boukelmoune authored
At this point the workspace already overflowed so there's no point making further progress to fail on the next workspace operation. Incidentally, we are failing for an IP conversion, not an integer. Conflicts: lib/libvmod_std/vmod_std_conversions.c
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-