- 17 Feb, 2019 1 commit
-
-
Nils Goroll authored
as agreed on -commit. Closes #2906
-
- 16 Feb, 2019 1 commit
-
-
Dridi Boukelmoune authored
Refs 832d6da2
-
- 15 Feb, 2019 1 commit
-
-
Nils Goroll authored
-
- 14 Feb, 2019 1 commit
-
-
Nils Goroll authored
-
- 13 Feb, 2019 2 commits
-
-
Poul-Henning Kamp authored
Fixes #2834
-
Nils Goroll authored
-
- 12 Feb, 2019 2 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 11 Feb, 2019 6 commits
-
-
Nils Goroll authored
Fixes #2185 Test case by @fgsch
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Poul-Henning Kamp authored
-
Nils Goroll authored
-
Nils Goroll authored
Thank you to phk for the improvement over the initial suggestion
-
- 08 Feb, 2019 6 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
When running really massive runs, "-j180 -n10000" kind of things, the "rm -rf" of the tmpdir becomes the limiting factor. The new -C option sends that int nice(1)'ed child process.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Dridi Boukelmoune authored
Two of them have no init step, and the third one is fail-safe.
-
Dridi Boukelmoune authored
And get a chance to catch vdp->fini() failures with the offending VDP still present in the list of filters.
-
- 06 Feb, 2019 12 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
also when nothing has been received.
-
Poul-Henning Kamp authored
but also make it fail faster when appropriate
-
Poul-Henning Kamp authored
-
Dridi Boukelmoune authored
Apologies for the spam, I didn't think this would be a recurring pattern.
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Poul-Henning Kamp authored
Fixes: #2844
-
Dridi Boukelmoune authored
I caught one during a review and figured I might as well sweep the whole tree, so this patch was created using Coccinelle and the following steps: $ cat >check_obj.cocci <<EOF @@ expression obj, magic; @@ if (obj != NULL) { - CHECK_OBJ_NOTNULL(obj, magic); + CHECK_OBJ(obj, magic); ... } EOF $ spatch --dir . --in-place --sp-file check_obj.cocci This is my fourth semantic patch, I wouldn't mind checking them in to have them handy in the repo to semi-automate code polish every now and then. For example in a /tools/cocci directory. This way people could study them or use them in their out-of-tree projects like VMODs or VUTs.
-
Poul-Henning Kamp authored
Fixes: #2297
-
Poul-Henning Kamp authored
-
- 05 Feb, 2019 8 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Spotted by: Nils
-
Nils Goroll authored
-
Nils Goroll authored
Tests #2887
-
Nils Goroll authored
Tests #2852 Sorry, not the big overhaul of u6 yet...
-
Nils Goroll authored
Neither the vmod_ default $Prefix not an author-supplied $Prefix has got anything to do with the actual name of the vmod.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Allow VMOD writers to permit with NULL_OK flag. Only call object destructor on initialized objects. Fixes #2839
-