- 24 Apr, 2017 8 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Geoff Simmons authored
-
Poul-Henning Kamp authored
-
Dridi Boukelmoune authored
This is a cosmetic tweak, it doesn't change any behavior. No need to bump the serial for that. The benefits are a better output of silent make executions, and the preservation of configured variables like $(PYTHON) all the way downstream. A word on this stunt: \$(A""M_V_GEN) The backslash is here to escape the dollar sign, nothing too surprising. However the expression between the brackets is rejected by autoconf because it looks like an undefined macro. To prevent that, the string is closed and reopen at once to break the token-inside-brackets construct.
-
Poul-Henning Kamp authored
-
- 22 Apr, 2017 1 commit
-
-
Federico G. Schwindt authored
-
- 21 Apr, 2017 2 commits
-
-
Poul-Henning Kamp authored
-
Martin Blix Grydeland authored
-
- 20 Apr, 2017 3 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
This makes it possible to load VMOD shared objects into a debugger after a varnishd crash.
-
-
- 19 Apr, 2017 1 commit
-
-
Federico G. Schwindt authored
-
- 18 Apr, 2017 1 commit
-
-
Dridi Boukelmoune authored
-
- 16 Apr, 2017 5 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
- 15 Apr, 2017 1 commit
-
-
Federico G. Schwindt authored
-
- 14 Apr, 2017 5 commits
-
-
Federico G. Schwindt authored
The parsing still requires some TLC but this does not make it any worse so let's get this in first. Prompted by and ideas from github::xcir via #2077.
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Jonathan Huot authored
-
- 12 Apr, 2017 1 commit
-
-
Martin Blix Grydeland authored
When inserting a new hpack table entry using a referenced name, and the referenced name would be removed from the table as a result of the insertion, there was a bug in the memory move/copy operations that would memmove a too large area. This wouldn't cause problems because we never used the full 32 bytes that the standard sets as per element overhead. Fix it, and the same time simplify the logic to be easier to read. Add a test case for trimmed indexed name insertion where the table isn't empty after removing the indexed entry.
-
- 11 Apr, 2017 2 commits
-
-
Dridi Boukelmoune authored
Fixes #2307
-
Poul-Henning Kamp authored
-
- 10 Apr, 2017 3 commits
-
-
Dridi Boukelmoune authored
This is a cherry-pick of 3271c51e that fixed the issue for Varnish 3.0 since it wasn't a problem in the 4.1 series then. This is only a back-port of the regression test since the referenced commits already fixed the regression. Refs 5e4d6c84 Refs 9f422620 Refs #2069
-
Dridi Boukelmoune authored
This should help diagnose #2253.
-
Dridi Boukelmoune authored
It should have been done for 5.1.2 but hasn't. This is a minor bump of a single addition so the impact is limited. I also left the release date to "unreleased" on purpose, since it technically hasn't been released as 6.1 yet.
-
- 09 Apr, 2017 2 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
- 07 Apr, 2017 5 commits
-
-
Poul-Henning Kamp authored
of days ... just in case.
-
Poul-Henning Kamp authored
already failed. Fixes #2301
-
Pål Hermunn Johansen authored
-
Poul-Henning Kamp authored
Fixes #2247
-
Poul-Henning Kamp authored
Fixes #2304
-