- 16 Aug, 2011 31 commits
-
-
Poul-Henning Kamp authored
XXX: the 64k fd limitation should probably be fixed.
-
Tollef Fog Heen authored
dlopen typically only fails here if the child process does not have access to the build directory and the user runs varnishtest as root (meaning the child setuids to nobody). Report the dlerror and give a hopefully helpful hint to help diagnose the error. Fixes: #959
-
Martin Blix Grydeland authored
dereferencing and destroying a busy objcore. Free the busyobj in the case that the worker already has one (potential race condition from the expiry/ban-lurker threads?)
-
Martin Blix Grydeland authored
-
Poul-Henning Kamp authored
Reminded by: Tollef Related to: #953
-
Tollef Fog Heen authored
Thanks a lot to David for minimised test case showing the bug. Fixes: #965
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
Poul-Henning Kamp authored
to avoid dropping an object on out of storage conditions. I belive this... Fixes #953 Otherwise please reopen.
-
Poul-Henning Kamp authored
Ensure that stats are correct if allocations fail. Don't rely on the VSC counter for checking the limit.
-
Tollef Fog Heen authored
It seems most RPM-based distros has the -p switch to killproc and status those days, so only blacklist the ones we know about that does not have it. Fixes: #969
-
Tollef Fog Heen authored
Make sure we compensate for sizeof(int) and the stuff we have already read. Fixes: #848
-
Tollef Fog Heen authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
LLVM C-compiler. You have no idea how much or how long (20+ years!) I have missed having an alternative to GCC. Remember: Mono cultures are particularly bad for you, when they are good for you Kudos to: The LLVM team.
-
Poul-Henning Kamp authored
Patch by: scoof Fixes #961
-
Poul-Henning Kamp authored
as per discussions in httpbis WG
-
Poul-Henning Kamp authored
different functions. I have not managed to write a vtc case for this one, but I am pretty sure this: Fixes: #945
-
Martin Blix Grydeland authored
a21746d2. Fixes: #941
-
Poul-Henning Kamp authored
of source code. This is substantially DocWilcos fix, but instead of adding yet another unique numbering variable, I have collapsed the once we have into a single one. Fixes #948
-
Poul-Henning Kamp authored
Use it to hold the derived vary string for the request (if any) and skip busy objects with non-matching Vary during hash lookup. Idea by: sky
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Not detected by: FlexeLint 9.00f Detected by: FlexeLint 9.00g
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
to prevent old junk on the workspace from being taken for valid.
-
Poul-Henning Kamp authored
cache_hash to cache_center.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
do not trusting) that all objects under an objhdr have the same Vary string. Build a vary string for the request on the wrk->ws as we do the comparison and use it as a cache for subsequent comparisons. This will also be first step of sky's "pre-vary"
-
Poul-Henning Kamp authored
white space.
-
- 15 Aug, 2011 7 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Repack struct object, reducing a couple of field widths along the way. This shaves 16 bytes of struct object.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 01 Aug, 2011 2 commits
-
-
Tollef Fog Heen authored
We're seeing at least up to 4k in the wild, so increase the limit somewhat. See: #939
-
Tollef Fog Heen authored
-