- 23 Mar, 2016 5 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
This reverts commit e7779bcb.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 21 Mar, 2016 2 commits
-
-
arianna-aondio authored
Add "last updated" timestamp for backend health in varnishadm
-
Arianna Aondio authored
-
- 20 Mar, 2016 1 commit
-
-
Federico G. Schwindt authored
OK'd by phk@. Fixes #1883.
-
- 18 Mar, 2016 5 commits
-
-
Dridi Boukelmoune authored
Spotted by Coverity
-
Dag Haavi Finstad authored
Fixes a bug where we wait for an event to fire on the backend socket prior to passing the request body. The VBT_Wait call is now handled in vbe_dir_finish. Test case by thomaslc Fixes: #1806
-
Dridi Boukelmoune authored
This reverts commit eaac258d. The benefits in terms of readability are uncertain and YMMV, but compilers seem to find it harder to optimize too: cmpl $0x0,-0x205c(%rbp) sete %al movzbl %al,%eax or %rax,%rdx Before the change it would translate to just: or $0x1,%rax mov %rax,%rdx Spotted by @fgsch
-
Dridi Boukelmoune authored
This patch was created using Coccinelle and the following steps: $ cat >take.cocci <<EOF @@ expression t, f; constant m; @@ - AN(f); - t = *f; - *f = NULL; - CHECK_OBJ_NOTNULL(t, m); + TAKE_OBJ_NOTNULL(t, f, m); EOF $ spatch --sp-file take.cocci --dir . --in-place
-
Dridi Boukelmoune authored
There's a recurring pattern throughout the code base of taking over a reference (by nulling the original) essentially when resources are freed. Instead of repeating this anti dangling pointers measure, it can be wrapped in a documenting utility macro.
-
- 16 Mar, 2016 4 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
They're part of the tree now.
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
With this you can also filter based on logexpect's vsl arguments.
-
- 14 Mar, 2016 4 commits
-
-
Dridi Boukelmoune authored
-
Federico G. Schwindt authored
Fixes #1869
-
Poul-Henning Kamp authored
Fixes #1876
-
Federico G. Schwindt authored
-
- 12 Mar, 2016 11 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Poul-Henning Kamp authored
during streaming delivery. This will only happen if the object fills multiple storage segments, ie: if backend sends using chunked encoding or if the object is multiple times larger than ${fetch_maxchunksize}.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
pattern in the body.
-
Poul-Henning Kamp authored
can be released after the iteration. Implement the non-streaming case of final.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 11 Mar, 2016 2 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
Generated using https://www.talater.com/open-source-templates/.
-
- 10 Mar, 2016 6 commits
-
-
Poul-Henning Kamp authored
-
Nils Goroll authored
This really is the wrong way to go, generated files should not live in the source tree. But lightening the load of phk is more important.
-
Nils Goroll authored
to remove the dependency on graphviz when building from a tarball
-
Lasse Karstensen authored
As suggested by Przemek Sobstel on github.
-
Guillaume Quintard authored
Spotted by: hermunn
-
Pål Hermunn Johansen authored
In most circumstances the counters vsm_overflow and vsm_overflowed should be zero. This patch tells the user what he should probably do when they are not.
-