- 19 Nov, 2017 5 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
that we now actually *do* get the "child panicked" exit code.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 18 Nov, 2017 8 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
it uses a 'double' which only has approx 52 bits of mantissa, which is marginal already for PetaBytes. Test various edge-cases.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 17 Nov, 2017 1 commit
-
-
Pål Hermunn Johansen authored
The counter cache_hit_grace counts the number of grace hits. To be precise, it counts the number of times lookup returns an expired object, but vcl_hit is called and decides to return(deliver). Every time cache_hit_grace is incremented, cache_hit is also incremented (so this commit does not change the cache_hit counter).
-
- 16 Nov, 2017 6 commits
-
-
Dag Haavi Finstad authored
-
Martin Blix Grydeland authored
I'm guessing this is due to rounding. All test cases involving file stevedore has a minimum 10m file in the test, was silly to attempt a smaller one in this test. Fixes: #2496
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
of sourcefile names over the project.
-
- 15 Nov, 2017 8 commits
-
-
Nils Goroll authored
Fixes #2448
-
Nils Goroll authored
for example, mgt_shm_atexit could race in two processes, one in VSMW_Destroy and the other in system("rm -rf") Closes #2484
-
Nils Goroll authored
... now that I've found the layer 8 bug Thank you to @bsdphk Ref #2484
-
Nils Goroll authored
I had left in superfluous stuff from bug analysis. Ref: #2319
-
Nils Goroll authored
Creating "backend synthetic" content was impossible whenever a fetch had already started, unless storage was assigned (again) explicitly from VCL. Fixes #2494
-
Nils Goroll authored
The oa_present member acts as a filter at the level above the stevedore to check set attributes efficiently. We missed to clear it when recreating freeing an abandoned backend fetch object in vcl_backend_error. Fixes #2319
-
Poul-Henning Kamp authored
sanely, in this case by failing VCL initialization. Fixes #2036
-
Poul-Henning Kamp authored
order uncertainty.
-
- 14 Nov, 2017 12 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
(Replaces cache_backend_cfg.c::backend_find)
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
We only want to return the connection early to the waiter when the request is empty. Correct the read timeout calculation to reflect that. Thanks to Stackpath for helping to debug this issue. Fixes: #2492
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Dridi Boukelmoune authored
The documentation on directors needs an update too.
-
Nils Goroll authored
If workspace was exhausted, vmod_blob would fail yet still leave a reservation which would likely trigger a WS_Reserve() assertion failure in later code trying to reserve the workspace. Fixes #2488 Thank you to @jarro2783 for the report and @dridi for the analysis.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-