- 26 Apr, 2021 1 commit
-
-
Nils Goroll authored
IIUC, the (c) has no meaning. Ref: https://www.copyright.gov/circs/circ03.pdf
-
- 21 Apr, 2021 1 commit
-
-
Poul-Henning Kamp authored
-
- 20 Apr, 2021 6 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
When admin commands control health, we report the timestamp of that override operation. When probing controls health, we report the timestamp of last probing state change. Otherwise, we report the timestamp of last admin health command.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
expose it in the public side of the API so the backend layer can get at it.
-
Poul-Henning Kamp authored
-
- 19 Apr, 2021 5 commits
-
-
Poul-Henning Kamp authored
Fixes #3596
-
Poul-Henning Kamp authored
-
Dridi Boukelmoune authored
Closes #3574
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 15 Apr, 2021 5 commits
-
-
Dridi Boukelmoune authored
Technically it can also happen with a debugger attached to a process despite SA_RESTART.
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
... on my machine.
-
Dridi Boukelmoune authored
It was either this or adding a suppression for lsan.
-
Dridi Boukelmoune authored
Spotted by lsan.
-
- 14 Apr, 2021 3 commits
-
-
Dridi Boukelmoune authored
Otherwise any futile attempt at disabling developer warnings (even temporarily) will be neutered by the distcheck target. Refs f254fff7 Closes #3592
-
Dridi Boukelmoune authored
This is a temporary measure until #3565 is solved. Refs f44f16cc Refs #3568
-
Poul-Henning Kamp authored
-
- 13 Apr, 2021 5 commits
-
-
Poul-Henning Kamp authored
Reimplementation of #3193 according to consensus.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 12 Apr, 2021 11 commits
-
-
Nils Goroll authored
Fixes #3527
-
Guillaume Quintard authored
This reverts commit 2baff3dc.
-
Guillaume Quintard authored
-
Dridi Boukelmoune authored
This reverts commit 05780b63. If we have to choose between this warning and alpine being part of our CI, this warning takes precedence. It's always possible to disable developer warnings on CCI if that's a problem with musl then we can configure its CCI job to disable developer warnings. Reopens #3565 Refs #3568
-
Dridi Boukelmoune authored
-
Poul-Henning Kamp authored
The +table flag causes all overlapped ACL entries to be compiled as usual, and non-overlapped entries to be emitted as a table of bytes. When testing the ACL the compiled code is run before VPI_acl_table() is used to do a binary search on the table. Even with a binary search, the table is approx 3 times slower than the regular compiled ACLs (ie: only "blindingly fast" as oppposed to "lighting fast"). The advantage of +table is that C-compilers literally take no time, no matter the size of the ACL, where they will take seconds or even minutes compiling large ACLs as code.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Fixes #3571
-
Dridi Boukelmoune authored
-
- 11 Apr, 2021 2 commits
-
-
Poul-Henning Kamp authored
Closes: #3570
-
Poul-Henning Kamp authored
-
- 10 Apr, 2021 1 commit
-
-
Nils Goroll authored
We used the -t argument only for the VSM attach, not for the actual CLI operations. I do not think the complication of differentiated timeouts is justified, so just use the one timeout parameter we have for both. Also I think that the documentation is already adequate in its simplicity: -t timeout Wait no longer than this many seconds for an operation to finish. Fixes #3542
-